首先看教程

http://wiki.ros.org/openni_launch/Tutorials/BagRecordingPlayback

http://wiki.ros.org/Bags

http://wiki.ros.org/rosbag/Commandline

如何记录tf

https://answers.ros.org/question/189776/created-tf-listener-how-to-rosbag/

如何解压缩

<launch>
    <arg name="sensor_name"/>

    <group ns="/spencer/sensors/$(arg sensor_name)">
        <node name="republish_rgb"   pkg="image_transport" type="republish" args="compressed in:=rgb_recorded/image_color raw out:=rgb/image_raw"/>
        <node name="republish_depth" pkg="image_transport" type="republish" args="compressedDepth in:=depth_recorded/image_raw raw out:=depth/image_raw"/>
    </group>

</launch>

  首先找一个能够不用sudo的文件夹rosbag会在这个文件夹创建bag文件

相关文章:

  • 2022-02-03
  • 2021-12-18
  • 2021-05-08
  • 2021-12-08
  • 2021-04-06
  • 2021-12-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-26
  • 2022-12-23
  • 2021-09-12
  • 2021-05-19
相关资源
相似解决方案