-
-
Notifications
You must be signed in to change notification settings - Fork 469
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
visualizer: display trace of 2-D poses (ros-pkg ticket #429) #23
Labels
Comments
[jfaust] This is in, along with a map display and orthographic view. |
This was referenced Sep 19, 2012
emersonknapp
pushed a commit
to emersonknapp/rviz
that referenced
this issue
Mar 1, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We'd like to visualize a stream of 2-D poses (x,y,yaw) coming from odometry-like systems. The message of interest in '''std_msgs/RobotBase2DOdom''', and the values of interest are in the '''pos''' field. I'm thinking of a small arrow on the ground. The trace of arrows should accumulate from the time it's enabled until it's cleared.
This message is currently published by the robot on '''odom''' and by localization on '''localized_pose'''. The default topic should be '''odom'', but it should be possible to give a different topic.
The same information is represented by the base->odom and base->map transforms. So you could get at it from there instead of the message stream, if that's more convenient. But I'm guessing that it's easier to key the display off the receipt of a message, than off the receipt of the transform.
trac data:
The text was updated successfully, but these errors were encountered: