ArduPilot / ardupilot_wiki

Repository for ArduPilot wiki issues and wiki-specific website infrastructure.
Other
500 stars 1.25k forks source link

Dev: add more tutorials to Learning-the-code-base #649

Open rmackay9 opened 7 years ago

rmackay9 commented 7 years ago

Upcoming Tutorials

We should add more tutorials to this section of the developer wiki: http://ardupilot.org/dev/docs/learning-the-ardupilot-codebase.html. What's below was written on the page earlier but I've moved it here because this is really where to-dos belong.

We will be adding more tutorial sections in the future. Check back occasionally to see the new sections.

MAVLink telemetry handling
The Dataflash library for onboard logging
Analog input
GPIOs
Timing and profiling
PX4 device drivers
I2C Drivers
SPI Drivers
CANBUS drivers and uavcan
memory management
Maths functions
Inside the AP_AHRS attitude and position estimator
Porting ArduPilot to a new board
AP_HAL Utility functions
PIDs and other control libraries
Inside the SITL simulator
Inside the AP_Param parameter system
AP_Notify for buzzers and LEDs
The ArduPilot autotest system
How autobuilds work, and developer autobuilds
How ardupilot boot process works on PX4
brunoolivieri commented 5 years ago

@rmackay9 , this issue still actual?