LCAS / topological_navigation

The topological navigation framework
Apache License 2.0
31 stars 36 forks source link

SimPy Model for fast testing #68

Closed ZuyuanZhu closed 1 year ago

ZuyuanZhu commented 3 years ago

This is an extension of @marc-hanheide 's idea(#56) to model topological nodes as simpy.Container that can each hold a robot, ensuring robots cannot occupy the same spot and therefore allow to detect deadlocks.

Features of this package:

Assumptions:

TODO:

ZuyuanZhu commented 3 years ago

Todo:

Next stage:

Please correct me if I missed any important item to do @marc-hanheide @gpdas

marc-hanheide commented 1 year ago

This has been untouched for very long. I think functionality is still very useful in principle, but what's the plan @ZuyuanZhu ?

ZuyuanZhu commented 1 year ago

This has been untouched for very long. I think functionality is still very useful in principle, but what's the plan @ZuyuanZhu ?

The features have been moved to rasberry_des and used for topological optimisation which has been used in the two submited papers recently. I am working on the third paper, after this, I plan to encapsulate the simpy.container-based route planner as an API.