Skip to content

Commit

Permalink
using 0.7.0 firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Jul 12, 2023
1 parent 814afe7 commit 7bbbf4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.hardware
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ROS_DISTRO=humble
ARG PREFIX=
ARG ROSBOT_FW_RELEASE=0.3.4
ARG ROSBOT_FW_RELEASE=0.7.0
## ============================ STM32FLASH =================================
# stm32flash needs an older version of glibc (2.28), which is why ubuntu 18.04 was used
FROM ubuntu:18.04 AS stm32flash_builder_and_downloader
Expand Down
10 changes: 7 additions & 3 deletions demo/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ services:
rosbot:
image: husarion/rosbot:humble
<<: *net-config
environment:
- ROS_DOMAIN_ID
command: ros2 launch rosbot_bringup bringup.launch.py mecanum:=${MECANUM:-False}

microros:
image: husarion/micro-ros-agent:humble

micro-xrce-agent:
image: husarion/micro-xrce-agent:v2.4.1
<<: *net-config
devices:
- ${SERIAL_PORT:?err}
environment:
- XRCE_DOMAIN_ID_OVERRIDE=${ROS_DOMAIN_ID} # ***
- SERIAL_PORT
command: ros2 run micro_ros_agent micro_ros_agent serial -D $SERIAL_PORT serial -b 576000 # -v6
command: MicroXRCEAgent serial -D $SERIAL_PORT serial -b 576000 # -v6

0 comments on commit 7bbbf4f

Please sign in to comment.