ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I would like to publish a rostopic that countains a certain data every 1 second [..] I'm only using a cmd like this (rostopic pub my_topic std_msgs/String "hello there")

This is not something rostopic is designed for.

You'll have to write a node for this.