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

Revision history [back]

click to hide/show revision 1
initial version

rviz is a visualizer. It draws pretty pictures. For the most part, it doesn't do any processing of your data.

The proper tool to use here is TF. If you have the position of a object in one frame, and your system knows the transformation between that frame and your robot's local frame, you can use TF to find the position of the object in your robot's local frame.

If you're unfamiliar with TF, the TF Tutorials are a good place to start.