You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using ROS Humble + Ign Fortress and trying to load ign_ros2_control plugin using Ign Fortress. I am defining my own robot param parameter node as shown below using the instructions in documentation (I changed the plugin to ign as I am using Fortress)
[ERROR] [1712874118.400169640] [gz_ros2_control]: robot_state_publisher service not available, waiting again...
It seems that the plugin is trying to access param in default node name robot_state_publisher and not the prescribed node name my_robot_state_publisher. Upon looking up in the source, it seems that the plugin tags were never added. The same TODO is present in the master/rolling and iron branches.
Can the maintainers confirm issue of missing feature or help point out if I am missing something?
The text was updated successfully, but these errors were encountered:
I am currently using ROS Humble + Ign Fortress and trying to load
ign_ros2_control
plugin using Ign Fortress. I am defining my own robot param parameter node as shown below using the instructions in documentation (I changed the plugin to ign as I am using Fortress)I get the following error:
It seems that the plugin is trying to access param in default node name
robot_state_publisher
and not the prescribed node namemy_robot_state_publisher
. Upon looking up in the source, it seems that the plugin tags were never added. The sameTODO
is present in themaster
/rolling
andiron
branches.Can the maintainers confirm issue of missing feature or help point out if I am missing something?
The text was updated successfully, but these errors were encountered: