package mavsdk.rpc.follow_me

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service FollowMeService

follow_me.proto:14

Allow users to command the vehicle to follow a specific target. The target is provided as a GPS coordinate and altitude.

message Config

follow_me.proto:32

Configuration type.

Used in: GetConfigResponse, SetConfigRequest

enum Config.FollowAltitudeMode

follow_me.proto:35

Altitude mode to configure which altitude the follow me will assume the target to be at.

Used in: Config

message FollowMeResult

follow_me.proto:99

Used in: SetConfigResponse, SetTargetLocationResponse, StartResponse, StopResponse

enum FollowMeResult.Result

follow_me.proto:101

Possible results returned for followme operations

Used in: FollowMeResult

message TargetLocation

follow_me.proto:51

Target location for the vehicle to follow

Used in: GetLastLocationResponse, SetTargetLocationRequest