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

Fix compilation.

parent 232d5d74
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@
#include <sot/core/matrix-geometry.hh>
#include <dynamic_graph_bridge/ros_init.hh>
namespace dynamicgraph {
class RosTfListener;
......
......@@ -28,6 +28,8 @@ class RosTime : public dynamicgraph::Entity {
static const std::string docstring_;
}; // class RosTime
template <> struct signal_io<boost::posix_time::ptime> : signal_io_unimplemented<boost::posix_time::ptime> {};
} // namespace dynamicgraph
#endif // DYNAMIC_GRAPH_ROS_TIME_HH
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