-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mission planning examples. #530
Comments
Task allocation/assignment/planning/scheduling seems to be needed. |
/assign |
PR is welcome, no need to assignment |
@AtsushiSakai Hi, I'm really interested in this task. I plan to provide a simple example where a state machine is used at the top level to manage different modules like localization, mapping, and planning. Inside the planning module, a behavior tree will be used to manage the robot's behavior. The problem is that the current project doesn't rely on the corresponding state machine and behavior tree libraries. Are you planning to import these libraries? If so, do you have any recommended ones? If you prefer not to add external dependencies, we could also try creating a simple state machine and behavior tree library. What do you think? |
Thank you for your interest. I totally prefer this:
because this project should focus on education than practicality. |
Okay, I'll consider how to achieve it in a simple and effective way |
Mission planning is important for complicated robotics tasks. So It would be great to add some simple mission planning examples. For example,
etc.
The text was updated successfully, but these errors were encountered: