This package contains integration tests for Maliput
, while relying on reference backends and utility packages:
Note: For full information about Maliput please visit Maliput Documentation.
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 this repository in the
src
foldercd colcon_ws/src git clone https://github.com/maliput/maliput_integration_tests.git
-
Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
-
Build the package
colcon build --packages-up-to maliput_integration_tests
For further info refer to Source Installation on Ubuntu
colcon test --packages-select maliput_integration_tests
It is recommended to follow the guidelines for setting up a development workspace as described here.
Please see CONTRIBUTING page.