Browse Source

Rover: correct case mistake in Wpbrg logmessage documenation

c415-sdk
Peter Barker 5 years ago committed by Peter Barker
parent
commit
21e3607312
  1. 2
      APMrover2/Log.cpp

2
APMrover2/Log.cpp

@ -259,7 +259,7 @@ const LogStructure Rover::log_structure[] = { @@ -259,7 +259,7 @@ const LogStructure Rover::log_structure[] = {
// @URL: http://ardupilot.org/rover/docs/navigation.html
// @Field: TimeUS: Microseconds since system startup
// @Field: WpDist: distance to the current navigation waypoint
// @Field: Wpbrg: bearing to the current navigation waypoint
// @Field: WpBrg: bearing to the current navigation waypoint
// @Field: DesYaw: the vehicle's desired heading
// @Field: Yaw: the vehicle's current heading
// @Field: XTrack: the vehicle's current distance from the current travel segment

Loading…
Cancel
Save