Skip to content

christian-rauch/rgbd_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rosbag exporter for compressed images and joint states

Synchronised export of compressed colour (topic compressed) and depth (topic compressedDepth) images, and joint states.

rosrun rgbd_export rgbd_sync_export.py \
  ~/rosbags/experiment1.bag \
  ~/rgb_log_exp/exp1 \
  --topic_rgb /camera/rgb/image_rect_color/compressed \
  --topic_depth /camera/depth/image_rect_raw/compressedDepth \
  --topic_camera_info /camera/rgb/camera_info \
  --topic_joints /joint_states

About

Synchronised export of compressed RGB and Depth images and joint states from rosbag file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published