mirror of https://github.com/ArduPilot/ardupilot
c2864b5733
this supports logging of all bxCAN and CANFD frames, which helps with debugging tricky CAN support issues and for the development of new CAN driver lua scripts |
||
---|---|---|
.. | ||
AP_CAN.h | ||
AP_CANDriver.h | ||
AP_CANIfaceParams.cpp | ||
AP_CANManager.cpp | ||
AP_CANManager.h | ||
AP_CANManager_CANDriver_Params.cpp | ||
AP_CANManager_config.h | ||
AP_CANSensor.cpp | ||
AP_CANSensor.h | ||
AP_SLCANIface.cpp | ||
AP_SLCANIface.h | ||
LogStructure.h | ||
README.md |
README.md
Testing And Debugging
Testing under SITL
A wide range of DroneCAN peripherals are supported in the SITL simulation system. The simplest way of starting a DroneCAN enabled simulated vehicle is to use sim_vehicle.py.
For a quadplane use: sim_vehicle.py with the option -f quadplane-can
For a quadcopter use: sim_vehicle.py with the option -f quad-can