Skip to content

Commit

Permalink
Update vrx_instruction.md (#332)
Browse files Browse the repository at this point in the history
* Update vrx_instruction.md

fix vrx command

* fix python version

Signed-off-by: Masaya Kataoka <[email protected]>

* remove vnc container

Signed-off-by: Masaya Kataoka <[email protected]>

---------

Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 authored Apr 2, 2024
1 parent 8476d44 commit ee075e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/docker_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,17 @@ jobs:
fail-fast: false
max-parallel: 8
matrix:
gui: [novnc, vnc]
# gui: [novnc, vnc]
gui: [novnc]
include:
- docker_image: wamvtan/dev_container
base_image: ubuntu:22.04
gui: novnc
entrypoint: entrypoint.sh
- docker_image: wamvtan/dev_container_vnc
base_image: tiryoh/ros2-desktop-vnc:humble-amd64-20230115T1406
gui: vnc
entrypoint: entrypoint_vnc.sh
# - docker_image: wamvtan/dev_container_vnc
# base_image: tiryoh/ros2-desktop-vnc:humble-amd64-20230115T1406
# gui: vnc
# entrypoint: entrypoint_vnc.sh
steps:
- uses: actions/checkout@v2
- uses: ./.github/workflows/actions/cleanup_runner
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: "3.10.13"
python-version: "3.10.14"
- name: Install
run: pip3 install mkdocs mkdocs-material fontawesome_markdown mkdocs-mermaid2-plugin pymdown-extensions plantuml-markdown python-markdown-math python-github-api mkdocs-github-dashboard pandas markdown==3.3.0
- name: Set env
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/tutorials/vrx_instruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

### Run the vrx simulator and lauch vrx simulation
```
docker run -it wamvtan/vrx:latest --net=host --ipc=host --pid=host ros2 launch vrx_gz competition.launch.py world:=stationkeeping_task headless:=true urdf:=/home/config/wamv_target.urdf
docker run --pull always -it wamvtan/vrx:latest --net=host --ipc=host --pid=host ros2 launch vrx_gz competition.launch.py world:=stationkeeping_task headless:=true urdf:=/home/config/wamv_target.urdf
```
you can change ```world:=``` for your purpose.

Expand Down

0 comments on commit ee075e9

Please sign in to comment.