CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Loading...
Searching...
No Matches
float32.hpp
Go to the documentation of this file.
1
8namespace std_msgs::msg {
18class Float32 {
19public:
20 // This was originally provided as an example message.
21 // It is deprecated as of Foxy
22 // It is recommended to create your own semantically meaningful message.
23 // However if you would like to continue using this please use the equivalent in example_msgs.
24
25 float data;
26};
27} // namespace std_msgs::msg
ROS message class definition for Float32.
Definition float32.hpp:18
message definitions of the std_msgs package
Definition bool.hpp:8