Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Restore notes on how you need to modify the launch file for simulation.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Jan 22, 2024
1 parent 9600734 commit d01b12a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ cd $COLCON_WS/src
. setup_yakut_vcan.sh
yakut monitor
```
* Edit [viper-quad.py](launch/viper-quad.py):
```diff
-{'can_iface' : 'can0'},
+{'can_iface' : 'vcan0'},
```
* Run via `ros2 launch`:
```bash
cd $COLCON_WS
Expand Down

0 comments on commit d01b12a

Please sign in to comment.