Skip to content
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
IanTheEngineer:eigen_vector3
Apr 27, 2018
Merged

Adds toMsg & fromMsg for Eigen Vector3#294
tfoote merged 1 commit intoros:melodic-develfrom
IanTheEngineer:eigen_vector3

Conversation

@IanTheEngineer
Copy link
Copy Markdown
Contributor

  • 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

- 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 tfoote merged commit c6e8971 into ros:melodic-devel 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
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 Aug 18, 2020
…scription (ros#294) (ros#296)

Signed-off-by: Hunter L. Allen <hunter.allen@ghostrobotics.io>

Co-authored-by: Hunter L. Allen <hunterlallen@protonmail.com>
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>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants