docs.nav2.org
docs.nav2.org copied to clipboard
https://docs.nav2.org/
I noticed that the API used to provide a custom behavior tree config in the [dynamic object following tutorial](https://navigation.ros.org/tutorials/docs/navigation2_dynamic_point_following.html#run-dynamic-object-following-in-nav2-simulation) no longer exists: ros2 launch nav2_bringup tb3_simulation_launch.py default_bt_xml_filename:=/path/to/bt.xml According to the...
Updates https://github.com/ros-planning/navigation2/pull/4019
This addresses https://github.com/ros-planning/navigation2/pull/3930 (Vector Object server) by adding: - Section to Iron->Jazzy migration guide - Configuration guide for VO-server - Tutorial how to navigate with vector objects and VO-server enabled
first line of https://github.com/ros-planning/navigation.ros.org/blob/master/configuration/packages/configuring-mppic.rst#general-words-of-wisdom strongly directs to never set `model_dt` > ` 1 / controller_frequency` but in the example right above it, the controller frequency is 30.0 which suggests `model_dt`...
okay my try to fix the requirements and conflicts.. #364
- [ ] Kinematic parameters for behaviors, controllers, etc - [x] Costmap plugin selection - [ ] recovery speeds / sim times - [ ] global localization leading the clock...
This PR integrates docs for https://github.com/ros-planning/navigation2/pull/3796, expanding binary filter configuration guide.
Take robot's state, compute footprint, publish to global / local costmaps
Following the directions in the readme produces the following error. `pip3 uninstall sphinx==3.5.0 breathe==4.28.0 sphinx_rtd_theme sphinxcontrib-plantuml jinja2==3.0.3 make html` `Traceback (most recent call last): File "/home/josh/.local/bin/sphinx-build", line 5, in from...