Skip to content

Skyviper Autonomous Drone Project code Repository

Notifications You must be signed in to change notification settings

VikramBhat00/drone_proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

drone_proj

Skyviper Autonomous Drone Project code Repository

Drone Project Code Python Script and Other Files Raspberry Pi Zero Dependencies:

Librealsense - use this link: https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_raspbian.md If error occurs when following these instructions regarding illegal instruction, follow steps in this link: IntelRealSense/librealsense#3490

Drone script taken directly from https://github.com/thien94/vision_to_mavros/blob/master/scripts/t265_to_mavlink.py and adapted to use dronekit and without some extra features, make sure that code is understood before this one, as it is more complete.

When Debug Enabled in the script, messages are printed to console, and t265 data is logged to text file. The other python file t265graph.py, where the filename of the text file in the first line of code can be changed to graph the t265 xyz data.

Current Issues:

Drone Climbs/Falls when set to "LOITER" Mode after taking off manually Possible Fixes:

  1. Don't use Loiter - Stay in stabilize and have code write manual attitude/thrust commands
  2. Change Drone Paramters to change alt source
  3. Change altitude being sent to drone from code (send_pos function)

About

Skyviper Autonomous Drone Project code Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages