change mavros run command
This commit is contained in:
parent
72878c06e8
commit
bcfd22e96d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue