You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* \brief Display a line of the end effector path from a robot trajectory path
@@ -633,14 +635,16 @@ class MoveItVisualTools : public rviz_visual_tools::RvizVisualTools
633
635
* To use, add a RobotState marker to Rviz and subscribe to the DISPLAY_ROBOT_STATE_TOPIC, above
634
636
* \param robot_state - joint values of robot
635
637
* \param color - how to highlight the robot (solid-ly) if desired, default keeps color as specified in URDF
636
-
* \param highlight_links - if the |color| is not |DEFAULT|, allows selective robot links to be highlighted. by default (empty) all links are highlighted
638
+
* \param highlight_links - if the |color| is not |DEFAULT|, allows selective robot links to be highlighted. by
0 commit comments