conversions for Eigen::Isometry3d in ROS 2 - re-iteration#113
conversions for Eigen::Isometry3d in ROS 2 - re-iteration#113
Conversation
Follow advice of @tfoote
... as in tf1
Fix conflicts and adapt code to ROS 2.0 Edited by @vmayoral.
While cherry-picking changes to get isometry3d in
Picked also a leftover from the ROS2 conversion
Leave code as it was left by @clalancette. Only added some additional lines to test also Isometry as per the commits of Robert
|
So I went ahead and manually cherry-picked all relevant changes from #93 in here. The diff now is actually rather silly so it seems that most changes are already in the |
|
All right, I can see most of these changes got already in https://github.com/ros2/geometry2/pull/90/commits. Maybe @dirk-thomas you can squash all of them into a single small commit with "minor adjustments to tf2_eigen" or should we simply discard these changes? |
Cool, thanks.
Right. What's left here is actually formatting changes, and the removal of one method. Do we need this PR at all anymore? |
| return msg; | ||
| } | ||
|
|
||
| /** \brief Convert a Eigen::Vector3d type to a geometry_msgs::msg::Vector3. |
There was a problem hiding this comment.
This shouldn't be removed. Needed by collision_detection submodule of moveit2.
|
Closing here, it modifies things that shouldn't be modified. Let me know @vmayoral or @dirk-thomas if you miss anything but I'd say we're good now for moveit2. |
|
Yes, otherwise
|
|
Ok, can you make a PR against |
Follows from https://github.com/ros2/geometry2/pull/93/commits