Skip to content

Commit

Permalink
update fcu_url
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Jan 25, 2025
1 parent cd22eaa commit 0214f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
3 changes: 2 additions & 1 deletion src/pi/pixhawk_communication/launch/mavros_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ def generate_launch_description() -> LaunchDescription:
{'system_id': 255},
# plugin_allowlist allows which mavros nodes get launched. The default is all of them.
{'plugin_allowlist': ['sys_status', 'rc_io', 'command', 'manual_control']},
{'fcu_url': '/dev/ttyPixhawk'},
# {'fcu_url': '/dev/ttyPixhawk'},
{'fcu_url': 'tcp://0.0.0.0:5777'}
],
remappings=[
('/pi/mavros/state', '/tether/mavros/state'),
Expand Down
15 changes: 0 additions & 15 deletions src/pi/pixhawk_communication/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,6 @@

<depend>mavros</depend>

<!-- Dependencies for mavproxy -->
<depend>python3</depend>
<depend>python3-yaml</depend>
<depend>python3-opencv</depend>
<depend>python3-pip</depend>
<depend>python3-matplotlib</depend>
<depend>python3-lxml</depend>
<depend>python3-pygame</depend>
<depend>python3-numpy</depend>

<!-- Dependencies for pymavlink -->
<depend>python3-future</depend>
<depend>python-pymavlink</depend>
<depend>python3-mavproxy-pip</depend>

<export>
<build_type>ament_python</build_type>
</export>
Expand Down

0 comments on commit 0214f07

Please sign in to comment.