-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/pointcloud_based_occupancy_grid_map
- Loading branch information
Showing
171 changed files
with
2,265 additions
and
1,864 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md for all rules. | ||
default: true | ||
MD013: false | ||
MD024: | ||
siblings_only: true | ||
MD033: false | ||
MD041: false | ||
MD046: false | ||
MD049: false |
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,2 +1,20 @@ | ||
printWidth: 100 | ||
tabWidth: 2 | ||
overrides: | ||
- files: package.xml | ||
options: | ||
printWidth: 1000 | ||
xmlSelfClosingSpace: false | ||
xmlWhitespaceSensitivity: ignore | ||
|
||
- files: "*.launch.xml" | ||
options: | ||
printWidth: 200 | ||
xmlSelfClosingSpace: false | ||
xmlWhitespaceSensitivity: ignore | ||
|
||
- files: "*.xacro" | ||
options: | ||
printWidth: 200 | ||
xmlSelfClosingSpace: false | ||
xmlWhitespaceSensitivity: ignore |
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
4 changes: 2 additions & 2 deletions
4
common/goal_distance_calculator/launch/goal_distance_calculator.launch.xml
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
8 changes: 4 additions & 4 deletions
8
common/path_distance_calculator/launch/path_distance_calculator.launch.xml
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,8 +1,8 @@ | ||
<launch> | ||
<arg name="path" default="/planning/scenario_planning/lane_driving/behavior_planning/path" /> | ||
<arg name="distance" default="~/distance" /> | ||
<arg name="path" default="/planning/scenario_planning/lane_driving/behavior_planning/path"/> | ||
<arg name="distance" default="~/distance"/> | ||
<node pkg="path_distance_calculator" exec="path_distance_calculator_node" name="path_distance_calculator"> | ||
<remap from="~/input/path" to="$(var path)" /> | ||
<remap from="~/output/distance" to="$(var distance)" /> | ||
<remap from="~/input/path" to="$(var path)"/> | ||
<remap from="~/output/distance" to="$(var distance)"/> | ||
</node> | ||
</launch> |
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
29 changes: 14 additions & 15 deletions
29
control/control_performance_analysis/launch/controller_performance_analysis.launch.xml
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,23 +1,22 @@ | ||
<launch> | ||
|
||
<arg name="control_performance_analysis_param_path" default="$(find-pkg-share control_performance_analysis)/config/control_performance_analysis.param.yaml" /> | ||
<arg name="input/reference_trajectory" default="/planning/scenario_planning/trajectory" /> | ||
<arg name="input/control_raw" default="/control/trajectory_follower/lateral/control_cmd" /> | ||
<arg name="input/measured_steering" default="/vehicle/status/steering_status" /> | ||
<arg name="input/current_odometry" default="/localization/kinematic_state" /> | ||
<arg name="output/error_stamped" default="/control_performance/performance_vars" /> | ||
<arg name="control_performance_analysis_param_path" default="$(find-pkg-share control_performance_analysis)/config/control_performance_analysis.param.yaml"/> | ||
<arg name="input/reference_trajectory" default="/planning/scenario_planning/trajectory"/> | ||
<arg name="input/control_raw" default="/control/trajectory_follower/lateral/control_cmd"/> | ||
<arg name="input/measured_steering" default="/vehicle/status/steering_status"/> | ||
<arg name="input/current_odometry" default="/localization/kinematic_state"/> | ||
<arg name="output/error_stamped" default="/control_performance/performance_vars"/> | ||
|
||
<!-- vehicle info --> | ||
<arg name="vehicle_info_param_file" default="$(find-pkg-share vehicle_info_util)/config/vehicle_info.param.yaml" /> | ||
<arg name="vehicle_info_param_file" default="$(find-pkg-share vehicle_info_util)/config/vehicle_info.param.yaml"/> | ||
|
||
<node pkg="control_performance_analysis" exec="control_performance_analysis" name="control_performance_analysis" output="screen"> | ||
<param from="$(var control_performance_analysis_param_path)" /> | ||
<param from="$(var vehicle_info_param_file)" /> | ||
<param from="$(var control_performance_analysis_param_path)"/> | ||
<param from="$(var vehicle_info_param_file)"/> | ||
|
||
<remap from="~/input/reference_trajectory" to="$(var input/reference_trajectory)" /> | ||
<remap from="~/input/control_raw" to="$(var input/control_raw)" /> | ||
<remap from="~/input/measured_steering" to="$(var input/measured_steering)" /> | ||
<remap from="~/input/current_odometry" to="$(var input/current_odometry)" /> | ||
<remap from="~/output/error_stamped" to="$(var output/error_stamped)" /> | ||
<remap from="~/input/reference_trajectory" to="$(var input/reference_trajectory)"/> | ||
<remap from="~/input/control_raw" to="$(var input/control_raw)"/> | ||
<remap from="~/input/measured_steering" to="$(var input/measured_steering)"/> | ||
<remap from="~/input/current_odometry" to="$(var input/current_odometry)"/> | ||
<remap from="~/output/error_stamped" to="$(var output/error_stamped)"/> | ||
</node> | ||
</launch> |
66 changes: 32 additions & 34 deletions
66
control/external_cmd_selector/launch/external_cmd_selector.launch.xml
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,49 +1,47 @@ | ||
<launch> | ||
|
||
<!-- settings --> | ||
<arg name="initial_selector_mode" default="local" description="local, remote" /> | ||
<arg name="initial_selector_mode" default="local" description="local, remote"/> | ||
|
||
<!-- service --> | ||
<arg name="service/select_external_command" default="~/select_external_command" /> | ||
<arg name="service/select_external_command" default="~/select_external_command"/> | ||
|
||
<!-- input local --> | ||
<arg name="input/local/control_cmd" default="/api/external/set/command/local/control" /> | ||
<arg name="input/local/shift_cmd" default="/api/external/set/command/local/shift" /> | ||
<arg name="input/local/turn_signal_cmd" default="/api/external/set/command/local/turn_signal" /> | ||
<arg name="input/local/heartbeat" default="/api/external/set/command/local/heartbeat" /> | ||
<arg name="input/local/control_cmd" default="/api/external/set/command/local/control"/> | ||
<arg name="input/local/shift_cmd" default="/api/external/set/command/local/shift"/> | ||
<arg name="input/local/turn_signal_cmd" default="/api/external/set/command/local/turn_signal"/> | ||
<arg name="input/local/heartbeat" default="/api/external/set/command/local/heartbeat"/> | ||
|
||
<!-- input remote --> | ||
<arg name="input/remote/control_cmd" default="/api/external/set/command/remote/control" /> | ||
<arg name="input/remote/shift_cmd" default="/api/external/set/command/remote/shift" /> | ||
<arg name="input/remote/turn_signal_cmd" default="/api/external/set/command/remote/turn_signal" /> | ||
<arg name="input/remote/heartbeat" default="/api/external/set/command/remote/heartbeat" /> | ||
<arg name="input/remote/control_cmd" default="/api/external/set/command/remote/control"/> | ||
<arg name="input/remote/shift_cmd" default="/api/external/set/command/remote/shift"/> | ||
<arg name="input/remote/turn_signal_cmd" default="/api/external/set/command/remote/turn_signal"/> | ||
<arg name="input/remote/heartbeat" default="/api/external/set/command/remote/heartbeat"/> | ||
|
||
<!-- output --> | ||
<arg name="output/control_cmd" default="/external/selected/external_control_cmd" /> | ||
<arg name="output/gear_cmd" default="/external/selected/gear_cmd" /> | ||
<arg name="output/turn_indicators_cmd" default="/external/selected/turn_indicators_cmd" /> | ||
<arg name="output/hazard_lights_cmd" default="/external/selected/hazard_lights_cmd" /> | ||
<arg name="output/heartbeat" default="/external/selected/heartbeat" /> | ||
<arg name="output/current_selector_mode" default="~/current_selector_mode" /> | ||
<arg name="output/control_cmd" default="/external/selected/external_control_cmd"/> | ||
<arg name="output/gear_cmd" default="/external/selected/gear_cmd"/> | ||
<arg name="output/turn_indicators_cmd" default="/external/selected/turn_indicators_cmd"/> | ||
<arg name="output/hazard_lights_cmd" default="/external/selected/hazard_lights_cmd"/> | ||
<arg name="output/heartbeat" default="/external/selected/heartbeat"/> | ||
<arg name="output/current_selector_mode" default="~/current_selector_mode"/> | ||
|
||
<!-- node --> | ||
<node pkg="external_cmd_selector" exec="external_cmd_selector" name="external_cmd_selector" output="screen"> | ||
<remap from="~/service/select_external_command" to="$(var service/select_external_command)" /> | ||
<remap from="~/input/local/control_cmd" to="$(var input/local/control_cmd)" /> | ||
<remap from="~/input/local/shift_cmd" to="$(var input/local/shift_cmd)" /> | ||
<remap from="~/input/local/turn_signal_cmd" to="$(var input/local/turn_signal_cmd)" /> | ||
<remap from="~/input/local/heartbeat" to="$(var input/local/heartbeat)" /> | ||
<remap from="~/input/remote/control_cmd" to="$(var input/remote/control_cmd)" /> | ||
<remap from="~/input/remote/shift_cmd" to="$(var input/remote/shift_cmd)" /> | ||
<remap from="~/input/remote/turn_signal_cmd" to="$(var input/remote/turn_signal_cmd)" /> | ||
<remap from="~/input/remote/heartbeat" to="$(var input/remote/heartbeat)" /> | ||
<remap from="~/output/control_cmd" to="$(var output/control_cmd)" /> | ||
<remap from="~/output/gear_cmd" to="$(var output/gear_cmd)" /> | ||
<remap from="~/output/turn_indicators_cmd" to="$(var output/turn_indicators_cmd)" /> | ||
<remap from="~/output/hazard_lights_cmd" to="$(var output/hazard_lights_cmd)" /> | ||
<remap from="~/output/heartbeat" to="$(var output/heartbeat)" /> | ||
<remap from="~/output/current_selector_mode" to="$(var output/current_selector_mode)" /> | ||
<param name="initial_selector_mode" value="$(var initial_selector_mode)" /> | ||
<remap from="~/service/select_external_command" to="$(var service/select_external_command)"/> | ||
<remap from="~/input/local/control_cmd" to="$(var input/local/control_cmd)"/> | ||
<remap from="~/input/local/shift_cmd" to="$(var input/local/shift_cmd)"/> | ||
<remap from="~/input/local/turn_signal_cmd" to="$(var input/local/turn_signal_cmd)"/> | ||
<remap from="~/input/local/heartbeat" to="$(var input/local/heartbeat)"/> | ||
<remap from="~/input/remote/control_cmd" to="$(var input/remote/control_cmd)"/> | ||
<remap from="~/input/remote/shift_cmd" to="$(var input/remote/shift_cmd)"/> | ||
<remap from="~/input/remote/turn_signal_cmd" to="$(var input/remote/turn_signal_cmd)"/> | ||
<remap from="~/input/remote/heartbeat" to="$(var input/remote/heartbeat)"/> | ||
<remap from="~/output/control_cmd" to="$(var output/control_cmd)"/> | ||
<remap from="~/output/gear_cmd" to="$(var output/gear_cmd)"/> | ||
<remap from="~/output/turn_indicators_cmd" to="$(var output/turn_indicators_cmd)"/> | ||
<remap from="~/output/hazard_lights_cmd" to="$(var output/hazard_lights_cmd)"/> | ||
<remap from="~/output/heartbeat" to="$(var output/heartbeat)"/> | ||
<remap from="~/output/current_selector_mode" to="$(var output/current_selector_mode)"/> | ||
<param name="initial_selector_mode" value="$(var initial_selector_mode)"/> | ||
</node> | ||
|
||
</launch> |
Oops, something went wrong.