Use boost::posix_time::ptime to convey time between Ros and dynamic-graph.
Define entity RosTime that exports Ros time in a signal, add this entity in class dynamic_graph.ros.ros.Ros. Transfer Ros time in signal of type ptime instead of vector.
Showing
- CMakeLists.txt 1 addition, 1 deletionCMakeLists.txt
- src/converter.hh 26 additions, 0 deletionssrc/converter.hh
- src/dynamic_graph/ros/ros.py 2 additions, 0 deletionssrc/dynamic_graph/ros/ros.py
- src/ros_export.hh 2 additions, 1 deletionsrc/ros_export.hh
- src/ros_export.hxx 9 additions, 8 deletionssrc/ros_export.hxx
- src/ros_time.cpp 35 additions, 0 deletionssrc/ros_time.cpp
- src/ros_time.hh 29 additions, 0 deletionssrc/ros_time.hh
src/ros_time.cpp
0 → 100644
src/ros_time.hh
0 → 100644
Please register or sign in to comment