From 3b62335de441b5acd32d27ff629cb7b92425c2fe Mon Sep 17 00:00:00 2001 From: zinuok Date: Wed, 13 Apr 2022 16:28:15 +0900 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9da3ec..92d221f 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,9 @@ You can download a single ROS bag file from the link below. (or whole dataset fr + cam-imu.yaml: Camera intrinsics, Camera-IMU extrinsics in kalibr format - publish ground truth as trajectory ROS topic - - dd + - ground truth are recorded as 'geometry_msgs/PoseStamped' + - but you may want to acquire 'nav_msgs/Path' rather than just 'Pose' for visuaslization purpose (e.g. Rviz) + - For this, you can refer this package for 'geometry_msgs/PoseStamped'->'nav_msgs/Path': [tf_to_trajectory](https://github.com/engcang/tf_to_trajectory#execution)

## Setup