CreOS SDK
The CreOS SDK allows you to interact with Avular robots
Loading...
Searching...
No Matches
point_cloud.hpp
Go to the documentation of this file.
1
8
namespace
sensor_msgs::msg
{
16
class
PointCloud
{
17
public
:
18
// THIS MESSAGE IS DEPRECATED AS OF FOXY
19
// Please use sensor_msgs/PointCloud2
20
21
// This message holds a collection of 3d points, plus optional additional
22
// information about each point.
23
24
// Time of sensor data acquisition, coordinate frame ID.
25
std_msgs::msg::Header
header;
26
27
// Array of 3d points. Each Point32 should be interpreted as a 3d point
28
// in the frame given in the header.
29
std::vector<geometry_msgs::msg::Point32> points;
30
31
// Each channel should have the same number of elements as points array,
32
// and the data in each channel should correspond 1:1 with each point.
33
// Channel names in common practice are listed in ChannelFloat32.msg.
34
std::vector<msg::ChannelFloat32> channels;
35
};
36
}
// namespace sensor_msgs::msg
sensor_msgs::msg::PointCloud
ROS message class definition for PointCloud.
Definition
point_cloud.hpp:16
std_msgs::msg::Header
ROS message class definition for Header.
Definition
header.hpp:17
sensor_msgs::msg
message definitions of the sensor_msgs package
Definition
battery_state.hpp:8
sensor_msgs
msg
point_cloud.hpp
Generated by
1.12.0