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 have a problem about the package gazebo_ros_demos.
When I use roslaunch rrbot_description rrbot_rviz.launch then roslaunch rrbot_control rrbot_control.launch, it shows the warn that is [WARN] [1597821207.287022]: Controller Spawner couldn't find the expected controller_manager ROS interface .
When I use roslaunch rrbot_gazebo rrbot_world.launch then roslaunch rrbot_control rrbot_control.launch, it's ok.
And I compare the result of rosservice list , it shows the former one doesn't have controller_manager . That's why ?
The text was updated successfully, but these errors were encountered:
This is due to depreciation of state_publisher. The node name has been changed from state_publisher to robot_state_publisher
It is well documented here
You have to change your launch file according to this
I have a problem about the package gazebo_ros_demos.
When I use
roslaunch rrbot_description rrbot_rviz.launch
thenroslaunch rrbot_control rrbot_control.launch
, it shows the warn that is [WARN] [1597821207.287022]: Controller Spawner couldn't find the expected controller_manager ROS interface .When I use
roslaunch rrbot_gazebo rrbot_world.launch
thenroslaunch rrbot_control rrbot_control.launch
, it's ok.And I compare the result of
rosservice list
, it shows the former one doesn't have controller_manager . That's why ?The text was updated successfully, but these errors were encountered: