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

visualizer: display trace of 2-D poses (ros-pkg ticket #429) #23

Closed
hershwg opened this issue Sep 19, 2012 · 1 comment
Closed

visualizer: display trace of 2-D poses (ros-pkg ticket #429) #23

hershwg opened this issue Sep 19, 2012 · 1 comment

Comments

@hershwg
Copy link
Member

hershwg commented Sep 19, 2012

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:

@hershwg
Copy link
Member Author

hershwg commented Sep 19, 2012

[jfaust] This is in, along with a map display and orthographic view.

@hershwg hershwg closed this as completed Sep 19, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant