Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ setup
Function
setup
libraries/AP_Module/examples/ModuleTest/ModuleTest.cpp:35–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
static AP_AHRS ahrs{};
34
35
void setup(void)
36
{
37
serial_manager.init();
38
ins.init(100);
39
baro.init();
40
ahrs.init();
41
42
gps.init();
43
}
44
45
void loop(void)
46
{
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected