Replies: 1 comment 4 replies
-
There are several ways. These are implemented in the "Parametrizer" classes in both the Python and C++ API. When the controller interpolation period is 2ms perhaps usually small compared with the discrete step of 's', this means there are several time-interpolation instants between two consecutive sampling 's', then how to guarantee satisfaction of the constraints in "Dynamic Non-Prehensile Object Transportation" at every time interpolation instant? It's slightly more complex than that. The main idea is since the path and the constraints are "continuous", even if we consider only the constraints at discrete time-point, we can still say that the constraints are satisfied at any points in-between thought discrete points. This idea is similar to algorithms in numerical integration of ODE. You can check the "InterpolationType" class for more details regarding this. |
Beta Was this translation helpful? Give feedback.
-
I have two questions about "AVP-biRRT" dealing with the constraints presented in the paper "Dynamic Non-Prehensile Object Transportation".
Beta Was this translation helpful? Give feedback.
All reactions