File tree Expand file tree Collapse file tree 4 files changed +3
-315
lines changed
src/nav2_gz_testing/scripts Expand file tree Collapse file tree 4 files changed +3
-315
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ https://github.com/user-attachments/assets/05dcb944-e6c9-42af-bff3-862eba04e53e
1919sudo apt install ros-jazzy-navigation2 ros-jazzy-nav2-bringup
2020
2121# Install rosrep dependencies
22- rosdep install -y -r -i --from-paths .
22+ rosdep install -y -r -i --from-paths .
2323
2424# Make sure ROS2 is sourced (assuming bash, please replace extension as needed)
2525source /opt/ros/jazzy/setup.bash
@@ -69,8 +69,9 @@ artefacts run-remote nav2 --description "Test Navigation2"
6969docker/build.sh
7070```
71712 . Save ` .env.sample ` as ` .env ` and fill the missing variables
72- - ARTEFACTS_KEY can be generated at the project-settings page of the Artefacts CI dashboard
72+ - ARTEFACTS_KEY can be generated at the project-settings page of the [ Artefacts CI dashboard] ( https://app.artefacts.com/ )
73733 . Run the selected tests in docker
7474``` sh
7575docker run --rm --env-file=.env -e ARTEFACTS_JOB_NAME=nav2 nav2-gz
7676```
77+ - You can change the ` headless ` setting to ` False ` in the ` artefacts.yaml ` to run the tests with GUI
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ xhost +local:root
44
55DOCKER_OPTIONS=(
66 -it --rm
7- # --gpus all
87 --name=" nav2-gz"
98 --network=host --ipc=host
109 --env=" DISPLAY"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments