Skip to content

Commit

Permalink
Adjusted parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-gt committed Oct 6, 2024
1 parent b0296b0 commit 7c26e80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/rove_description/config/tracks_controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ diff_drive_controller:
angular.z.has_velocity_limits: true
angular.z.has_acceleration_limits: true
angular.z.has_jerk_limits: false
angular.z.max_velocity: 2.0
angular.z.min_velocity: -2.0
angular.z.max_velocity: 5.0
angular.z.min_velocity: -5.0
angular.z.max_acceleration: 3.0
angular.z.min_acceleration: -3.0
angular.z.max_jerk: 0.0
Expand Down
2 changes: 1 addition & 1 deletion src/rove_description/urdf/rove.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- Put these at -1 to mock the motors if working without the motors -->
<!-- <xacro:odrive_control fl_id="21" rl_id="22" fr_id="23" rr_id="24"/> -->
<!-- TODO Fix rr Odrive, it keeps crashing the rest of the drives. IT has been disabled for now. -->
<xacro:odrive_control fl_id="21" rl_id="22" fr_id="23" rr_id="-1"/>
<xacro:odrive_control fl_id="21" rl_id="22" fr_id="23" rr_id="24"/>


<!-- Insert ovis on top of rove -->
Expand Down

0 comments on commit 7c26e80

Please sign in to comment.