We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db8492 commit 8031cf0Copy full SHA for 8031cf0
src/abridge/src/abridge.cpp
@@ -163,7 +163,7 @@ void driveCommandHandler(const geometry_msgs::Twist::ConstPtr& message) {
163
164
// Cap motor commands at 120. Experimentally determined that high values (tested 180 and 255) can cause
165
// the hardware to fail when the robot moves itself too violently.
166
- int max_motor_cmd = 180;
+ int max_motor_cmd = 120;
167
168
if (currentMode == 1)
169
{
0 commit comments