Skip to content

Commit

Permalink
[Beetle][Navigation] modified param about roll pitch rotation and alt…
Browse files Browse the repository at this point in the history
…itude
  • Loading branch information
sugihara-16 committed Sep 16, 2023
1 parent e4c6157 commit 430b32d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions robots/beetle/config/NavigationConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ navigation:
# Attitude Control Mode: 4


takeoff_height: 0.5 #1.0
takeoff_height: 1.0 #1.0
outdoor_takeoff_height: 1.5

# teleop operation
max_target_vel: 0.5
joy_target_vel_interval: 0.005 # 0.2 / 20 = 0.01, 0.005 ~ 0.01 m/s
joy_target_z_interval: 0.02
joy_target_z_interval: 0.01
max_target_yaw_rate: 0.1 # 0.05
max_target_roll_pitch_rate: 0.0005 # 0.05
teleop_local_frame: fc

cmd_vel_lev2_gain : 2.0
Expand Down

0 comments on commit 430b32d

Please sign in to comment.