AMBER-UConn / amber_robot

Codebase for UConn's Finalist team in the 2022 NASA Big Idea Challenge. Includes robot configuration, motion control, and other tools
MIT License
9 stars 3 forks source link

2 DOF Leg simulation in Gazebo #5

Open kalinkochnev opened 2 years ago

kalinkochnev commented 2 years ago

Use gazebo to simulate a fixed base, 2 degree of freedom leg.

Requirements 1a. Make a rudimentary URDF model of a 2 DOF leg (someone else will be tasked with creating a more accurate one) 1b. Integrate the work with gazebo into the main repository

  1. Control the simulated leg through the rosrust client (just needs to move somehow, could spin in circles for all I care)
  2. Figure out how to actually control the simulated leg well. We are effectively building a robot arm, so I'm sure there are a lot of tutorials on how to do inverse kinematics.

Suggestions