Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No ground truth data #1

Closed
hcaawu opened this issue Apr 30, 2019 · 8 comments
Closed

No ground truth data #1

hcaawu opened this issue Apr 30, 2019 · 8 comments

Comments

@hcaawu
Copy link

hcaawu commented Apr 30, 2019

I downloaded the bag file but there is no ros topic containing gps or ground truth data? Where can I find it?
Thanks

@yzrobot
Copy link
Contributor

yzrobot commented Apr 30, 2019

Hi,

The topic for GPS-RTK (ground truth for localization) is /nmea_sentence.

To use it:

<node pkg="nmea_navsat_driver" type="nmea_topic_driver" name="nmea_topic_driver"/>
<node pkg="gps_common" type="utm_odometry_node" name="utm_odometry_node"/>
<node pkg="magellan_proflex500_driver" type="magellan_proflex500_driver" name="magellan_proflex500_driver"/>

or check here: https://github.com/epan-utbm/utbm_robocar_dataset/tree/baselines/launch

Cheers,
Zhi

@hcaawu
Copy link
Author

hcaawu commented Apr 30, 2019

Thank you.
Also, I tried to run the bag on 20180719 but the link provided is directed to 0713.

@yzrobot
Copy link
Contributor

yzrobot commented Apr 30, 2019

Thx for the feedback. The link is fixed.

@limeng1523
Copy link

Hi, @yzrobot In baselines there is a package 'utbm_pose_estimation'. Can the output of this package be used as the groundtruth?

@yzrobot
Copy link
Contributor

yzrobot commented Aug 6, 2020

Hi, I don't think so (as the name "estimation"), the only one we can call “ground-truth” in the data we currently provide is the GPS-RTK, i.e. the /fix ROS topic. Cheers.

@subshine
Copy link

Hi,

The topic for GPS-RTK (ground truth for localization) is /nmea_sentence.

To use it:

<node pkg="nmea_navsat_driver" type="nmea_topic_driver" name="nmea_topic_driver"/>
<node pkg="gps_common" type="utm_odometry_node" name="utm_odometry_node"/>
<node pkg="magellan_proflex500_driver" type="magellan_proflex500_driver" name="magellan_proflex500_driver"/>

or check here: https://github.com/epan-utbm/utbm_robocar_dataset/tree/baselines/launch

Cheers,
Zhi
Hi ,How to /nmea_sentence ros topic convert to /fix ,I want to get gps data。
According to the above steps, it is not possible, can you be more detailed?
Thanks!

@yzrobot
Copy link
Contributor

yzrobot commented Sep 14, 2020

Hi, hope this can help.
rosgraph

@subshine
Copy link

Hi, hope this can help.
rosgraph

solved.Thx!
main problem lack of https://github.com/ros-drivers/nmea_msgs package!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants