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

New approach for toMsg()/fromMsg() #368

Closed
wants to merge 51 commits into from

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    9242703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c095835 View commit details
    Browse the repository at this point in the history
  3. Reorganize some headers

    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    786fdd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01e8c02 View commit details
    Browse the repository at this point in the history
  5. Fix toMsg forward

    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    3904bd0 View commit details
    Browse the repository at this point in the history
  6. Reenable Eigen tests

    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    2499ae9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    592056a View commit details
    Browse the repository at this point in the history
  8. Reenable conversion test

    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    402f4bd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71513ec View commit details
    Browse the repository at this point in the history
  10. Add Wrench conversion

    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    4dc5453 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1f69cb0 View commit details
    Browse the repository at this point in the history
  12. fix bullet uncrustify

    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    8288bc4 View commit details
    Browse the repository at this point in the history
  13. bullet uncrustify format

    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    185433a View commit details
    Browse the repository at this point in the history
  14. Fix bullet test and cmake

    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    938d908 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9f39eb7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d4d1704 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    97cd92a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b050465 View commit details
    Browse the repository at this point in the history
  19. Fix Vector transform

    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    e684163 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2ed6b8f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bf2c151 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    983a605 View commit details
    Browse the repository at this point in the history
  23. eigen doxy WIP

    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    2d47766 View commit details
    Browse the repository at this point in the history
  24. more eigen doxygen

    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    a23dee7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f9b7417 View commit details
    Browse the repository at this point in the history
  26. tf2_eigen uncrustify

    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    ef67cbe View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b7ccaef View commit details
    Browse the repository at this point in the history
  28. tf2_bullet doxygen

    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    d1f5cea View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    747836a View commit details
    Browse the repository at this point in the history
  30. more meaningful names

    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    f1469a0 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    3693ac6 View commit details
    Browse the repository at this point in the history
  32. Reorder headers

    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    7fa19a0 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1ac23bc View commit details
    Browse the repository at this point in the history
  34. Remove all overloads of tf2::convert

    Implementation is now only in impl::Converter
    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    60abdea View commit details
    Browse the repository at this point in the history
  35. Apply uncrustify

    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    5284017 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    5838568 View commit details
    Browse the repository at this point in the history
  37. remove newlines in test_tf2/test/test_convert.cpp

    Co-authored-by: Alejandro Hernández Cordero <[email protected]>
    gleichdick and ahcorde committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    66eabfb View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    4cc83f6 View commit details
    Browse the repository at this point in the history
  39. Fix -Wextra-qualification

    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    7704c91 View commit details
    Browse the repository at this point in the history
  40. Fix Bullet cmake

    gleichdick committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    988635e View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    a336830 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Add static_cast to tf2_bullet

    bullet uses floats, which causes narrowing warnings
    gleichdick committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    3278ca2 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Fix formatting nitpicks

    Co-authored-by: Alejandro Hernández Cordero <[email protected]>
    gleichdick and ahcorde authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    7795ded View commit details
    Browse the repository at this point in the history
  2. Add TODOs and comments

    gleichdick committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    d3fb3bd View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    c565ee6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9189789 View commit details
    Browse the repository at this point in the history
  3. [tf2_kdl] pep8 formatting

    gleichdick committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    0dbe030 View commit details
    Browse the repository at this point in the history
  4. [tf2_kdl] fix pep257

    gleichdick committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    59c66bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef72679 View commit details
    Browse the repository at this point in the history
  6. [tf2_kdl] fix copyright

    gleichdick committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    3e5fa25 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. move headers to .cpp

    gleichdick committed May 13, 2021
    Configuration menu
    Copy the full SHA
    cc6d47a View commit details
    Browse the repository at this point in the history