ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Have looking into rosbag to save data and play it later.
2 | No.2 Revision |
To save data from ros topic
rostopic echo /scan >>mydata.txt
Have looking into rosbag to save data and play it later.
3 | No.3 Revision |
To save data from ros topic
rostopic echo /scan >>mydata.txt
Have looking into rosbag to save data and play it later.
4 | No.4 Revision |
To save data from ros topic to text file. It saves a .txt
file in current directory,
rostopic echo /scan >>mydata.txt
Have looking into rosbag to save data and play it later.