Skip to content

Commit e37de18

Browse files
author
Stephen Roderick
committed
orocos_kdl: Support getting eps from WDLS velocity solver
Ensures that all relevant parameters are exposed.
1 parent 3cc39b1 commit e37de18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

orocos_kdl/src/chainiksolvervel_wdls.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ namespace KDL
179179
*/
180180
double getSigmaMin()const {return sigmaMin;};
181181

182+
/**
183+
* Request the value of eps
184+
*/
185+
double getEps()const {return eps;};
186+
182187
/**
183188
* Request the value of lambda for the minimum
184189
*/

0 commit comments

Comments
 (0)