Skip to content

Commit

Permalink
[vesc_driver] Changing default port to F1TENTH symlink name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Whitley committed Dec 23, 2020
1 parent 929b9e5 commit 7f49d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vesc_driver/launch/vesc_driver_node.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<let name="launch_prefix" value="xterm -e gdb --args" if="$(var debug)" />

<!-- VESC driver parameters -->
<arg name="port" default="/dev/ttyACM0" />
<arg name="port" default="/dev/sensors/vesc" />

<!-- VESC driver node -->
<node pkg="vesc_driver" exec="vesc_driver_node" name="$(var node_name)" output="screen">
Expand Down

0 comments on commit 7f49d43

Please sign in to comment.