Skip to content

Commit

Permalink
feat(freespace_planner): use vehicle_info (#521)
Browse files Browse the repository at this point in the history
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
  • Loading branch information
TakaHoribe authored Oct 18, 2022
1 parent 516a20d commit 7f480a8
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**:
ros__parameters:
# -- Node Configurations --
planning_algorithm: "astar"
planning_algorithm: "astar" # options: astar, rrtstar
waypoints_velocity: 5.0
update_rate: 10.0
th_arrived_distance_m: 1.0
Expand All @@ -15,10 +15,6 @@
# -- Configurations common to the all planners --
# base configs
time_limit: 30000.0
# robot configs # TODO replace by vehicle_info
robot_length: 4.5
robot_width: 1.75
robot_base2back: 1.0
minimum_turning_radius: 9.0
maximum_turning_radius: 9.0
turning_radius_size: 1
Expand Down

0 comments on commit 7f480a8

Please sign in to comment.