The main objectives of this project are:
- Find the Denavit Hartenberg parameters of the robot
- Do the forward kinematics
- Do the inverse kinematics
move.robot.using.inverse.kinemtics.mp4
source ~/simulation_ws/devel/setup.bash
roslaunch antropomorphic_arm_gazebo main.launch
rosrun rviz rviz -d /home/user/catkin_ws/src/antropomorphic_3dof.rviz
roslaunch antropomorphic_arm_control antropomorphic_arm_sim_rqt.launch
rostopic echo /end_effector_real_pose
cd ~/catkin_ws
rosrun antropomorphic_project generate_matrixes.py
rosrun antropomorphic_project fk_antropomorphic_arm.py
rosrun antropomorphic_project ik_antropomorphic_arm.py
roslaunch antropomorphic_project start_elipsoidal_motion.launch
link | r | alpha | d | theta |
---|---|---|---|---|
1 | 0 | π/2 | l_1 | θ_1 |
2 | l_2 | 0 | 0 | θ_2 |
3 | l_3 | 0 | 0 | θ_3 |