feat(slam): add cartographer_ros

This commit is contained in:
X-lanni
2025-07-04 14:39:48 +08:00
parent df9cee5779
commit 5cf886315d
825 changed files with 92220 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
Steps for Releasing
-------------------
.. code-block:: bash
catkin_generate_changelog
* Update changelog to point to GitHub release log (e.g.
https://github.com/cartographer-project/cartographer/compare/0.1.0...0.2.0)
.. code-block:: bash
git commit -am"Update changelog for release"
catkin_prepare_release --bump minor --no-push
* Create PR
* Add release via GitHub web UI