ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In the link 'ros_comm#55' of the post of Martin, there is the solution.
Add -s option in the rostopic pub command line.
2 | No.2 Revision |
In the link 'ros_comm#55' of the post of Martin, there is the solution.
Add -s option in the rostopic pub command line.
rostopic pub my_topic my_msgs/StampedMsg '{header: auto}' --rate 5 -s