Skip to content

Commit 713f607

Browse files
committed
Adjusted robotic arm movement speed
1 parent c42efcb commit 713f607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turtlebot3_manipulation_teleop/include/turtlebot3_manipulation_teleop/turtlebot3_manipulation_teleop.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const double BASE_ANGULAR_VEL_MAX = 1.8; // rad/s
4949
const double BASE_ANGULAR_VEL_STEP = 0.1; // rad/s
5050
const char BASE_FRAME_ID[] = "link0";
5151

52-
const double ARM_JOINT_VEL = 1.0; // rad/s
52+
const double ARM_JOINT_VEL = 10.0; // rad/s
5353

5454
// A class for reading the key inputs from the terminal
5555
class KeyboardReader

0 commit comments

Comments
 (0)