ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Given tele-operatable somehow on Gazebo
, your robot is equipped with a contoroller. Since RViz wants joint_state
topic to update the robot's external status, you might want to implement JointStateController
-equivalent on your controller's end. If you use ros_control, this thread elaborates well.
2 | No.2 Revision |
Given tele-operatable somehow on Gazebo
, I assume your robot is equipped with a contoroller. Since RViz wants joint_state
topic to update the robot's external status, you might want to implement JointStateController
-equivalent on your controller's end. If you use ros_control, this thread elaborates well.