Skip to content

Arcane-01/PX4-Offboard-control-using-MAVROS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PX4-Offboard-control-using-MAVROS

Python codes for MAVROS Offboard control

Results

Position Setpoints

position gif

                        x = 3, y = 3, z = 2

Attitude Setpoints

attitude gif

                   roll = 0, pitch = 0, yaw = $\pi/2$

Velocity Setpoints

velocity gif

            Linear velocities: ${v_x = 0.25, v_y = 0.0, v_z = 0.5}$
            Angular velocities: ${v_x = 0.0, v_y = 0.0, v_z = 1.0}$

Reading the present state of the drone

dronestate image

               Drone Position & Drone Orientation

Square Trajectory

                        Square Trajectory

                  Trajectory visualization in RViz

Releases

No releases published

Packages

No packages published

Languages