MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / wheelencoder

Function wheelencoder

libraries/AP_WheelEncoder/AP_WheelEncoder.cpp:360–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358namespace AP {
359
360AP_WheelEncoder *wheelencoder()
361{
362 return AP_WheelEncoder::get_singleton();
363}
364
365}

Callers 1

start_frameMethod · 0.85

Calls 1

get_singletonFunction · 0.85

Tested by

no test coverage detected