forked from autowarefoundation/autoware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove enablePlannerDynamicSwitch (autowarefoundation#1919)
* Remove enablePlannerDynamicSwitch from lane_select.launch Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com> * Remove enablePlannerDynamicSwitch from lane_select_core.cpp Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com> * Remove enablePlannerDynamicSwitch from velocity_set.launch Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com> * Remove enablePlannerDynamicSwitch from velocity_set.cpp Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com> * Remove enablePlannerDynamicSwitch from dp_planner_core.h Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com> * Remove enablePlannerDynamicSwitch from dp_planner.launch Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com> * Remove enablePlannerDynamicSwitch from dp_planner_core.cpp Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com> * Remove enablePlannerDynamicSwitch from autoware_launcher Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>
- Loading branch information
Showing
11 changed files
with
4 additions
and
61 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 |
---|---|---|
|
@@ -2,5 +2,4 @@ | |
<launch> | ||
|
||
<node pkg="lane_planner" type="lane_select" name="lane_select" output="log"></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
6 changes: 2 additions & 4 deletions
6
ros/src/util/packages/autoware_launcher/plugins/refs/lane_select.yaml
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,6 @@ | ||
format: Autoware Launcher Plugin Version 0.1 | ||
rosxml: $(find lane_planner)/launch/lane_select.launch | ||
args: | ||
- {name: enablePlannerDynamicSwitch, type: bool, default: false} | ||
args: [] | ||
panel: | ||
widget: node.panel | ||
frames: | ||
- {target: args.enablePlannerDynamicSwitch, widget: basic.bool} | ||
frames: [] |
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
3 changes: 1 addition & 2 deletions
3
ros/src/util/packages/autoware_launcher/profiles/quickstart/root/mission/lane_select.yaml
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,4 +1,3 @@ | ||
children: [] | ||
config: | ||
args.enablePlannerDynamicSwitch: false | ||
config: {} | ||
plugin: refs/lane_select |
1 change: 0 additions & 1 deletion
1
ros/src/util/packages/autoware_launcher/profiles/quickstart/root/motion/velocity_set.yaml
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