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
8
namespace
sensor_msgs::msg
{
15
class
Joy
{
16
public
:
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.
20
std_msgs::msg::Header
header;
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
sensor_msgs::msg::Joy
ROS message class definition for Joy.
Definition
joy.hpp:15
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
joy.hpp
Generated by
1.12.0