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 c42efcb commit 713f607Copy full SHA for 713f607
turtlebot3_manipulation_teleop/include/turtlebot3_manipulation_teleop/turtlebot3_manipulation_teleop.hpp
@@ -49,7 +49,7 @@ const double BASE_ANGULAR_VEL_MAX = 1.8; // rad/s
49
const double BASE_ANGULAR_VEL_STEP = 0.1; // rad/s
50
const char BASE_FRAME_ID[] = "link0";
51
52
-const double ARM_JOINT_VEL = 1.0; // rad/s
+const double ARM_JOINT_VEL = 10.0; // rad/s
53
54
// A class for reading the key inputs from the terminal
55
class KeyboardReader
0 commit comments