ardupilot/libraries/AP_CANManager
Peter Barker 565e3f0175 AP_CANManager: correct array bounds used for sanity check
both of these are currently HAL_MAX_CAN_PROTOCOL_DRIVERS in length
2024-03-19 07:29:58 +11:00
..
AP_CAN.h AP_CANManager: Add multiCAN interface 2024-02-27 10:59:41 +11:00
AP_CANDriver.cpp AP_CANManager: Add multiCAN interface 2024-02-27 10:59:41 +11:00
AP_CANDriver.h
AP_CANIfaceParams.cpp
AP_CANManager.cpp AP_CANManager: remove redundant calls to snprintf 2024-03-16 22:45:14 +11:00
AP_CANManager.h AP_CANManager: correct array bounds used for sanity check 2024-03-19 07:29:58 +11:00
AP_CANManager_config.h
AP_CANSensor.cpp AP_CANManager: Add multiCAN interface 2024-02-27 10:59:41 +11:00
AP_CANSensor.h AP_CANManager: Add multiCAN interface 2024-02-27 10:59:41 +11:00
AP_SLCANIface.cpp AP_CANManager: reimplement with BinarySemaphore 2024-01-03 07:37:05 +11:00
AP_SLCANIface.h AP_CANManager: reimplement with BinarySemaphore 2024-01-03 07:37:05 +11:00
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