SaddlebackCollegeRobotics / .github

0 stars 0 forks source link

Research Arm Inverse Kinematics #97

Open Supernova1114 opened 1 year ago

Supernova1114 commented 1 year ago

Used for arm automation and control.

https://moveit.ros.org/ https://docs.picknik.ai/en/stable/index.html

Or use something different / or custom.

Supernova1114 commented 10 months ago

Did some research, very cool tech. Will probably have to be a summer research project.

Supernova1114 commented 9 months ago

Update: Cam Wolff did some research. Looks like MoveIt will be the easiest way to get IK working for the arm.

Terracom12 commented 9 months ago

@Supernova1114 Unsure how much this has already been looked into, so I'll just lay out what I've found.

MoveIt has a guide specifically tailored to the type of movement it seems we're after. The image below shows the controller configuration in the out-of-the-box example. The guide for this setup can be found on this MoveIt documentation page.

To get this working:

Supernova1114 commented 8 months ago

Research move-it studio