Skip to content

Commit

Permalink
Changed Serial port and dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed Apr 24, 2024
1 parent f16647e commit dc974ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/ezbot_robot/config/omnidirectional_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ omnidirectional_controller:
- roue_arriere_joint
- roue_droite_joint

robot_radius: 0.1
wheel_radius: 0.053112205
robot_radius: 0.25
wheel_radius: 0.06
gamma: 30.0 # angle between body fixed y axis and the normal of wheel3

publish_rate: 50.0
Expand Down
2 changes: 1 addition & 1 deletion src/ezbot_robot/description/ros2_control.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<param name="right_wheel_name">roue_droite_joint</param>

<param name="loop_rate">30</param>
<param name="device">/dev/pts/11</param>
<param name="device">/dev/ttyAMA1</param>
<param name="baudrate">115200</param>

<param name="timeout_ms">10000</param>
Expand Down

0 comments on commit dc974ce

Please sign in to comment.