Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 278 Bytes

Robotics.md

File metadata and controls

8 lines (6 loc) · 278 Bytes

Motion Planning

ROS

rosbag

  • rename a topic in a rosbag rosrun rosbag topic_renamer.py <in topic> <in bag> <out topic> <out bag>
  • remove some topics from a rosbag rosbag filter [options] INBAG OUTBAG EXPRESSION
    • EXPRESSION can be any Python-legal expression.