oxidros-msg 0.5.8

Generated ROS2 message types for oxidros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Auto-generated ROS2 message types
// Generated by ros2msg from all ROS2 packages

#[repr(C)]
#[derive(Debug, ros2_types::Ros2Msg, ros2_types::TypeDescription)]
#[ros2(package = "sensor_msgs", interface_type = "msg")]
#[cfg_attr(
    not(feature = "rcl"),
    derive(ros2_types::serde::Serialize, ros2_types::serde::Deserialize)
)]
#[cfg_attr(not(feature = "rcl"), serde(crate = "ros2_types::serde"))]
pub struct PointCloud {
    pub header: super::super::super::std_msgs::msg::header::Header,
    pub points: super::super::super::geometry_msgs::msg::point32::Point32Seq<0>,
    pub channels: super::super::super::sensor_msgs::msg::channel_float32::ChannelFloat32Seq<
        0,
    >,
}