Skip to content
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

Open
2 of 3 tasks
AtsushiSakai opened this issue Jul 17, 2021 · 6 comments
Open
2 of 3 tasks

Add mission planning examples. #530

AtsushiSakai opened this issue Jul 17, 2021 · 6 comments

Comments

@AtsushiSakai
Copy link
Owner

AtsushiSakai commented Jul 17, 2021

Mission planning is important for complicated robotics tasks. So It would be great to add some simple mission planning examples. For example,

@keep9oing
Copy link

Task allocation/assignment/planning/scheduling seems to be needed.

@harireddy77
Copy link

/assign

@AtsushiSakai
Copy link
Owner Author

PR is welcome, no need to assignment

@Aglargil
Copy link
Contributor

@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?

@AtsushiSakai
Copy link
Owner Author

AtsushiSakai commented Feb 20, 2025

Thank you for your interest.

I totally prefer this:

If you prefer not to add external dependencies, we could also try creating a simple state machine and behavior tree library.

because this project should focus on education than practicality.

@Aglargil
Copy link
Contributor

Thank you for your interest.谢谢您的兴趣。

I totally prefer this:  我完全更喜欢这个:

If you prefer not to add external dependencies, we could also try creating a simple state machine and behavior tree library.如果您不想添加外部依赖关系,我们还可以尝试创建一个简单的状态机和行为树库。

because this project should focus on education than practicality.因为这个项目应该专注于教育而不是实用性。

Okay, I'll consider how to achieve it in a simple and effective way

@Aglargil Aglargil mentioned this issue Feb 23, 2025
3 tasks
@Aglargil Aglargil mentioned this issue Mar 3, 2025
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants