Slow down arm and elevator movement when climbing
Change-Id: I24dae12d05d083cc5ebdca8577a32e7726bf57c7
diff --git a/y2019/joystick_reader.cc b/y2019/joystick_reader.cc
index 3301a86..9d7117b 100644
--- a/y2019/joystick_reader.cc
+++ b/y2019/joystick_reader.cc
@@ -358,6 +358,8 @@
if (superstructure_queue.status->stilts.position > 0.1) {
elevator_wrist_pos_ = kClimbPos;
+ new_superstructure_goal->wrist.profile_params.max_acceleration = 10;
+ new_superstructure_goal->elevator.profile_params.max_acceleration = 6;
}
if (superstructure_queue.status->stilts.position > kDeployStiltPosition &&