Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.6 KB

File metadata and controls

44 lines (33 loc) · 1.6 KB

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