Skip to content

Commit

Permalink
default can
Browse files Browse the repository at this point in the history
  • Loading branch information
saitenntaisei committed Jan 23, 2025
1 parent 0b45fc2 commit 7e33b3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vesc_hw_interface/launch/position_test.ros2_control.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<ros2_control name="vesc" type="actuator">
<hardware>
<plugin>vesc_hw_interface/VescHwInterface</plugin>
<param name="port">/dev/ttyACM1</param>
<param name="port">can1</param>
<param name="controller_id">6</param>
<param name="vesc_id">4</param>
<param name="gear_ratio">1</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
<ros2_control name="vesc" type="actuator">
<hardware>
<plugin>vesc_hw_interface/VescHwInterface</plugin>
<param name="port">/dev/ttyACM0</param>
<param name="port">can1</param>
<param name="controller_id">6</param>
<param name="vesc_id">4</param>
<param name="gear_ratio">0.230769</param>
<param name="torque_const">1.0</param>
<param name="num_hall_sensors">3</param>
Expand Down

0 comments on commit 7e33b3b

Please sign in to comment.