This packages provides integration examples for the delphyne framework.
These examples are intended to demonstrate how to use delphyne from the python layer. Each script permits the --help argument which provides a more detailed explanation of the example's functionality and purpose.
They are located at the examples folder.
After installing delphyne_demos simply run a executable, e.g:
delphyne_gazooor
delphyne_maliUbuntu Focal Fossa 20.04 LTS.
sudo apt install python3-rosdep python3-colcon-common-extensions
-
Create colcon workspace if you don't have one yet.
mkdir colcon_ws/src -p
-
Clone dependencies in the
srcfoldercd colcon_ws/src git clone https://github.com/maliput/drake_vendor.gitgit clone https://github.com/maliput/delphyne.gitgit clone https://github.com/maliput/delphyne_gui.git -
Clone this repository in the
srcfoldercd colcon_ws/src git clone https://github.com/maliput/delphyne_demos.git -
Install package dependencies via
rosdepexport ROS_DISTRO=foxyrosdep update rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src -
Follow instructions to install drake via
drake_vendorpackage. -
Build the package
colcon build --packages-up-to delphyne_demos
For further info refer to Source Installation on Ubuntu
It is recommended to follow the guidelines for setting up a development workspace as described here.
Please see CONTRIBUTING page.