Skip to content
Snippets Groups Projects

Resolve "Publish odom"

Merged Joan Solà Ortega requested to merge 266-publish-odom into devel
2 files
+ 8
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -22,6 +22,7 @@ class IsMotion
{
public:
IsMotion(const StateStructure& _structure);
virtual ~IsMotion();
// Queries to the processor:
@@ -38,6 +39,12 @@ class IsMotion
};
inline IsMotion::IsMotion(const StateStructure& _structure) :
state_structure_(_structure)
{
//
}
}
///// IMPLEMENTATION ///////
Loading