File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,12 @@ This repository contains C++ and Python code to define and handle Gaussian Mixtu
1818### How to use ###
1919
2020* Download the package and compile it.
21- * Launch the node with:
22- ` ros2 run coverage_unimore_nyu coverage_uav ` this will use the parameters inside the node
23- or
24- ` ros2 launch coverage_unimore_nyu launch_coverage.launch.py ` this will use the parameters set in the launch file
21+ * Launch the graphical interface to draw the polygon:
22+ ` ros2 run gmm_coverage hs_interface `
2523
24+ * Launch the controller node:
25+ ` ros2 launch gmm_coverage centralized_gmm.launch.py ` or
26+ ` ros2 launch gmm_coverage distributed_gmm.launch.py `
2627
2728### Area size, Area left, Area bottom parameters ###
2829
You can’t perform that action at this time.
0 commit comments