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

Re-organise the data extraction #163

Closed Chunting closed 6 years ago

Chunting commented 6 years ago

The data exportation is not convient. Re-organise the structure like this: . ├── ... ├── V-REP # Vrep folder │ ├── data │ │ ├── 2018_05_16_13_12_08 # Folder named by time stamp │ │ │ ├── 2018_05_16_14_01_06_Kukaiiwa.iiwa # Kuka binary file │ │ │ ├── 2018_05_16_15_48_49_FusionTrack.flik # Atracsys binary file │ │ │ ├── All the CVS files # Atracsys binary file │ └── ...
└── ...

Chunting commented 6 years ago

The new feature comes out in branch of LowPassFIlter(Pull request #19)