JointPositionController in Ignition has a bug in topic name?
I am using Ignition Gazebo Citadel and ROS2 Foxy to control a bipedal robots. To control its joints, I tried to use JointPositionController. However, it did not work when I start the node using the JointPositionControlller. It says that it include the number in topic name, which is illegal.
In default setting, JointPositionControlller has index number of axis as a part of the topic name. (plz check out this:)
But, the topic name cannot begin with a number (plz check this as well)
Is this bug? If anyone successfully used JointPositionController in Ignition Gazebo, please let me know how you write the topic name in the node.
Thanks
Asked by dimai on 2021-04-28 15:48:45 UTC
Answers
You can use custom topics on the plugin, see https://github.com/ignitionrobotics/ign-gazebo/issues/447
Asked by chapulina on 2021-04-29 17:18:39 UTC
Comments
Thank you for your answer. It would help me a lot. By any chance, do you know if this problem is solved In the newer version (Edifice and Fortress)? Or Do I still need to make custom topics?
Asked by dimai on 2021-04-30 09:54:42 UTC
Comments