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

Port tf2_kdl #90

Merged
merged 36 commits into from
May 10, 2019
Merged

Port tf2_kdl #90

merged 36 commits into from
May 10, 2019

Commits on May 9, 2019

  1. Port tf2_kdl

    vmayoral authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    914b095 View commit details
    Browse the repository at this point in the history
  2. Adapt for eigen3

    vmayoral authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    e3469e5 View commit details
    Browse the repository at this point in the history
  3. Return to eigen in package.xml

    Follow advice of @tfoote
    vmayoral authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    2ac5b04 View commit details
    Browse the repository at this point in the history
  4. Remove cmake_modules

    vmayoral authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    48bac73 View commit details
    Browse the repository at this point in the history
  5. Update tf2_kdl messages

    anasarrak authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    5438e0f View commit details
    Browse the repository at this point in the history
  6. improve computation efficiency

    rhaschke authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    9efa317 View commit details
    Browse the repository at this point in the history
  7. normalize quaternions to be in half-space w >= 0

    ... as in tf1
    rhaschke authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    1d59128 View commit details
    Browse the repository at this point in the history
  8. add Eigen::Isometry3d conversions

    Fix conflicts and adapt code to ROS 2.0
    Edited by @vmayoral.
    rhaschke authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    167cbcd View commit details
    Browse the repository at this point in the history
  9. improve comments

    rhaschke authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    4172621 View commit details
    Browse the repository at this point in the history
  10. Include the right headers

    vmayoral authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    09a9748 View commit details
    Browse the repository at this point in the history
  11. tf2_eigen, leftover from the cherry-pick

    While cherry-picking changes to get isometry3d in
    vmayoral authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    33544b4 View commit details
    Browse the repository at this point in the history
  12. Fix problem with stamp

    Picked also a leftover from the ROS2 conversion
    vmayoral authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    f08fda7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    34c0071 View commit details
    Browse the repository at this point in the history
  14. Remove duplicated definitions

    vmayoral authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    1f836bd View commit details
    Browse the repository at this point in the history
  15. Undo changes in unit tests

    Leave code as it was left by @clalancette.
    Only added some additional lines to test also
    Isometry as per the commits of Robert
    vmayoral authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    3bbfee5 View commit details
    Browse the repository at this point in the history
  16. Update tf2_eigen, add toMsg2

    Convert a Eigen::Vector3d type to a geometry_msgs::msg::Vector3
    while avoiding overloading issues with previous definitions
    vmayoral authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    1503899 View commit details
    Browse the repository at this point in the history
  17. make tf2_kdl an ament pkg

    Mike Lautman authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    788519c View commit details
    Browse the repository at this point in the history
  18. Default to C++14

    vmayoral authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    8b9174d View commit details
    Browse the repository at this point in the history
  19. First steps towards getting tests

    vmayoral authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    0a57fdc View commit details
    Browse the repository at this point in the history
  20. Fix timePointFromTime conversions

    vmayoral authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    de475bf View commit details
    Browse the repository at this point in the history
  21. Make unit test compile

    vmayoral authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    5a62555 View commit details
    Browse the repository at this point in the history
  22. Fixing test tf2_kdl

    ahcorde authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    5759155 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c048af0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5e9b38c View commit details
    Browse the repository at this point in the history
  25. Fixing tf2_kdl test memory leaks

    ahcorde authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    80e2787 View commit details
    Browse the repository at this point in the history
  26. indent return

    ahcorde authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    8f29b64 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    284e109 View commit details
    Browse the repository at this point in the history
  28. Quaternion one to one mapping

    ahcorde authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    e85b82a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f5253a4 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    50259c5 View commit details
    Browse the repository at this point in the history
  31. Remove unused NSEC_PER_SECOND.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    ee08296 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ebdf144 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    9d6d882 View commit details
    Browse the repository at this point in the history
  34. Porting tf2_kdl python test

    ahcorde authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    dffc911 View commit details
    Browse the repository at this point in the history
  35. Porting tf2_kdl pythonn library

    ahcorde authored and clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    ae5652d View commit details
    Browse the repository at this point in the history
  36. Cleanup the package.xml and CMakeLists.txt

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed May 9, 2019
    Configuration menu
    Copy the full SHA
    ec63e8b View commit details
    Browse the repository at this point in the history