The start-kit provides a Python interface built on pybind11. You can implement your planner, scheduler, and/or executor in Python while the rest of the system (simulation engine, action model, ...
The meeting focused on multi-threading concepts, specifically discussing the use of thread pool executors and fork join pools for managing tasks efficiently. The instructor explained the differences ...