-
Notifications
You must be signed in to change notification settings - Fork 249
Description
The tutorial will cover:
Making a custom Navigator to handle behavior trees
Building a new Task Server with custom interfaces
Writing Behavior Tree nodes for control (start, pause, cancel)
Writing the Behavior Tree itself
Connecting all parts into a working system
Making plugins for adding more features later
First, I will explain the problem I worked on. I will talk about the decisions I made about existing servers and other stuff. After i will start to adapt solution to open source, with all the new parts that have been implemented.
I will try to make everything work well with the official NAV2 project. In the end, someone learning from the guide should just clone my code and run it with their own config.
I also think it is a good idea to make several different examples of Behavior Trees and plugins. This will help cover all possible problems in the code and design.
I would like to know if you have any requests or ideas before I begin working.