Skip to content

Commit

Permalink
fix: add units of some parameters in yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Kazuki Matsumoto <kazuki.matsumoto@tier4.jp>
  • Loading branch information
kazuki527 committed Apr 25, 2022
1 parent 1714fa1 commit b74d531
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
ros__parameters:
# trajectory check
error_interval: 100.0 # error interval distance threshold [m]
error_curvature: 2.0 # error curvature threshold
error_sharp_angle: 0.785398 # error sharp angle threshold
ignore_too_close_points: 0.01 # ignore too close distance threshold
error_curvature: 2.0 # error curvature threshold [rad/m]
error_sharp_angle: 0.785398 # error sharp angle threshold [rad]
ignore_too_close_points: 0.01 # ignore too close distance threshold [m]

0 comments on commit b74d531

Please sign in to comment.