change mavros run command

This commit is contained in:
Burak Ozter 2024-11-05 10:38:45 -04:00
parent 72878c06e8
commit bcfd22e96d
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ services:
env_file:
- .env
image: git.spirirobotics.com/spiri/services-ros1-mavros:master
command: rosrun mavros mavros_node __name:=spiri$DRONE_SYS_ID _fcu_url:="udp://0.0.0.0:$MAVROS1_PORT@:14559" _target_system_id:="$DRONE_SYS_ID"
command: roslaunch mavros apm.launch fcu_url:="udp://0.0.0.0:$MAVROS1_PORT@:14559" namespace:=spiri$DRONE_SYS_ID tgt_system:="$DRONE_SYS_ID"
profiles:
- uav-sim
ipc: host