We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can not visualize the trajectory in rviz by add topic. If there is not the topic? Can I get the saved trajectory?
The text was updated successfully, but these errors were encountered:
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>
<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>
Sorry, something went wrong.
OK. Thank you!
No branches or pull requests
I can not visualize the trajectory in rviz by add topic. If there is not the topic?
Can I get the saved trajectory?
The text was updated successfully, but these errors were encountered: