ahundt / grl

Robotics tools in C++11. Implements soft real time arm drivers for Kuka LBR iiwa plus V-REP, ROS, Constrained Optimization based planning, Hand Eye Calibration and Inverse Kinematics integration.
https://ahundt.github.io/grl/
BSD 2-Clause "Simplified" License
154 stars 72 forks source link

Atracsys FlatBuffers Logging #143

Closed ahundt closed 6 years ago

ahundt commented 6 years ago

We need to save and load fusiontrack data from a file, the functions to do this (toFlatBuffer) are partially implemented, but don't yet save all of the data.

Finish implementation of data conversion API:

Important code:


Before assign any value to timeEvent, firstly we should define a new function writing the timeEvent to flatbuffer.


Chunting commented 6 years ago

Done