Skip to content

Commit

Permalink
chore(autoware_launch): minor fix with trajectory_follower param (aut…
Browse files Browse the repository at this point in the history
…owarefoundation#167)

Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored Feb 6, 2023
1 parent ab005ac commit 8c8581a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**:
ros__parameters:

# -- system --
traj_resample_dist: 0.1 # path resampling interval [m]
use_steer_prediction: false # flag for using steer prediction (do not use steer measurement)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,3 @@
lpf_pitch_gain: 0.95
max_pitch_rad: 0.1
min_pitch_rad: -0.1

# vehicle parameters
vehicle:
cg_to_front_m: 1.228
cg_to_rear_m: 1.5618
mass_kg: 2400.0
mass_fl: 600.0
mass_fr: 600.0
mass_rl: 600.0
mass_rr: 600.0
cf: 155494.663
cr: 155494.663

0 comments on commit 8c8581a

Please sign in to comment.