Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Mar 5, 2024
1 parent 035bb7b commit 32b026c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/compose.gazebo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ x-gpu-config:

services:
panther:
image: husarion/panther-gazebo:humble-ros2-update
image: husarion/panther-gazebo:humble
# build:
# context: ..
# dockerfile: Dockerfile.simulation
Expand Down
2 changes: 2 additions & 0 deletions demo/compose.rviz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ x-common-config:
network_mode: host
ipc: host
restart: always
environment:
- RMW_IMPLEMENTATION=rmw_cyclonedds_cpp # TODO: Fix Default FastDDS

x-cpu-config:
&cpu-config
Expand Down
8 changes: 4 additions & 4 deletions demo/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ x-gpu-config:

services:
panther:
# image: husarion/panther:humble
build:
context: ..
dockerfile: Dockerfile.hardware
image: husarion/panther:humble
# build:
# context: ..
# dockerfile: Dockerfile.hardware
<<: *common-config
devices:
- /dev/bus/usb
Expand Down

0 comments on commit 32b026c

Please sign in to comment.