Closed hello-binit closed 3 years ago
Let me know if I've misunderstood anything. If it is an issue, happy to file a PR improving the README.
You've understood it perfectly. I was trying to get this across in this sentence:
In Eloquent, pass on the command-line as '-p zeros.joint_name:=value'.
But if you think the wording could be further improved, please feel free to open a PR. I'm happy to review it.
Good to close?
Hello, I'm on Ubuntu 20.04, using ROS2 Galactic. Reading the joint_state_publisher README, I'd expect the 'zeros' parameter to take a dictionary, mapping strings to floats. In a ROS2 launch file, I'd expect this to be:
The snippet above doesn't work. Looking at the code, 'zeros' is retrieved using the
get_parameters_by_prefix
method. So the following snippet works instead:Let me know if I've misunderstood anything. If it is an issue, happy to file a PR improving the README.