Skip to content

Commit

Permalink
stop building for foxy and galactic
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Nov 22, 2023
1 parent 92d463e commit 8bfe045
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ros-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ros_distro: ["humble", "galactic", "foxy"]
ros_distro: ["humble", "iron"]

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vulcanexus-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ros_distro: ["humble"]
ros_distro: ["humble", "iron"]

steps:

Expand Down
15 changes: 15 additions & 0 deletions demo/compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: "2.3"

services:
rviz:
image: husarion/rviz2:humble
network_mode: host
ipc: host
runtime: nvidia
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix:rw
environment:
- ROS_DOMAIN_ID
- DISPLAY
- NVIDIA_VISIBLE_DEVICES=all
- NVIDIA_DRIVER_CAPABILITIES=all

0 comments on commit 8bfe045

Please sign in to comment.