Skip to content

Commit 62b8c9f

Browse files
committed
Cleanp and update readme
1 parent b7c6843 commit 62b8c9f

File tree

4 files changed

+3
-315
lines changed

4 files changed

+3
-315
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ https://github.com/user-attachments/assets/05dcb944-e6c9-42af-bff3-862eba04e53e
1919
sudo 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)
2525
source /opt/ros/jazzy/setup.bash
@@ -69,8 +69,9 @@ artefacts run-remote nav2 --description "Test Navigation2"
6969
docker/build.sh
7070
```
7171
2. 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/)
7373
3. Run the selected tests in docker
7474
```sh
7575
docker 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

docker/run.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ xhost +local:root
44

55
DOCKER_OPTIONS=(
66
-it --rm
7-
# --gpus all
87
--name="nav2-gz"
98
--network=host --ipc=host
109
--env="DISPLAY"

src/nav2_gz_testing/scripts/follow_waypoints.py

Lines changed: 0 additions & 199 deletions
This file was deleted.

src/nav2_gz_testing/scripts/reach_goal.py

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)