Skip to content
Merged
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
4 changes: 4 additions & 0 deletions development_guides/build_docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ Once your environment is setup, clone the repo and build the workspace:
colcon build \
--symlink-install

.. note::
Since rolling development source tracks the latest upstream ROS 2 branches, builds may occasionally fail due to ABI/API breaking changes being actively developed in ROS 2 core packages.
If you encounter build failures, consider using the :ref:`Released Distribution Binaries <build-instructions>` approach instead or submit the patch to Nav2.

You can then ``source ~/nav2_ws/install/setup.bash`` to get ready for demonstrations! It is safe
to ignore the rosdep error of from the missing ``slam_toolbox`` key.

Expand Down
Loading