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
#1131)

Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 authored Aug 22, 2024
1 parent 1b3c7c5 commit ed6adda
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 ed6adda

Please sign in to comment.