KodlabPenn / kodlab_mjbots_sdk

Repo for kodlab SDK for use with mjbots ecosystem
Other
8 stars 7 forks source link

Designing a LimbBase class #81

Open jdcaporale opened 1 year ago

jdcaporale commented 1 year ago

Expanding on PR #67 based on Issue #48 ,

From there,

Created a LimbBase class between JointBase and RobotBase

  • Fully abstract base class with pure virtual kinematics and helper functions
  • Incorporated into RobotBase with AddLimb function
  • Simple_Limb example for 1DOF limb with joint at origin and straight end effector
  • Testing in robot_example still a work in progress, having trouble compiling

What I added:

Still working out: