Hello all,
I need a structure for my project.
**The aim is that a 3D camera tells a UR10 the location of an object (coordinates), then it moves its arm to the object and performs a circular path around it. During this activity it uses another stereo camera which is installed at the end of its arm to scan the objectl to generate a more detailed 3D model. At first I have to get it running in Gazebo and then using a real UR10.**
I am using Ubuntu 14.04 LTS, ROS Indigo and Gazebo 2.
Up to now I managed it to run the UR10 in Gazebo and control it using the Joint Trajectory Controler plugin for rqt_gui.
Next Step:
I think I do need a motion planning package to tell the robot that it should move its arm from one position(x0,y0,z0) to the other (x1,y1,z1-> which is provided from a Kinect, but that is just gimmick if I have enough time)... Moreover it should of course prevent collision. What kind of package whould you recommend? Movit?
How would you structure this project? Could you tell me more about the details?
I read a lot of the basics of ROS, Gazebo and ros_control, but in this case I need practical knowledge...
Thank you in advance & kind regards
↧