Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docker/.env

This file was deleted.

10 changes: 4 additions & 6 deletions docker/compose.rosbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

services:
rosbot:
image: husarion/rosbot:humble-devel
# build:
# context: ..
# dockerfile: docker/Dockerfile.hardware
# image: husarion/rosbot:humble
build:
context: ..
dockerfile: docker/Dockerfile.hardware
network_mode: host
ipc: host
restart: unless-stopped
Expand All @@ -19,6 +19,4 @@ services:
- USER
command: >
ros2 launch rosbot_bringup bringup.launch.py
mecanum:=${MECANUM:-False}
namespace:=${ROBOT_NAMESPACE:-rosbot}
robot_model:=rosbot
10 changes: 4 additions & 6 deletions docker/compose.rosbot_xl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@

services:
rosbot:
image: husarion/rosbot:humble-devel
# build:
# context: ..
# dockerfile: docker/Dockerfile.hardware
# image: husarion/rosbot:humble
build:
context: ..
dockerfile: docker/Dockerfile.hardware
network_mode: host
ipc: host
restart: unless-stopped
environment:
- USER
command: >
ros2 launch rosbot_bringup bringup.launch.py
mecanum:=${MECANUM:-False}
namespace:=${ROBOT_NAMESPACE:-rosbot}
robot_model:=rosbot_xl
2 changes: 1 addition & 1 deletion docker/compose.rviz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ x-cpu-config:

services:
rviz:
image: husarion/rosbot:humble-devel
image: husarion/rosbot:humble
# build:
# context: ..
# dockerfile: docker/Dockerfile.simulation
Expand Down
10 changes: 4 additions & 6 deletions docker/compose.simulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ x-cpu-config:

services:
rosbot:
image: husarion/rosbot-gazebo:jazzy-0.15.1-20250409
# build:
# context: ..
# dockerfile: docker/Dockerfile.simulation
# image: husarion/rosbot-gazebo:humble
build:
context: ..
dockerfile: docker/Dockerfile.simulation
network_mode: host
ipc: host
<<: [ *gpu-config]
Expand All @@ -35,6 +35,4 @@ services:
- /tmp/.X11-unix:/tmp/.X11-unix:rw
command: >
ros2 launch rosbot_gazebo simulation.launch.py
mecanum:=${MECANUM:-False}
namespace:=${ROBOT_NAMESPACE:-rosbot}
robot_model:=${ROBOT_MODEL_NAME:-Error: Specify robot model}
Loading