ardupilot/libraries/AP_CANManager
rishabsingh3003 0cdfdc6234 AP_CANMangaer: Add support for CAN MR72 2024-02-06 10:57:21 +11:00
..
AP_CAN.h AP_CANMangaer: Add support for CAN MR72 2024-02-06 10:57:21 +11:00
AP_CANDriver.cpp AP_CANManager: support CAN_Dn_PROTOCOL2 for an aux 11 bit protocol 2023-11-28 11:38:16 +11:00
AP_CANDriver.h AP_CANManager: support CAN_Dn_PROTOCOL2 for an aux 11 bit protocol 2023-11-28 11:38:16 +11:00
AP_CANIfaceParams.cpp AP_CANManager: correct parameter metadata error 2022-03-14 08:18:13 +11:00
AP_CANManager.cpp AP_CANManager: support CAN_Dn_PROTOCOL2 for an aux 11 bit protocol 2023-11-28 11:38:16 +11:00
AP_CANManager.h AP_CANManager: support CAN_Dn_PROTOCOL2 for an aux 11 bit protocol 2023-11-28 11:38:16 +11:00
AP_CANManager_config.h AP_CANManager: add and use option to compile SLCAN support out of code 2023-03-15 19:08:09 +11:00
AP_CANSensor.cpp AP_CANManager: reimplement with BinarySemaphore 2024-01-03 07:37:05 +11:00
AP_CANSensor.h AP_CANManager: reimplement with BinarySemaphore 2024-01-03 07:37:05 +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 AP_CANManager: update docs 2023-09-01 13:04:59 +10:00

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