Skip to content

Few python scripts that I wrote for drone missions using the standard set of plugins in MAVROS package.

Notifications You must be signed in to change notification settings

visvig/mavros-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

mavros-scripts

Setup

  1. run roscore.
  2. run sim_vehicle.py -v ArduCopter -f gazebo-iris -m --mav10 --map --console -I0 to set up the simulator. I chose Arducoptor as vehicle and used the iris drone. It also opens up MAVProxy console and a map.
  3. run gazebo --verbose iris_ardupilot.world to set up the physical environment (Gazebo) in which the simulator works.
  4. run roslaunch mavros apm.launch fcu_url:="udp://127.0.0.1:14551@14555" to start MAVROS.

Deploying Scripts

  1. open up QGroundControl and takeoff to hold position.
  2. run the .py executable

About

Few python scripts that I wrote for drone missions using the standard set of plugins in MAVROS package.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages