CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
geometry_msgs::msg::Pose2D Class Reference

ROS message class definition for Pose2D. More...

#include <geometry_msgs/msg/pose2_d.hpp>

Public Attributes

double x
 
double y
 
double theta
 

Detailed Description

ROS message class definition for Pose2D.

Deprecated as of Foxy and will potentially be removed in any following release. Please use the full 3D pose.

# Deprecated as of Foxy and will potentially be removed in any following release.
# Please use the full 3D pose.
# In general our recommendation is to use a full 3D representation of everything and for 2D specific applications make the appropriate projections into the plane for their calculations but optimally will preserve the 3D information during processing.
# If we have parallel copies of 2D datatypes every UI and other pipeline will end up needing to have dual interfaces to plot everything. And you will end up with not being able to use 3D tools for 2D use cases even if they're completely valid, as you'd have to reimplement it with different inputs and outputs. It's not particularly hard to plot the 2D pose or compute the yaw error for the Pose message and there are already tools and libraries that can do this for you.# This expresses a position and orientation on a 2D manifold.
float64 x
float64 y
float64 theta

The documentation for this class was generated from the following file: