Skip to content

Commit

Permalink
feat(trajectory_follower): use trajectory for pitch calculation (#382)
Browse files Browse the repository at this point in the history
Signed-off-by: Makoto Kurihara <[email protected]>
  • Loading branch information
mkuri authored and saka1-s committed Jun 25, 2024
1 parent a4b7137 commit 9961f40
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
min_jerk: -2.0

# slope compensation
# pitch
use_trajectory_for_pitch_calculation: true
lpf_pitch_gain: 0.95
slope_source: "raw_pitch" # raw_pitch, trajectory_pitch or trajectory_adaptive
adaptive_trajectory_velocity_th: 1.0
Expand Down

0 comments on commit 9961f40

Please sign in to comment.