* 방법
<node pkg="rosbag" type="play" name="player" output="screen"
args="[your bag].bag
--clock -r 1.0 -s 0
--topics [your topic]"/>
* Reference
https://answers.ros.org/question/62811/how-to-play-rosbag-using-launch-file/
How to play rosbag using launch file ? - ROS Answers: Open Source Q&A Forum
How to play rosbag using launch file ? edit I'm trying to play a bagfile using following launch file. However, it gave me an error like this when I launch it. [FATAL] [1368634083.754058723]: Error opening file: 8tags.bag [rosbag-1] process has died [pid 14
answers.ros.org
'Libraries & Packages > ROS' 카테고리의 다른 글
[ROS] 파이썬 노드 및 패키지 생성 방법 (0) | 2023.10.18 |
---|---|
[ROS] rosbag 토픽 이름 변경 방법 (0) | 2023.10.18 |
Error Could not find a package configuration file provided by "vision_msgs" with any of the following names: (0) | 2023.07.25 |
error /usr/lib/aarch64-linux-gnu/libopencv_objdetect.so.3.2.0 (0) | 2023.07.25 |
fatal error: opencv2/core/core.hpp: No such file or directory (0) | 2023.06.01 |