Home› Programming
Discussion
Back to discussions page
emile_
Posts: 11 Apprentice
moveit ros |
47 views
|
Answered | |
/ Most recent by emile_
in Programming
|
2 comments |

in Programming
Hello,
I have a file which include ur5
pose (x,y,z rx,ry,rz) i want to simulate the trajectory with moveit
(ROS) before sending it to the real robot (to know if the trajectory is
reachable or not (singularity)).
Perhaps after converting to ros convention (axis angle to quaternion and verifying the axes).
Some points are not reachable with moveit but in ur5 polyscope are reachable.( I USE movep to send points with a,v,r parameters)
Does anyone have the same issue?
which planner to use ? and how to add these parameters ?
https://github.com/ros-industrial/universal_robot
You could maybe use the URSim to check if a pose can be reached by the robot ?