We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e586a commit c2c0780Copy full SHA for c2c0780
dimos/src/interaction/keyboard.rs
@@ -15,7 +15,7 @@ const CMD_VEL_CHANNEL: &str = "/cmd_vel#geometry_msgs.Twist";
15
16
/// Base speeds for keyboard control
17
const BASE_LINEAR_SPEED: f64 = 0.5; // m/s
18
-const BASE_ANGULAR_SPEED: f64 = 0.5; // rad/s
+const BASE_ANGULAR_SPEED: f64 = 0.8; // rad/s
19
const FAST_MULTIPLIER: f64 = 2.0; // Shift modifier
20
21
/// Overlay styling
0 commit comments