Skip to content
Snippets Groups Projects
Commit b8d41668 authored by Joseph Mirabel's avatar Joseph Mirabel
Browse files

Fix Lie group type used in steeringMethod::EndEffectorTrajectory

parent 85b4f26e
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ namespace hpp { ...@@ -41,7 +41,7 @@ namespace hpp {
{ {
public: public:
FunctionFromPath (const PathPtr_t& p) FunctionFromPath (const PathPtr_t& p)
: DifferentiableFunction (1, 1, SE3 ? LiegroupSpace::SE3() : LiegroupSpace::Rn(p->outputSize())), : DifferentiableFunction (1, 1, SE3 ? LiegroupSpace::R3xSO3() : LiegroupSpace::Rn(p->outputSize())),
path_ (p) path_ (p)
{ {
assert (!SE3 || assert (!SE3 ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment