ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

RVIZ trace robot path

asked 2014-05-29 06:38:24 -0500

Sentinal_Bias gravatar image

Hi

I have a bagfile with tf transforms containing /body frames

Is it possible to trace the path of the body frame in RVIZ?

kind of like in this tutorial, but I want to see a line the turtle followed in RVIZ,rather than a line to the transform... http://wiki.ros.org/tf/Tutorials/Intr...

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2014-05-29 07:42:20 -0500

hector_trajectory_server does what you request. See also this other older Q/A.

edit flag offensive delete link more
2

answered 2014-05-29 07:36:19 -0500

tfoote gravatar image

The easiest thing to do is publish something to be rendered in rviz such as a Pose or Point at (0,0,0) in the /body frame and turn up the decay time.

If you want to do it in a way that is persistent and recordable the quickest thing to do will be to write a quick python node which records the points and then renders a Polygon path such as the planners and updates it each time the path is resampled.

All messages are in geometry_msgs

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-05-29 06:38:24 -0500

Seen: 3,206 times

Last updated: May 29 '14