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

Visualize and save the trajectory #133

Open
canglangzhige opened this issue Apr 28, 2022 · 2 comments
Open

Visualize and save the trajectory #133

canglangzhige opened this issue Apr 28, 2022 · 2 comments

Comments

@canglangzhige
Copy link

I can not visualize the trajectory in rviz by add topic. If there is not the topic?
Can I get the saved trajectory?

@geturin
Copy link

geturin commented May 3, 2022

you can use the hector_trajectory_server

in your launch file, like:

<node pkg="hector_trajectory_server" type="hector_trajectory_server" name="trajectory_server_orb_slam2" output="screen" ns="orb_slam2_ros" >
<param name="/target_frame_name" value="/map" />
<param name="/source_frame_name" value="/base_link" />
<param name="/trajectory_update_rate" value="20.0" />
<param name="/trajectory_publish_rate" value="20.0" />
</node>

@canglangzhige
Copy link
Author

OK. Thank you!

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

2 participants