Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

high performance logging via FRI + flatbuffers with the kuka iiwa #166

Open
wants to merge 111 commits into
base: master
Choose a base branch
from

Commits on Nov 10, 2017

  1. Configuration menu
    Copy the full SHA
    de513aa View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2017

  1. Configuration menu
    Copy the full SHA
    18305eb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2017

  1. Added some helper functions.

    Chunting committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    f84c435 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Configuration menu
    Copy the full SHA
    4a267f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. Configuration menu
    Copy the full SHA
    f7ae160 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Configuration menu
    Copy the full SHA
    9325862 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    623b4f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2017

  1. Configuration menu
    Copy the full SHA
    d9ce32d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. INTERMEDIATE CODE: DOES NOT COMPILE initial integration of TimeEvent …

    …into low level kuka driver
    ahundt authored and Chunting committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    b8e6f49 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. Configuration menu
    Copy the full SHA
    58bebbe View commit details
    Browse the repository at this point in the history
  2. Errors fixed, the program can be compiled.

    HelperToFlatbuffer.hpp contains the common toFlatBuffer functions for both Kuka and fusiontracker.
    Chunting committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    fb8f67d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Configuration menu
    Copy the full SHA
    7881890 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c30197 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea0be8f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Configuration menu
    Copy the full SHA
    8ec6db0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1efda8 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Configuration menu
    Copy the full SHA
    986d257 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Configuration menu
    Copy the full SHA
    e18b1e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. Configuration menu
    Copy the full SHA
    94f4b46 View commit details
    Browse the repository at this point in the history
  2. /usr/local/include/flatbuffers/flatbuffer.h, _max_tables is changed t…

    …o 1000000 (ten times of the defaut value), then the single buffer size can reach 2045MB. ( if beyond 2046MB, an assert might be lanched)
    Chunting committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    59181b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. Configuration menu
    Copy the full SHA
    e606af2 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Configuration menu
    Copy the full SHA
    97202e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02f443a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e20bdd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f030174 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Configuration menu
    Copy the full SHA
    ad1e078 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Configuration menu
    Copy the full SHA
    65d484f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9d552d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Configuration menu
    Copy the full SHA
    8d4f313 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Configuration menu
    Copy the full SHA
    9f6e120 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb48361 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Log data from robot

    Chunting committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    b816b53 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Configuration menu
    Copy the full SHA
    480eea4 View commit details
    Browse the repository at this point in the history
  2. Log data from vrep plugin

    Chunting committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    074d9e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34b0dd9 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Configuration menu
    Copy the full SHA
    f7112ac View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2018

  1. Configuration menu
    Copy the full SHA
    a6ee79e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    f752202 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Clean some codes

    Chunting committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    e986de0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Read data from binary file

    Chunting committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    622629b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. Configuration menu
    Copy the full SHA
    31c6ed8 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Plot timeEvent

    Chunting committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    cac6609 View commit details
    Browse the repository at this point in the history
  2. Modify the TimeEvent

    Chunting committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    49912dd View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. dump out the time stuff

    Chunting committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    31a3e45 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    8f31fb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Fix a bug about timeevent

    Chunting committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    66da11a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Configuration menu
    Copy the full SHA
    c5aac6d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Record data properly

    Chunting committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    536e178 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2018

  1. Configuration menu
    Copy the full SHA
    5de6f4b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Configuration menu
    Copy the full SHA
    3bb9523 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. Draw straight line

    Chunting committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    1dfaee4 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

  1. Plot FT Pose

    Chunting committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    60b6ce8 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Rewrite the CSV writer

    Chunting committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    f508a02 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Configuration menu
    Copy the full SHA
    4b2b607 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a922e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Add some comments

    Chunting committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    735d1b4 View commit details
    Browse the repository at this point in the history
  2. Skip the bad data

    Chunting committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    528d5a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Configuration menu
    Copy the full SHA
    06c5459 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Configuration menu
    Copy the full SHA
    a42196a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    134753e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Add new marker

    Chunting committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    e539c0b View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Replay

    Chunting committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    288dc23 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Configuration menu
    Copy the full SHA
    c24e58c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    596bafb View commit details
    Browse the repository at this point in the history
  3. cmake build fixes

    ahundt committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    dbfc875 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bee725 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fusiontrack' into Calibrations

    * fusiontrack:
      README.md improved wording
      README.md reorder text
      README.md more detailed description of the video
      Add youtube video link
      AtracsysFusionTrackVrepPlugin.hpp remove dead code
      FusionTrack.hpp fixed ifdefs to support spdlog properly
      FusionTrackLogAndTrack.hpp created from AtracsysFusionTrackVrepPlugin.hpp, vrep dependencies removed.
      FusionTrackToFlatBuffer.hpp remove logging debug code
      AtracsysFusionTrackVrepPlugin.hpp now handles the flatbuffer file size limit
      fusionTrackExample.cpp fix bug due to flatbuffer size limit
      Write to binary file seperately.
      Convert indentation to spaces
      Note the command to get the json file from flatbuffer binary file
      Note the command to get the json file from flatbuffer binary file
      AtracsysFusionTrackVrepPlugin.hpp added an underscore for the filename
    ahundt committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    832e467 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bd0baa View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. Configuration menu
    Copy the full SHA
    ff62f6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a9163d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

  1. Configuration menu
    Copy the full SHA
    ee3ba71 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. Fix bugs

    Chunting committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    8ce0cc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88925ee View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2018

  1. Fix bugs, make the timestamp consistency. It can plot the data with t…

    …he same X-axis (timestamp)
    Chunting committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    49a1044 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb7174b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Configuration menu
    Copy the full SHA
    cfbc451 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Fix hard code

    Chunting committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    6984f3f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Remove hand codes.

    Chunting committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    0a040c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ddde2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e84cbaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2da67fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7010e39 View commit details
    Browse the repository at this point in the history
  6. In order to visualize the urdf model in vrep, change the joint and li…

    …nk names of urdf model to make it consistency with vrep model.
    Chunting committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    72eba28 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad76787 View commit details
    Browse the repository at this point in the history
  8. Removed some dead code

    Chunting committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    d8f7c29 View commit details
    Browse the repository at this point in the history
  9. Remove some dead code

    Chunting committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    2273afa View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Updates urdf file path

    Chunting committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    0b3be3f View commit details
    Browse the repository at this point in the history
  2. Remove some std::cout

    Chunting committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    e4aa5be View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. Data analysis document

    Chunting committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    c0d6185 View commit details
    Browse the repository at this point in the history
  2. Edit the document

    Chunting committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    49b6eb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2018

  1. Configuration menu
    Copy the full SHA
    f963ff6 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Configuration menu
    Copy the full SHA
    12bfa68 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Configuration menu
    Copy the full SHA
    ff48866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9303a2a View commit details
    Browse the repository at this point in the history
  3. DON'T NEED TO REVIEW THESE FILES

    It seems strange to me that in the folder src/robonetracker/data/, there are tons of new files coming up. Don't need to review them.
    Chunting committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    688dc35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    156d3a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    741787e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. Configuration menu
    Copy the full SHA
    7dcf90e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Configuration menu
    Copy the full SHA
    936f03e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Plot the time latency curves

    Chunting committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    ed8a712 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2018

  1. Configuration menu
    Copy the full SHA
    9c83f12 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. Configuration menu
    Copy the full SHA
    1ca4038 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Change the csv labels.

    Chunting committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    56009f3 View commit details
    Browse the repository at this point in the history
  2. Edit the instructions

    Chunting committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    6c8d27c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. Configuration menu
    Copy the full SHA
    d026e4b View commit details
    Browse the repository at this point in the history
  2. Edit the format

    Chunting committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    a9bfa4e View commit details
    Browse the repository at this point in the history
  3. Edit the format

    Chunting committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    e35a685 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Configuration menu
    Copy the full SHA
    5c8459f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from ahundt/Data_document

    Merge the data document branch into the RobotToFlaBuffer
    ahundt authored Apr 23, 2018
    Configuration menu
    Copy the full SHA
    495f0f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Remove some std::cout

    Chunting committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    b978292 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15b24a8 View commit details
    Browse the repository at this point in the history