constraint path planning ur5
Hi there,
I am following this tutorial http://wiki.ros.org/Industrial/Tutori...
in order to move my real ur5. So far I get the simulated robot running using the demo.launch file from https://github.com/ros-industrial/uni... .
After specifying a desired end-effector position in the cartesian frame ( in the rviz gui) I often receive path planning which seems to be not very cost efficient. Furthermore, my robot will be mounted on a flat surface which means that the robot will collide in case any point is below z=0 of the base(world) frame.
How can I constrain the path planning in order to only get paths wich are limited to my reachable task space?