Skip to content

Instantly share code, notes, and snippets.

@garaemon
Created July 17, 2015 11:01
Show Gist options
  • Select an option

  • Save garaemon/aab837d1a517478ae07b to your computer and use it in GitHub Desktop.

Select an option

Save garaemon/aab837d1a517478ae07b to your computer and use it in GitHub Desktop.
#!/bin/sh
FORCE_SENSORS="/lfsensor /rfsensor /rhsensor /lhsensor"
IMAGES="/multisense_local/left/image_rect_color /multisense_local/right/image_rect_color /multisense/depth /multisense_local/left/camera_info /chest_camera/image_raw"
LASERS="/multisense/lidar_scan"
rosbag record /joint_states /imu ${FORCE_SENSORS} ${IMAGES} ${LASERS} -e '/motor_states.*' --duration=60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment