Skip to content

Instantly share code, notes, and snippets.

@curtkim
Last active October 25, 2019 07:15
Show Gist options
  • Save curtkim/febebe432992acfec3988362192b99b4 to your computer and use it in GitHub Desktop.
Save curtkim/febebe432992acfec3988362192b99b4 to your computer and use it in GitHub Desktop.
ros
--- uvc_camera
roscd uvc_camera
roslaunch launch/usb_cam-test.launch
--- play
from https://answers.ros.org/question/72202/how-to-playback-pointcloud-in-rviz-which-was-recorded-using-rosbag/
// BEFORE starting rviz
rosparam set use_sim_time true
rosbag play name_of_bagfile.bag --clock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment