We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5ae2d commit 0dad622Copy full SHA for 0dad622
src/entrypoints/entrypoint_play_bag.sh
@@ -47,7 +47,7 @@ fi
47
TOPICS=("${TOPICS[@]}" "/tf_static" "/vectornav/data_raw" "/xsens/data_raw" "/warthog/platform/odom")
48
49
50
-ROSBAG_PLAY_COMMAND="ros2 bag play ${BAG_FILES_TO_PLAY} --clock -r${ROSBAG_PLAY_RATE} --read-ahead-queue-size 100000 -s mcap"
+ROSBAG_PLAY_COMMAND="ros2 bag play ${BAG_FILES_TO_PLAY} --clock -r${ROSBAG_PLAY_RATE} --read-ahead-queue-size 100 -s mcap"
51
# if TOPICS is not empty, play only the topics in TOPICS
52
if [ -n "$TOPICS" ]; then
53
echo "Playing only the topics in TOPICS..."
0 commit comments