nepfaff / robot_payload_id

Identifying object inertial properties using a robot arm
1 stars 0 forks source link

Simplify `ArmComponents` and `ArmPlantComponents` #22

Open nepfaff opened 3 months ago

nepfaff commented 3 months ago

Both of these were designed to serve an overly complex use case. We only need some structure to store a plant, the number of joints (can get this from plant anyways?), and the plant context. They are currently used everywhere and should be replaced with a new single datastructure that only contains the necessary components.