deployer class
rubenvanparys opened this issue · 0 comments
rubenvanparys commented
This toolbox lacks functionality to deploy a motion planning algorithm in a simple way. There is currently no strict separation between the steps which are required on an embedded system running the algorithm and the steps related with simulation. A deployer class could focus on deploying the algorithm, while a simulator class can make use of this deployer and invoke extra functionalities to do the simulation.