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

make Simple launch file #1747

Closed
wants to merge 13 commits into from
2 changes: 1 addition & 1 deletion mavros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ install(DIRECTORY include/
DESTINATION include
)

install(DIRECTORY launch
install(DIRECTORY launch param
DESTINATION share/${PROJECT_NAME}
)

Expand Down
15 changes: 9 additions & 6 deletions mavros/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,19 @@ Launch Files

**XXX TODO**! #1564

Launch files are provided for use with common FCUs, in particular [Pixhawk](pixhawk):

* [px4.launch](launch/px4.launch) -- for use with the PX4 Autopilot (for VTOL, multicopters and planes)
* [apm.launch](launch/apm.launch) -- for use with APM flight stacks (e.g., all versions of ArduPlane, ArduCopter, etc)

Examples:

roslaunch mavros px4.launch
roslaunch mavros apm.launch fcu_url:=tcp://localhost gcs_url:=udp://@
ros2 launch mavros node.launch.py

plugin_allowlist and plugin_denylist:

1. if ~plugin_denylist and ~plugin_allowlist is empty: load all
2. if ~plugin_denylist is empty and ~plugin_allowlist non empty: assume ~plugin_denylist as ["*"] (all)
3. if ~plugin_denylist non empty: usual denylist behavior
4. if ~plugin_allowlist non empty: override denylist
5. if ~plugin_allowlist non empty and ~plugin_denylist non empty but different: only denylist behavior


Installation
------------
Expand Down
25 changes: 0 additions & 25 deletions mavros/launch/apm.launch

This file was deleted.

1 change: 0 additions & 1 deletion mavros/launch/apm2.launch

This file was deleted.

257 changes: 0 additions & 257 deletions mavros/launch/apm_config.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions mavros/launch/apm_pluginlists.yaml

This file was deleted.

Loading