Closed PeterBowman closed 6 years ago
appendLink
and restoreOriginalChain
could be implemented quite easily with the latest improvements, particularly #141. Dynamics are a different beast, and AmorCartesianControl also lacks an implementation of invDyn
-related commands. I'm prone to leaving them out of this issue and tracking their development in a new ticket.
Dynamics are a different beast, and AmorCartesianControl also lacks an implementation of invDyn-related commands. I'm prone to leaving them out of this issue and tracking their development in a new ticket.
+1
Both overloads of the invDyn
method have been moved to #142, description updated accordingly.
Done at a12a9dd.
That is:
appendLink(const std::vector<double> &)
restoreOriginalChain()
And add their corresponding unit tests in
testAsibotSolverFromFile
, too.