Skip to content

Commit

Permalink
fix(pkg): remove unnecessary ublox_ld
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum9Innovation committed Nov 15, 2024
1 parent 6abcb73 commit 365a4fb
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions all_seaing_bringup/launch/vehicle-nix.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,18 +126,6 @@ def launch_setup(context, *args, **kwargs):
"port": "/dev/ttyACM0",
}.items(),
)

ublox_ld = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
[
driver_prefix,
"/launch/ublox_gps.launch.py",
]
),
launch_arguments={
"port": "/dev/ttyACM1",
}.items(),
)

return [
ekf_node,
Expand All @@ -149,8 +137,7 @@ def launch_setup(context, *args, **kwargs):
rover_lora_controller,
thrust_commander_node,
lidar_ld,
mavros_ld,
ublox_ld
mavros_ld
]


Expand Down

0 comments on commit 365a4fb

Please sign in to comment.