CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
laser_echo.hpp
Go to the documentation of this file.
1
8namespace sensor_msgs::msg {
16class LaserEcho {
17public:
18 // This message is a submessage of MultiEchoLaserScan and is not intended
19 // to be used separately.
20
21 std::vector<float> echoes;
22 // Each array represents data from the same angle increment.
23};
24} // namespace sensor_msgs::msg
ROS message class definition for LaserEcho.
Definition laser_echo.hpp:16
std::vector< float > echoes
Multiple values of ranges or intensities.
Definition laser_echo.hpp:21
message definitions of the sensor_msgs package
Definition battery_state.hpp:8