Skip to content

Commit a370bad

Browse files
committed
🔧 change 127.0.0.0 to 0.0.0.0 in mavros launch
1 parent 24f31d9 commit a370bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suave/launch/simulation.launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def generate_launch_description():
3434
mavros_node = IncludeLaunchDescription(
3535
AnyLaunchDescriptionSource(mavros_launch_path),
3636
launch_arguments={
37-
'fcu_url': 'udp://127.0.0.1:14551@14555',
37+
'fcu_url': 'udp://0.0.0.0:14551@14555',
3838
'gcs_url': 'udp://@localhost:14550',
3939
'system_id': '255',
4040
'component_id': '240',

0 commit comments

Comments
 (0)