Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix aichallenge launch param according to the 9/11 experiment #93

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

masahiro-kubota
Copy link
Contributor

@masahiro-kubota masahiro-kubota commented Sep 11, 2024

9/11の実験でロックせずにコースを完走できたパラメータをデフォルトにします。
参考rosbagは2024-09-11-11-35-33です。

/localization/ekf_localizer:
  ros__parameters:
    enable_yaw_bias_estimation: false
    extend_state_step: 100
    pose_additional_delay: 0.5
    pose_frame_id: map
    pose_gate_dist: 10000.0
    pose_smoothing_steps: 1
    predict_frequency: 50.0
    proc_stddev_vx_c: 10.0
    proc_stddev_wz_c: 5.0
    proc_stddev_yaw_c: 0.005
    qos_overrides:
      /parameter_events:
        publisher:
          depth: 1000
          durability: volatile
          history: keep_last
          reliability: reliable
      /tf:
        publisher:
          depth: 100
          durability: volatile
          history: keep_last
          reliability: reliable
    show_debug_info: false
    tf_rate: 50.0
    twist_additional_delay: 0.0
    twist_gate_dist: 10000.0
    twist_smoothing_steps: 1
    use_sim_time: false

/simple_pure_pursuit_node:
  ros__parameters:
    external_target_vel: 2.77778
    lookahead_gain: 0.5
    lookahead_min_distance: 3.5
    qos_overrides:
      /parameter_events:
        publisher:
          depth: 1000
          durability: volatile
          history: keep_last
          reliability: reliable
    speed_proportional_gain: 1.0
    steering_tire_angle_gain: 1.0
    use_external_target_vel: true
    use_sim_time: false
    wheel_base: 1.087

Signed-off-by: Masahiro Kubota <norikenpi@gmail.com>
@masahiro-kubota masahiro-kubota changed the title fix: aichallenge launch param according to the 9/11 experiment fix: fix aichallenge launch param according to the 9/11 experiment Sep 11, 2024
Signed-off-by: Masahiro Kubota <norikenpi@gmail.com>
@masahiro-kubota masahiro-kubota marked this pull request as ready for review September 11, 2024 09:10
@masahiro-kubota masahiro-kubota marked this pull request as draft September 11, 2024 09:39
@masahiro-kubota masahiro-kubota removed the request for review from isamu-takagi September 11, 2024 09:39
@masahiro-kubota masahiro-kubota marked this pull request as ready for review September 11, 2024 12:33
@masahiro-kubota masahiro-kubota merged commit fb02212 into test/source-build Sep 11, 2024
@masahiro-kubota masahiro-kubota deleted the fix/aichallenge-launch-param branch September 11, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants