This repository was archived by the owner on May 31, 2025. It is now read-only.
Adds toMsg & fromMsg for Eigen Vector3#294
Merged
tfoote merged 1 commit intoros:melodic-develfrom Apr 27, 2018
Merged
Conversation
- Adds toMsg for geometry_msgs::Vector3& with dual argument syntax to avoid an overload conflict with geometry_msgs::Point& toMsg(contst Eigen::Vector3d& in) - Adds corresponding fromMsg for Eigen Vector3d and geometry_msgs::Vector3 - Fixed typos in description of fromMsg for Twist and Eigen 6x1 Matrix
tfoote
approved these changes
Apr 27, 2018
IanTheEngineer
added a commit
to IanTheEngineer/moveit
that referenced
this pull request
Apr 27, 2018
Now that this geometry2 PR is merged ros/geometry2#294
IanTheEngineer
added a commit
to IanTheEngineer/moveit
that referenced
this pull request
May 3, 2018
Now that this geometry2 PR is merged ros/geometry2#294
IanTheEngineer
added a commit
to IanTheEngineer/moveit
that referenced
this pull request
May 16, 2018
Now that this geometry2 PR is merged ros/geometry2#294
IanTheEngineer
added a commit
to IanTheEngineer/moveit
that referenced
this pull request
May 17, 2018
- All type conversions now depend on geometry2 ROS packages, rather than geometry (see ros/geometry2#292 and ros/geometry2#294 for details of the new conversions) - Removes all boost::shared_ptr<tf::TransformListener> from the API, and replaced them with std::shared_ptr<tf2_ros::Buffer>'s - Piped tf2_ros::Buffer's everywhere where tf::TransformListeners were used - Utilizes the new tf2 API in the tf::Transformer library to access the internal tf2::Buffer object used by RViz (see ros/geometry#163 for details of the new API) - Removes the prepending of forward slashes ('/') for Transforms frames as this is deprecated in tf2
This was referenced May 18, 2018
rhaschke
pushed a commit
to moveit/moveit
that referenced
this pull request
May 18, 2018
migration from tf to tf2 API, resolves issue #745 - All type conversions now depend on geometry2 ROS packages, rather than geometry (see ros/geometry2#292 and ros/geometry2#294 for details of the new conversions) - Removes all boost::shared_ptr<tf::TransformListener> from the API, and replaced them with std::shared_ptr<tf2_ros::Buffer>'s - Utilize new tf2 API in the tf::Transformer library to access the internal tf2::Buffer of RViz (see ros/geometry#163 for details of the new API) - Removes prepending of forward slashes ('/') for transforms frames as this is deprecated in tf2 - Replaced deprecated tf2 _getLatestCommonTime
tfoote
pushed a commit
that referenced
this pull request
Jul 10, 2018
- Adds toMsg for geometry_msgs::Vector3& with dual argument syntax to avoid an overload conflict with geometry_msgs::Point& toMsg(contst Eigen::Vector3d& in) - Adds corresponding fromMsg for Eigen Vector3d and geometry_msgs::Vector3 - Fixed typos in description of fromMsg for Twist and Eigen 6x1 Matrix
tfoote
pushed a commit
that referenced
this pull request
Jul 10, 2018
- Adds toMsg for geometry_msgs::Vector3& with dual argument syntax to avoid an overload conflict with geometry_msgs::Point& toMsg(contst Eigen::Vector3d& in) - Adds corresponding fromMsg for Eigen Vector3d and geometry_msgs::Vector3 - Fixed typos in description of fromMsg for Twist and Eigen 6x1 Matrix
tfoote
pushed a commit
that referenced
this pull request
Jul 10, 2018
- Adds toMsg for geometry_msgs::Vector3& with dual argument syntax to avoid an overload conflict with geometry_msgs::Point& toMsg(contst Eigen::Vector3d& in) - Adds corresponding fromMsg for Eigen Vector3d and geometry_msgs::Vector3 - Fixed typos in description of fromMsg for Twist and Eigen 6x1 Matrix
jdlangs
pushed a commit
to jdlangs/geometry2
that referenced
this pull request
Aug 26, 2019
Originally PR ros2#294 at ros/geometry2#294 - Adds toMsg for geometry_msgs::Vector3& with dual argument syntax to avoid an overload conflict with geometry_msgs::Point& toMsg(contst Eigen::Vector3d& in) - Adds corresponding fromMsg for Eigen Vector3d and geometry_msgs::Vector3 - Fixed typos in description of fromMsg for Twist and Eigen 6x1 Matrix
clalancette
pushed a commit
to ros2/geometry2
that referenced
this pull request
Sep 5, 2019
Originally PR #294 at ros/geometry2#294 - Adds toMsg for geometry_msgs::Vector3& with dual argument syntax to avoid an overload conflict with geometry_msgs::Point& toMsg(contst Eigen::Vector3d& in) - Adds corresponding fromMsg for Eigen Vector3d and geometry_msgs::Vector3 - Fixed typos in description of fromMsg for Twist and Eigen 6x1 Matrix
seanyen
pushed a commit
to ms-iot/geometry2
that referenced
this pull request
Mar 22, 2021
…scription (ros#294) Signed-off-by: Hunter L. Allen <hunter.allen@ghostrobotics.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
toMsgforgeometry_msgs::Vector3with dual argument syntax toavoid an overload conflict with
geometry_msgs::Point& toMsg(contst Eigen::Vector3d& in)fromMsgforEigen::Vector3dandgeometry_msgs::Vector3fromMsgforTwistand Eigen 6x1 Matrix