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_gazoo
or
delphyne_mali
Ubuntu 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
src
foldercd colcon_ws/src git clone https://github.com/maliput/drake_vendor.git
git clone https://github.com/maliput/delphyne.git
git clone https://github.com/maliput/delphyne_gui.git
-
Clone this repository in the
src
foldercd colcon_ws/src git clone https://github.com/maliput/delphyne_demos.git
-
Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
-
Follow instructions to install drake via
drake_vendor
package. -
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.