Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix apm_pluginlist.yaml and apm.launch #1836

Merged
merged 2 commits into from
Mar 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion mavros/launch/apm.launch
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<arg name="gcs_url" value="$(var gcs_url)" />
<arg name="tgt_system" value="$(var tgt_system)" />
<arg name="tgt_component" value="$(var tgt_component)" />
<arg name="log_output" value="$(var log_output)" />
<arg name="fcu_protocol" value="$(var fcu_protocol)" />
<arg name="respawn_mavros" value="$(var respawn_mavros)" />
</include>
Expand Down
5 changes: 2 additions & 3 deletions mavros/launch/apm_pluginlists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
- vision_speed_estimate
- wheel_odometry

plugin_whitelist:
[]
# - 'sys_*'
# plugin_whitelist:
# - 'sys_*'
2 changes: 1 addition & 1 deletion mavros/launch/node.launch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<arg name="fcu_protocol" default="v2.0" />
<arg name="respawn_mavros" default="false" />

<node pkg="mavros" exec="mavros_node" namespace="mavros" output="$(var log_output)">
<node pkg="mavros" exec="mavros_node" namespace="mavros" output="screen">
<param name="fcu_url" value="$(var fcu_url)" />
<param name="gcs_url" value="$(var gcs_url)" />
<param name="target_system_id" value="$(var tgt_system)" />
Expand Down