You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update README.md: fix typo (#3842)
* Update package.xml
* fix typo (#3850)
* adjust link to point to v3.8 of behavior tree docs (#3851)
BT.CPP_v3 is used, thereby the correct docs should be linked
* Fix bug in nav2_behavior_tree/bt_action_node (#3849)
* Fix bug in nav2_behavior_tree/bt_action_node
* Fixed the bug in halt function inside
nav2_behavior_tree/plugin/action/bt_action_node.hpp
* Added new case to nav2_behavior_tree/plugin/action/bt_action_node.hpp
for testing the scenario to cancel
* Refactored existing cases in
nav2_behavior_tree/plugin/action/bt_action_node.hpp
Signed-off-by: CihatAltiparmak <[email protected]>
* Fix bug in nav2_behavior_tree/bt_action_node
* Fixed the bug in halt function inside
nav2_behavior_tree/plugin/action/bt_action_node.hpp
* Added new case to nav2_behavior_tree/plugin/action/bt_action_node.hpp
for testing the scenario to cancel
* Refactored existing cases in
nav2_behavior_tree/plugin/action/bt_action_node.hpp
Signed-off-by: CihatAltiparmak <[email protected]>
---------
Signed-off-by: CihatAltiparmak <[email protected]>
* simplication of lattice_generator.py, fixes#3858 (#3859)
* simplification of equation to compute the max_value/outer edge of the lattice based on number of headings.
* Fix class doxygen
* fix minor typos (#3892)
Signed-off-by: Anton Kesy <[email protected]>
* fix use after free (#3910)
* fix build mppi (#3927)
Signed-off-by: kevin <[email protected]>
Co-authored-by: kevin <[email protected]>
* Removing old TODOs
* Fixed links for install and build in README (#3963)
Currently the readme is linking to an invalida page in the docs (404 error).
* fix a few outdated comments in smac planners (#3978)
* Update README.md
* bump to 1.1.13 for release
---------
Signed-off-by: CihatAltiparmak <[email protected]>
Signed-off-by: Anton Kesy <[email protected]>
Signed-off-by: kevin <[email protected]>
Co-authored-by: thandal <[email protected]>
Co-authored-by: Anton Kesy <[email protected]>
Co-authored-by: CihatAltiparmak <[email protected]>
Co-authored-by: Anil Kumar Chavali <[email protected]>
Co-authored-by: 정찬희 <[email protected]>
Co-authored-by: kevin <[email protected]>
Co-authored-by: Abiel Fernandez <[email protected]>
Co-authored-by: Michael Ferguson <[email protected]>
@@ -20,6 +20,8 @@ For detailed instructions on how to:
20
20
21
21
Please visit our [documentation site](https://navigation.ros.org/). [Please visit our community Slack here](https://join.slack.com/t/navigation2/shared_invite/zt-hu52lnnq-cKYjuhTY~sEMbZXL8p9tOw) (if this link does not work, please contact maintainers to reactivate).
22
22
23
+
If you need professional services related to Nav2, please contact Open Navigation at [email protected].
24
+
23
25
## Our Sponsors
24
26
25
27
Please thank our amazing sponsors for their generous support of Nav2 on behalf of the community to allow the project to continue to be professionally maintained, developed, and supported for the long-haul! [Open Navigation LLC](https://www.opennav.org/) provides project leadership, maintenance, development, and support services to the Nav2 & ROS community.
Copy file name to clipboardExpand all lines: nav2_behavior_tree/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,4 +63,4 @@ The BehaviorTree engine has a run method that accepts an XML description of a BT
63
63
64
64
See the code in the [BT Navigator](../nav2_bt_navigator/src/bt_navigator.cpp) for an example usage of the BehaviorTreeEngine.
65
65
66
-
For more information about the behavior tree nodes that are available in the default BehaviorTreeCPP library, see documentation here: https://www.behaviortree.dev/docs/learn-the-basics/bt_basics/
66
+
For more information about the behavior tree nodes that are available in the default BehaviorTreeCPP library, see documentation here: https://www.behaviortree.dev/docs/3.8/learn-the-basics/BT_basics
0 commit comments