update docker image name for services-ros2-mavros

This commit is contained in:
Burak Ozter 2024-10-09 14:57:30 -03:00
parent 73849a366b
commit 9cf8bfca88
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ services:
mavros2:
#This service bridges our mavlink-based robot-coprosessor into ROS
#In this example it connects to a simulated coprocessor.
image: services-ros2-mavros
image: git.spirirobotics.com/spiri/services-ros2-mavros:main
command: ros2 launch mavros px4.launch fcu_url:="udp://:14555@ardupilot:14551" tgt_system:="1"
#environment:
# - "ROS_MASTER_URI=http://ros-master:11311"