Skip to content

Commit 8031cf0

Browse files
author
jschlind411
committed
adjusted max_motor_cmd back to 120 from 180
1 parent 0db8492 commit 8031cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abridge/src/abridge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ void driveCommandHandler(const geometry_msgs::Twist::ConstPtr& message) {
163163

164164
// Cap motor commands at 120. Experimentally determined that high values (tested 180 and 255) can cause
165165
// the hardware to fail when the robot moves itself too violently.
166-
int max_motor_cmd = 180;
166+
int max_motor_cmd = 120;
167167

168168
if (currentMode == 1)
169169
{

0 commit comments

Comments
 (0)