Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 1.42 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.42 KB

💾 orocos-kdl-debian

Build Status

Use GitHub Actions to build Debian package of the orocos_kinematics_dynamics library for both aarch64-linux-gnu and arm-linux-gnueabihf. Running the debpkg action creates a set of *.deb packages as artifacts which can be downloaded and used for installing orocos-kdl on the target system.

How-To-Install

On the device, run the following command:

# Install orocos-kdl. This is expected to fail, if there are missing dependencies.
sudo dpkg --install liborocos-kdl-dev-v1.5.1-2022-06-19-armhf.deb
# Install the missing dependencies and complete the orocos-kdl configuration.
sudo apt-get install --fix-broken --yes

How-To-Uninstall

On the device, run the following command:

sudo dpkg --purge liborocos-kdl-dev