Skip to content

Commit f4d7b1b

Browse files
committed
Fix README link
1 parent f6c2088 commit f4d7b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# rosbag2_snapshot
22

3-
Solution for [this rosbag2 issue](https://github.com/ros2/rosbag2/issues/663) which acts similarly to [`rosbag_snapshot`](https://github.com/ros/rosbag2_snapshot). It is added as a new package here rather than patching `rosbag2` because that's how they did it in ROS 1 ;).
3+
Solution for [this rosbag2 issue](https://github.com/ros2/rosbag2/issues/663) which acts similarly to [`rosbag_snapshot`](https://github.com/ros/rosbag_snapshot). It is added as a new package here rather than patching `rosbag2` because that's how they did it in ROS 1 ;).
44

55
It subscribes to topics and maintains a buffer of recent messages like a dash cam. This is useful in live testing where unexpected events can occur which would be useful to have data on but the opportunity is missed if `rosbag record` was not running (disk space limits make always running `rosbag record` impracticable). Instead, users may run snapshot in the background and save data from the recent past to disk as needed.
66

0 commit comments

Comments
 (0)