Skip to content

Commit

Permalink
refactor(launch) remove & update obsolete launch files (autowarefound…
Browse files Browse the repository at this point in the history
…ation#9)

* delete obsolete launch files

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>

* update documents

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>

---------

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
  • Loading branch information
KYabuuchi committed Jun 12, 2023
1 parent fbd6d0e commit bb90abf
Show file tree
Hide file tree
Showing 12 changed files with 108 additions and 134 deletions.
12 changes: 6 additions & 6 deletions localization/yabloc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ROSBAG made by AWSIM: [Google drive link](https://drive.google.com/drive/folders
![how_to_launch_with_rosbag](docs/how_to_launch_quick_start_demo.drawio.svg)

```shell
ros2 launch pcdless_launch odaiba_launch.xml standalone:=true
ros2 launch pcdless_launch sample_launch.xml
ros2 launch pcdless_launch rviz.launch.xml
ros2 bag play awsim_yabloc_rosbag_sample
```
Expand All @@ -70,7 +70,7 @@ The link contains *rosbag* and *lanelet2* but *pointcloud*.
![how_to_launch_with_rosbag](docs/how_to_launch_with_rosbag.drawio.svg)

```shell
ros2 launch pcdless_launch odaiba_launch.xml standalone:=true
ros2 launch pcdless_launch sample_launch.xml
ros2 launch pcdless_launch rviz.launch.xml
ros2 launch autoware_launch logging_simulator.launch.xml \
system:=false \
Expand All @@ -93,7 +93,7 @@ ros2 bag play sample_odaiba --clock 100
![how_to_launch_with_rosbag](docs/how_to_launch_in_real.drawio.svg)

```shell
ros2 launch pcdless_launch odaiba_launch.xml standalone:=true use_sim_time:=false
ros2 launch pcdless_launch sample_launch.xml use_sim_time:=false
ros2 launch pcdless_launch rviz.launch.xml
ros2 launch autoware_launch autoware.launch.xml \
rviz:=false
Expand All @@ -104,14 +104,14 @@ ros2 launch autoware_launch autoware.launch.xml \
**You have to change autoware.universe branch.**

```shell
ros2 launch pcdless_launch odaiba_launch.xml standalone:=false
ros2 launch pcdless_launch sample_launch.xml standalone:=false
ros2 launch pcdless_launch rviz.launch.xml
ros2 launch autoware_launch e2e_simulator.launch.xml
```

## How to set initialpose

### 1. When YabLoc works `standalone:=true` (without Autoware's pose_initializer)
### 1. When YabLoc works `standalone:=true`(default) (without Autoware's pose_initializer)

1. 2D Pose Estimate in Rviz

Expand Down Expand Up @@ -163,7 +163,7 @@ If you give it a non-empty string, `/imgproc/undistort_node` will rewrite the fr
For example, you can give a different tf_static as follows.

```shell
ros2 launch pcdless_launch odaiba_launch.xml override_camera_frame_id:=fake_camera_optical_link
ros2 launch pcdless_launch sample_launch.xml override_camera_frame_id:=fake_camera_optical_link
ros2 run tf2_ros static_transform_publisher \
--frame-id base_link \
--child-frame-id fake_camera_optical_link \
Expand Down
56 changes: 25 additions & 31 deletions localization/yabloc/docs/how_to_launch_in_real.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 5 additions & 10 deletions localization/yabloc/docs/how_to_launch_quick_start_demo.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bb90abf

Please sign in to comment.