Skip to content

Commit

Permalink
Fixed record command
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro committed Feb 27, 2024
1 parent a7495f0 commit 8983172
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions localization/ndt_evaluation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ This directory contains tools for evaluating the performance of the NDT localiza

## Step1: Record rosbag

In order to use point clouds from different LiDARs in the future, it is useful to record raw point clouds and so on.

```bash
$ source ~/autoware/install/setup.bash
$ ros2 topic list \
| grep -e ^/sensing -e ^/vehicle -e ^/localization -e ^/tf_static -e ^/initialpose \
> topic_list.txt
$ ros2 bag record $(cat topic_list.txt)
ros2 bag record \
/localization/kinematic_state \
/localization/util/downsample/pointcloud \
/sensing/vehicle_velocity_converter/twist_with_covariance \
/sensing/imu/imu_data \
/tf_static \
/sensing/gnss/pose_with_covariance \
/initialpose
```

## Step2: Apply `convert_rosbag_for_ndt_evaluation.py`
Expand Down

0 comments on commit 8983172

Please sign in to comment.