Collection of configuration files for the NYU Finger robot.
-
Install Pinocchio if you have not done so already.
The simplest way to do so is using Conda:
conda install -c conda-forge pinocchio
Alternatively you can use any of the ways listed here: https://stack-of-tasks.github.io/pinocchio/download.html.
-
Install bullet_utils:
git clone [email protected]:machines-in-motion/bullet_utils.git
cd bullet_utils
pip3 install .
- Install robot_properties_nyu_finger:
git clone [email protected]:open-dynamic-robot-initiative/robot_properties_nyu_finger.git
cd robot_properties_nyu_finger
pip3 install .
You find examples in the demos/
folder.
Copyright(c) 2018-2021 Max Planck Gesellschaft, New York University
BSD 3-Clause License