Closed towardthesea closed 7 years ago
I cannot say anything about the implementation, but big :+1: about the design decision of decoupling the two parts of the software.
Regarding the callback vs polling question, motionPlan
was designed with callback for the communication between planner
and supervisor
, which is asynchronous. In case of react-controller
, the reference update is synchronous.
The main purpose of this
PR
is:motionPlan
dependencyplanner
directly from port.It is tested on simulation. The behavior of integration is the same!
cc @matejhof @pattacini