Skip to content

TeamARES/ros_drone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRONE

A simple console based on mavsdk and asyncio capabilities. Currently supported for PX4 firmware only.

REQUIREMENTS python3.10+, MAVSDK, ASYNCIO, GAZEBO9( gimbal support for model <gazebo-classic_typhoon_h480>), Jmavsim(no gimbal support), PX4_sitl OPTIONAL QGC, INAV

HOW TO USE THE CONSOLE

import CONSOLE
drone=CONSOLE.Console()
data=data={"lat":47.397,"long":8.5455,"alt":10,"speed":1,"deg":3,"radius":10}
drone.run(0,data) # 0 intialises the drone and takes-off
drone.run( command_number , associated_data )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages