CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
joy.hpp
Go to the documentation of this file.
1
8namespace sensor_msgs::msg {
15class Joy {
16public:
17 // Reports the state of a joystick's axes and buttons.
18
19 // The timestamp is the time at which data is received from the joystick.
21
22 // The axes measurements from a joystick.
23 std::vector<float> axes;
24
25 // The buttons measurements from a joystick.
26 std::vector<int32_t> buttons;
27};
28} // namespace sensor_msgs::msg
ROS message class definition for Joy.
Definition joy.hpp:15
ROS message class definition for Header.
Definition header.hpp:17
message definitions of the sensor_msgs package
Definition battery_state.hpp:8