ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi Khiya,
I am very new at ROS.org but I had a similar problem. First of all did you set your time to sim_time?
$ rosparam set use_sim_time true
After that try this command:
$ rosbag play aptLaserData.bag --clock
If it works let me know.
Jan