Skip to content

Commit

Permalink
Merge pull request #194 from cwruRobotics/remove-param-plugin
Browse files Browse the repository at this point in the history
remove param
  • Loading branch information
InvincibleRMC authored Jun 17, 2024
2 parents 45d27c3 + 0b31641 commit 0046465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pi/pixhawk_communication/launch/mavros_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def generate_launch_description() -> LaunchDescription:
# receive a signal from a GCS.
{"system_id": 255},
# plugin_allowlist allows which mavros nodes get launched. The default is all of them.
{"plugin_allowlist": ["sys_status", "rc_io", "command", "param"]},
{"plugin_allowlist": ["sys_status", "rc_io", "command"]},
{"fcu_url": "/dev/ttyPixhawk"}
],
remappings=[
Expand Down

0 comments on commit 0046465

Please sign in to comment.