Skip to content

Commit 74455d4

Browse files
committed
Update Groot to include the merged PR
1 parent 4ac00e1 commit 74455d4

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tutorials/docs/groot.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,10 @@ A step-by-step guide for simulation can look like this:
7979
6. press connect in the upper left corner (``Server IP``, ``Publisher Port``, and ``Server Port`` can all be left to the default for the simulation)
8080
7. the behavior tree should now be visible in Groot
8181
8. send a new goal to your robot (can also include a new behaviorTree.xml, which gets loaded automatically)
82-
9. watch your robot drive in simulation and see how the behavior tree changes it nodes
82+
9. watch your robot drive in simulation and see how Groot automatically watches the state of your behavior tree
8383

8484
Real world robots can easily be adapted to this. Just change the ``Server IP``
8585
and zmq network ports accordingly to your local environment.
8686

8787
Reloading of the behavior tree in Groot is done on multiple occasions,
88-
but only when a new behavior tree is loaded by nav2 or Groot is restarted.
89-
90-
.. note::
91-
Until the current PR gets accepted, for fixing additional corner cases where Groot must reload the behavior tree in order to match the the status information to the right behavior tree with the right ``uid``,
92-
it is necessary to use this `fork:branch <https://github.com/gramss/Groot/tree/fix-groot-reloading>`_ until the `respective PR <https://github.com/BehaviorTree/Groot/pull/96>`_ gets accepted.
93-
94-
88+
but only when a new behavior tree is loaded by nav2 or Groot is restarted. More about `Groot reloading the BT <https://github.com/BehaviorTree/Groot/pull/96>`_ can be seen in the merged PR here.

0 commit comments

Comments
 (0)