Skip to content

Commit

Permalink
Remove micro_ros_agent launch argument dds_xrce_profile.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Rhys Mainwaring <[email protected]>
  • Loading branch information
srmainwaring committed May 29, 2024
1 parent ee135e7 commit f289bad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
9 changes: 0 additions & 9 deletions ardupilot_gz_bringup/launch/robots/iris.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
ros2 launch ardupilot_sitl sitl_dds_udp.launch.py
transport:=udp4
refs:=$(ros2 pkg prefix ardupilot_sitl)
/share/ardupilot_sitl/config/dds_xrce_profile.xml
port:=2019
synthetic_clock:=True
wipe:=False
Expand Down Expand Up @@ -78,13 +76,6 @@ def generate_launch_description():
),
launch_arguments={
"transport": "udp4",
"refs": PathJoinSubstitution(
[
FindPackageShare("ardupilot_sitl"),
"config",
"dds_xrce_profile.xml",
]
),
"port": "2019",
"synthetic_clock": "True",
"wipe": "False",
Expand Down
9 changes: 0 additions & 9 deletions ardupilot_gz_bringup/launch/robots/iris_lidar.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
ros2 launch ardupilot_sitl sitl_dds_udp.launch.py
transport:=udp4
refs:=$(ros2 pkg prefix ardupilot_sitl)
/share/ardupilot_sitl/config/dds_xrce_profile.xml
port:=2019
synthetic_clock:=True
wipe:=False
Expand Down Expand Up @@ -79,13 +77,6 @@ def generate_launch_description():
),
launch_arguments={
"transport": "udp4",
"refs": PathJoinSubstitution(
[
FindPackageShare("ardupilot_sitl"),
"config",
"dds_xrce_profile.xml",
]
),
"port": "2019",
"synthetic_clock": "True",
"wipe": "False",
Expand Down
9 changes: 0 additions & 9 deletions ardupilot_gz_bringup/launch/robots/wildthumper.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
ros2 launch ardupilot_sitl sitl_dds_udp.launch.py
transport:=udp4
refs:=$(ros2 pkg prefix ardupilot_sitl)
/share/ardupilot_sitl/config/dds_xrce_profile.xml
port:=2019
synthetic_clock:=True
wipe:=False
Expand Down Expand Up @@ -78,13 +76,6 @@ def generate_launch_description():
),
launch_arguments={
"transport": "udp4",
"refs": PathJoinSubstitution(
[
FindPackageShare("ardupilot_sitl"),
"config",
"dds_xrce_profile.xml",
]
),
"port": "2019",
"command": "ardurover",
"synthetic_clock": "True",
Expand Down

0 comments on commit f289bad

Please sign in to comment.