added comments to make people realize it is for the matlab wrapper not actually c++ implementation
parent
7e8aa6e6b9
commit
73848d9e0e
|
|
@ -24,6 +24,7 @@ namespace gtsam {
|
|||
|
||||
/**
|
||||
* Returns Exponential mapy
|
||||
* This is for matlab wrapper
|
||||
*/
|
||||
template<class T>
|
||||
T Lie<T>::expmap(const Vector& v) const {
|
||||
|
|
|
|||
Loading…
Reference in New Issue