Skip to content

Commit

Permalink
[feat] updated params for multi-vehicle simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
miferco97 committed Jul 3, 2024
1 parent 0e6b4df commit a5fbda3
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions config/mavros_config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,33 @@
/**:
ros__parameters:
fcu_url: "udp://:[email protected]:14557" # Autopilot address for connection
# fcu_url: "udp://:[email protected]:14557" # Autopilot address for connection
gcs_url: "" # URL for the GCS
tgt_system: 1 # Target system ID
# tgt_system: 1 # Target system ID
tgt_component: 1 # Target component ID
log_output: "screen" # Logging output type
fcu_protocol: "v2.0" # Protocol version for the FCU
respawn_mavros: "false" # Respawn mavros node if it dies

drone0:
mavros/mavros_node:
ros__parameters:
fcu_url: "udp://:[email protected]:14557" # Autopilot address for connection
tgt_system: 1 # Target system ID

drone1:
mavros/mavros_node:
ros__parameters:
fcu_url: "udp://:[email protected]:14558" # Autopilot address for connection
tgt_system: 2 # Target system ID

drone2:
mavros/mavros_node:
ros__parameters:
fcu_url: "udp://:[email protected]:14559" # Autopilot address for connection
tgt_system: 3 # Target system ID

drone3:
mavros/mavros_node:
ros__parameters:
fcu_url: "udp://:[email protected]:14560" # Autopilot address for connection
tgt_system: 4 # Target system ID

0 comments on commit a5fbda3

Please sign in to comment.