open-dynamic-robot-initiative / robot_properties_solo

BSD 3-Clause "New" or "Revised" License
40 stars 20 forks source link

Add a class that initializes Pinocchio for SOLO 12 without Pybullet #57

Closed swuuu closed 1 year ago

swuuu commented 1 year ago

Description

I added a class that initializes Pinocchio for SOLO 12 without PyBullet, since we are using Gazebo.

How I Tested

I ran the reactive planner that uses this project on Gazebo. The instructions to run the project is here

I fulfilled the following requirements

swuuu commented 1 year ago

Hi @nim65s, I've committed your suggestions. Thanks!