Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@arocchi arocchi released this 14 Feb 10:27
· 1 commit to master since this release

Version 1.0.2 adds method ndarray to KDL::Vector and KDL::Rotation to convert its data member to a numpy array, and allows to access the underlying rotation matrix in KDL::Rotation via __getitem__ and __setitem__ (i.e. r = pyKDL.Rotation(); r[0,0] = 1.0 works)