This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Plan setpoints and positions separately
This commit changes the star planner to distinguish between setpoints sent to the position controller and the actual positions we would then end up in.
- Loading branch information
Nico van Duijn
committed
Jul 30, 2019
1 parent
a294180
commit 16c0b25
Showing
19 changed files
with
136 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,55 @@ | ||
# This is a sample config file for a real vehicle | ||
!!python/object/new:dynamic_reconfigure.encoding.Config | ||
dictitems: | ||
adapt_cost_params_: true | ||
box_radius_: 12.0 | ||
children_per_node_: 50 | ||
goal_cost_param_: 10.0 | ||
children_per_node_: 8 | ||
goal_z_param: 3.0 | ||
groups: !!python/object/new:dynamic_reconfigure.encoding.Config | ||
dictitems: | ||
adapt_cost_params_: true | ||
box_radius_: 12.0 | ||
children_per_node_: 50 | ||
goal_cost_param_: 10.0 | ||
children_per_node_: 8 | ||
goal_z_param: 3.0 | ||
groups: !!python/object/new:dynamic_reconfigure.encoding.Config | ||
state: [] | ||
heading_cost_param_: 0.5 | ||
id: 0 | ||
max_point_age_s_: 20.0 | ||
min_num_points_per_cell_: 25 # Tune to your sensor requirements! | ||
min_num_points_per_cell_: 1 | ||
min_realsense_dist_: 0.2 | ||
n_expanded_nodes_: 10 | ||
n_expanded_nodes_: 40 | ||
name: Default | ||
no_progress_slope_: -0.0007 | ||
obstacle_cost_param_: 8.5 | ||
parameters: !!python/object/new:dynamic_reconfigure.encoding.Config | ||
state: [] | ||
parent: 0 | ||
smooth_cost_param_: 1.5 | ||
pitch_cost_param_: 25.0 | ||
sensor_range_: 15.0 | ||
smoothing_margin_degrees_: 40.0 | ||
smoothing_speed_xy_: 10.0 | ||
smoothing_speed_z_: 3.0 | ||
state: true | ||
timeout_critical_: 0.5 | ||
timeout_startup_: 5.0 | ||
timeout_termination_: 15.0 | ||
tree_discount_factor_: 0.8 | ||
tree_node_distance_: 1.0 | ||
tree_heuristic_weight_: 35.0 | ||
tree_node_duration_: 0.5 | ||
type: '' | ||
use_vel_setpoints_: false | ||
velocity_cost_param_: 6000.0 | ||
yaw_cost_param_: 3.0 | ||
state: [] | ||
heading_cost_param_: 0.5 | ||
max_point_age_s_: 20.0 | ||
min_num_points_per_cell_: 25 # Tune to your sensor requirements! | ||
min_num_points_per_cell_: 1 | ||
min_realsense_dist_: 0.2 | ||
n_expanded_nodes_: 10 | ||
no_progress_slope_: -0.0007 | ||
smooth_cost_param_: 1.5 | ||
n_expanded_nodes_: 40 | ||
obstacle_cost_param_: 8.5 | ||
pitch_cost_param_: 25.0 | ||
sensor_range_: 15.0 | ||
smoothing_margin_degrees_: 40.0 | ||
smoothing_speed_xy_: 10.0 | ||
smoothing_speed_z_: 3.0 | ||
timeout_critical_: 0.5 | ||
timeout_startup_: 5.0 | ||
timeout_termination_: 15.0 | ||
tree_discount_factor_: 0.8 | ||
tree_node_distance_: 1.0 | ||
tree_heuristic_weight_: 35.0 | ||
tree_node_duration_: 0.5 | ||
use_vel_setpoints_: false | ||
velocity_cost_param_: 6000.0 | ||
yaw_cost_param_: 3.0 | ||
state: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.