ros-industrial / universal_robot

ROS-Industrial Universal Robots support (https://wiki.ros.org/universal_robot)
1.05k stars 1.03k forks source link

How to NOT display motion planning request robot in rviz? #643

Closed genkv closed 12 months ago

genkv commented 12 months ago

Hello, newbie question here. How do I modify the moveit.rviz file so that it only displays

  1. the current representation of the robot
  2. the planned trajectory, if successful

By default, rviz provides the two said above, AND the motion planning request robot (the orange one whose end effector that I can drag to a target pose). How do I not display that while keeping the capability to show current robot status and planned trajectory? I tried to delete different elements from the moveit.rviz but it hasn't been successful.

Thank you

fmauch commented 12 months ago

This is not really a bug report / issue with this repo but a general question. Please ask such questions on https://robotics.stackexchange.com/ in future.

To achieve what you want, you'll have to remove the tick at "Query goal state" in the "Planning Request" part of the "MotionPlanning" Display: image

If you always want to show the currently planned trajectory you might want to have "MotionPlanning->Planned Path->Loop Animation" activated.

I hope, this helps, otherwise please open a topic at https://robotics.stackexchange.com.

genkv commented 12 months ago

This is not really a bug report / issue with this repo but a general question. Please ask such questions on https://robotics.stackexchange.com/ in future.

To achieve what you want, you'll have to remove the tick at "Query goal state" in the "Planning Request" part of the "MotionPlanning" Display: image

If you always want to show the currently planned trajectory you might want to have "MotionPlanning->Planned Path->Loop Animation" activated.

I hope, this helps, otherwise please open a topic at https://robotics.stackexchange.com.

Thank you. I am aware now.