【无标题】

ros2 合并多个bag

录的bag被拆分成多个包合并成一个bag文件

配置文件

out.yaml

yaml 复制代码
# out.yaml
output_bags:
- uri: merged_bag
  storage_id: sqlite3
  all: true

合并前:

执行命令:

bash 复制代码
ros2 bag convert -i nav_bag_2026-01-19_20-22-57_514/ -o merged_bag.yaml

生成合并后的merged_bag文件夹:

相关推荐
风合星语2 天前
2026 ROS 2 Lyrical C++ 入门(五):Action 实战——任务反馈、取消与超时处理
c++·机器人·ros2·异步编程·lyrical
浅梦语113 天前
32-1 nav2_map_server实际作用与用法图解
ros2·nav2
米糕闯编程4 天前
鱼香ros2(七)功能包组织C++节点
c++·ros2·cmakelists
米糕闯编程5 天前
鱼香ros2(五)用C++编写节点
c++·ros2·cmakelists·鱼香
blueSatchel7 天前
c++action 编写(ros-humble)
c++·ros2
blueSatchel8 天前
ros-humble仿真-建图-导航
linux·ros2
米糕闯编程9 天前
鱼香ros2(三)Linux操作总结
linux·机器人·ros2
蝙蝠侠的小蝙蝠11 天前
【ROS2 工具】Launch
ros2·launch·多节点启动
某林21211 天前
机器人重启失联:DDS 发现机制与传输层静默故障
人工智能·python·机器人·硬件架构·ros2
米糕闯编程12 天前
鱼香ros2(二)运行第一个机器人
机器人·ros2