Skip to content

XueYing126/RBDL-PIP

Repository files navigation

Python binding for PIP

To install the specific Python bindings for PIP/UIP/GIP, execute the following commands in your terminal:

# Create and enter the project directory
mkdir RBDL
cd RBDL

# Clone the repository with all submodules
git clone --recursive https://github.com/XueYing126/RBDL-PIP.git

# Create a build directory
mkdir rbdl-build
cd rbdl-build/

# Configure the build
# Note: if this fails, run 'pip install cython'
cmake -D CMAKE_BUILD_TYPE=Release ../RBDL-PIP

# Compile the library
make

Configure Environment

Add the following line to your ~/.zshrc file to allow Python to find the library (ensure you replace /path-to-folder/ with your actual directory path):

export PYTHONPATH=$PYTHONPATH:/path-to-folder/RBDL/rbdl-build/python

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors