Closed domire8 closed 2 years ago
Sorry, I missed a few minor details in #248 that don't affect the code behaviour but still should be touched up :
Line 49 of CartesianAcceleration.cpp is return CartesianTwist(name, random, reference);
, should be return CartesianAcceleration(name, random, reference);
In test_cartesian_acceleration.cpp
, the test cases CopyTwist
, CartesianTwistToStdVector
, TestVelocityClamping
, TestTwistNorms
should be renamed.
Sorry, I missed a few minor details in #248 that don't affect the code behaviour but still should be touched up :
Line 49 of CartesianAcceleration.cpp is
return CartesianTwist(name, random, reference);
, should bereturn CartesianAcceleration(name, random, reference);
In
test_cartesian_acceleration.cpp
, the test casesCopyTwist
,CartesianTwistToStdVector
,TestVelocityClamping
,TestTwistNorms
should be renamed.
Ouf, good catches..Doesn't make our unittests look good.. I also missed something in your PR, we now have an outdated directory structure in the state representations tests
Follow up PR on #248 to add the CartesianAcceleration in the clproto and pybindings.