Skip to content

Commit

Permalink
feat(raw_vehicle_cmd_converter): add steer command conversion with VGR (
Browse files Browse the repository at this point in the history
autowarefoundation#1131)

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 authored and kyoichi-sugahara committed Aug 27, 2024
1 parent 71f0e83 commit bac8f1b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@
max_d: 0.0
min_d: 0.0
invalid_integration_decay: 0.97
convert_steer_cmd_method: "vgr" # "vgr" or "steer_map"
vgr_coef_a: 15.713
vgr_coef_b: 0.053
vgr_coef_c: 0.042
convert_actuation_to_steering_status: true

0 comments on commit bac8f1b

Please sign in to comment.