Skip to content

Commit

Permalink
add setup.py warning about changing things in the launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire committed Oct 6, 2022
1 parent b39bfdc commit 16949d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs2/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ Once you are happy, you can save the map with 'Save Map' in the SLAM toolbox pan

If not, you could tweak with the parameters of the `SLAM toolbox <https://github.com/SteveMacenski/slam_toolbox/>`_ to get a better result.

.. warning::
Anything you change in the launch file, you'll need to reinstall with 'colcon build --symlink-install' in the ros2_ws folder

Connecting with Nav2 Bringup
----------------------------
Expand Down Expand Up @@ -385,6 +387,9 @@ Also try it out by putting obstacles along the path of the crazyflie like in the
As you noticed, the movement around the obstacles are pretty conservative. You can tune the values in /config/nav2_params.yaml, like the global or local planner's inflation_layer or the size of the robot.
Please check out `NAV2's tuning documentation <https://navigation.ros.org/tuning/index.html/>`_ for more explanation of these values.

.. warning::
Anything you change in the launch, config and data file, you'll need to reinstall with 'colcon build --symlink-install' in the ros2_ws folder. This is due to `this unresolved issue in colcon_core <https://github.com/colcon/colcon-core/issues/407/>`_.

.. note::
Final note. The SLAM performance and navigation performance of the Crazyflie with the multiranger is doable but not perfect. We absolutely encourage you to tweak and tune the parameters to get something better! (And if you do, please share :D)

Expand Down

0 comments on commit 16949d0

Please sign in to comment.