Basic C++ interface for dynamic simulations of branched robots in CoppeliaSim using DQ Robotics.
Install DQ Robotics for C++
Skip these steps if you already have DQ Robotics installed.
brew install eigengit clone https://github.com/dqrobotics/cpp.git
cd cpp
mkdir build && cd build
cmake ..
make -j16
sudo make installsudo add-apt-repository ppa:dqrobotics-dev/development -y
sudo apt-get update
sudo apt-get install libdqroboticsInstall DQ Dynamics for C++
Skip these steps if you already have DQ Dynamics installed.
git clone https://github.com/ffasilva/dynamic-modular-composition-cpp.git
cd dynamic-modular-composition-cpp
mkdir build && cd build
cmake ..
make -j16
sudo make installgit clone https://github.com/ffasilva/cpp-interface-coppeliasim-branched-robots.git
cd cpp-interface-coppeliasim-branched-robots
mkdir build && cd build
cmake ..
make -j16
sudo make installGo to the build folder, and run:
sudo xargs rm < install_manifest.txt