attitude

Set attitude angles (roll, pitch and yaw)

Request Type URL DJI Zenmuse
POST /api/v1/attitude/<roll>,<pitch>,<yaw> Any

Parameters

Parameter Type Description
<roll> number Roll angle value expressed in radian (from −π to )
<pitch> number Pitch angle value expressed in radian (from −π to )
<yaw> number Yaw angle value expressed in radian (from −π to )

Sample Request

POST http://localhost:8123/api/v1/attitude/0.5,-0.1,-1.57

Sample Response

Status code: 200

{
  "success": true
}

← app | camera →