Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CopterExpress/clover
/ ControlMessage
Class
ControlMessage
clover/src/rc.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
#include
"mavros_msgs/Mavlink.h"
24
25
struct ControlMessage
26
{
27
int16_t x, y, z, r;
28
} __attribute__((packed));
29
30
class RC
31
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected