geometry_msgs/Vector2 ?
Is there an extension of geometry_msgs
including 2D types, such as geometry_msgs/Vector2
?
I don't seem to find such a package on Github, for example.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
Is there an extension of geometry_msgs
including 2D types, such as geometry_msgs/Vector2
?
I don't seem to find such a package on Github, for example.
Well, I guess it's a bit of a point for discussion, but using Pose2D
for this seems like a good fit: it encodes a position in a 2D space, with an associated orientation.
You could consider submitting a PR that adds a Vector2
(or maybe Point2D
) to geometry_msgs
though.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-11-21 12:00:48 -0500
Seen: 2,725 times
Last updated: Nov 21 '16
How to I set a robot pose in stage
Robot won't move along the path
Processing PoseStamped message as an integer (or something similar)
How to get the data from Subscribers message with python
rostopic pub geometry_msgs/PoseArray example
rostopic pub /move_base_simple/goal geometry_msgs/PoseStamed generates no response