Skip to content

a simple attitude controller developed on ESP32 for quadrotor UAV

Notifications You must be signed in to change notification settings

laylow13/FC-ESP32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

一个使用ESP32做的简易飞控,主要实现姿态控制部分。

  • 使用了FreeRTOS操作系统,不同的功能封装到了不同的进程。
  • 进程间通讯使用FreeRTOS的消息队列功能,最大程度的减少了全局变量的使用。
  • 使用UDP与局域网内调参上位机通讯。
  • 控制算法为经典PID。

About

a simple attitude controller developed on ESP32 for quadrotor UAV

Resources

Stars

Watchers

Forks

Packages

No packages published