mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 10:17:45 +08:00
implement gazebo simulation based on RTPS for multiple UAVs (#15463)
- add t option for target - add iris_rtps model (PX4/sitl_gazebo#558)
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
#!/bin/sh
|
||||
# shellcheck disable=SC2154
|
||||
micrortps_client start -t UDP
|
||||
|
||||
micrortps_client start -t UDP -r $((2019+2*px4_instance)) -s $((2020+2*px4_instance))
|
||||
|
||||
Reference in New Issue
Block a user