Skip to content
Snippets Groups Projects
Commit 85917bc4 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Fix type name.

parent dd7597d1
No related branches found
No related tags found
No related merge requests found
......@@ -87,9 +87,9 @@ namespace dynamicgraph
else if (type == "matrixHomoStamped")
entity.add<std::pair<sot::MatrixHomogeneous, ml::Vector> >
(signal, topic);
else if (type == "Twist")
else if (type == "twist")
entity.add<specific::Twist> (signal, topic);
else if (type == "TwistStamped")
else if (type == "twistStamped")
entity.add<std::pair<specific::Twist, ml::Vector> >
(signal, topic);
else
......
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