ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
OK, now that i can get position data from rviz itself, is there anyway i can send data to it? like for example, sending cmd_vel ( a suscribed topic in robotino_base package) to the robot? Do i use this?
$ rostopic pub /topic_name std_msgs/String hello
but i don't get what i should insert to replace the std_msgs/String hello