Skip to content

Commit

Permalink
feat(tier4_control_launch): remove configs and move to autoware_launch (
Browse files Browse the repository at this point in the history
autowarefoundation#2544)

* feat(tier4_control_launch): remove configs and move to autoware_launch

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* remove config

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* Update launch/tier4_control_launch/README.md

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com>
Co-authored-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
  • Loading branch information
3 people committed Jan 6, 2023
1 parent b0fb042 commit 2b4f6b9
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 324 deletions.
1 change: 0 additions & 1 deletion launch/tier4_control_launch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ autoware_package()

ament_auto_package(
INSTALL_TO_SHARE
config
launch
)
6 changes: 6 additions & 0 deletions launch/tier4_control_launch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@ Please see `<exec_depend>` in `package.xml`.

You can include as follows in `*.launch.xml` to use `control.launch.py`.

Note that you should provide parameter paths as `PACKAGE_param_path`. The list of parameter paths you should provide is written at the top of `planning.launch.xml`.

```xml
<include file="$(find-pkg-share tier4_control_launch)/launch/control.launch.py">
<!-- options for lateral_controller_mode: mpc_follower, pure_pursuit -->
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
<arg name="lateral_controller_mode" value="mpc_follower" />
</include>
```
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2b4f6b9

Please sign in to comment.