Skip to content

Commit

Permalink
Update compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
delihus authored Jun 30, 2023
1 parent 8949017 commit 58c31fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ services:
command: ros2 launch rosbot_bringup bringup.launch.py mecanum:=${MECANUM:-False}

microros:
image: husarion/micro-ros-agent:humble
image: husarion/micro-ros-agent:humble-overrice-domain-id
<<: *net-config
devices:
- ${SERIAL_PORT:?err}
environment:
- SERIAL_PORT
command: ros2 run micro_ros_agent micro_ros_agent serial -D $SERIAL_PORT serial -b 576000 # -v6
command: serial -D $SERIAL_PORT serial -b 576000 # -v6

0 comments on commit 58c31fa

Please sign in to comment.