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

It's just so you can type rvt::whatever() instead of rviz_visual_tools::whatever() without losing some connection to the fact that whatever() comes from rviz_visual_tools(and avoiding name collisions which I'd guess is likely here with the MoveIt visual tools, but I'd have to dig in the code to be sure.)

You know here for example that WHITE and LARGE come from rviz_visual_tools which otherwise would be hard to know at a glance at that line.

With the namespace alias, it's easy to see.