Skip to content

Commit a9c396f

Browse files
committed
Competition changes
1 parent 1ba3e9f commit a9c396f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

param/motion_command_coordinator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
transform_timeout : 0.2
55
# Minimum height for any XY translationanl maneuvers
66
# It used by tasks as well as the state monitor
7-
min_maneuver_height : 0.3
7+
min_maneuver_height : 0.1
88
# Recovery height for when landing is cancelled
99
recovery_height : 0.65
1010
# Recovery velocity for when landing is cancelled

param/tasks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ track_roomba_pid_settings:
7171
# HIT ROOMBA
7272
# max distance to roomba allowed for
7373
# descent to occur
74-
max_roomba_descent_dist: 0.2
74+
max_roomba_descent_dist: 3.0
7575
# descent velocity when hitting/blocking a roomba
7676
hit_descent_velocity: -1.5
7777
# ascent velocity after hitting a roomba

0 commit comments

Comments
 (0)