Closed PeterBowman closed 7 years ago
WIP at the asibot-cartesian-solver
branch.
Just wanted to note that there are some conversion operations left in CartesianServerLib/xCallbackPort.cpp at which I'd like to take a look.
CartesianBot implements tool tip calculations, but we lack a proper interface. Perhaps blocked until #95 is resolved?
CartesianBot implements tool tip calculations, but we lack a proper interface. Perhaps blocked until #95 is resolved?
Yes, I agree.
The TrajGen.h
library I've imported along with ASIBOT's solver could be easily replaced by KDL::VelocityProfile_Spline.
Good enough at 974de24, follow-ups include:
ICartesianControl
methods)I've left the TrajGen.hpp file mostly as is, but it does not intervene at all in the compilation process. It might be re-used as an alternative to current trajectory generators at BasicCartesianControl
, which in turn would require more work than it was initially planned at here.
Currently implemented as a
yarp::dev::ICartesianControl
(path), should be stripped from any control loops and repurposed as ateo::ICartesianSolver
.Full migration plan: roboticslab-uc3m/asibot-main#28.