Skip to content

Commit

Permalink
fix rosbag instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
EricPedley committed Jun 25, 2024
1 parent 163af08 commit 4d35f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ pytorch: https://forums.developer.nvidia.com/t/pytorch-for-jetson/72048
as of jan 23, the jetson is on Jetpack 6

### Rosbag playing example
cd /forge/ws/logs/bagfiles/rosbag2_2024_06_12-17_23_07
while true; do rso2 bag play rosbag2_2024_06_12-17_23_07.db3; done
cd /home/forge/ws/logs/bagfiles/rosbag2_2024_06_12-17_23_07
while true; do ros2 bag play rosbag2_2024_06_12-17_23_07.db3; done

0 comments on commit 4d35f45

Please sign in to comment.