-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
log velocity - and acceleration/thrust setpoint
- Loading branch information
tumbili
committed
Feb 7, 2015
1 parent
b258084
commit da5d5a5
Showing
4 changed files
with
42 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
# Local position in NED frame | ||
# Local position setpoint in NED frame | ||
|
||
uint64 timestamp # timestamp of the setpoint | ||
float32 x # in meters NED | ||
float32 y # in meters NED | ||
float32 z # in meters NED | ||
float32 yaw # in radians NED -PI..+PI | ||
float32 vx # in meters/sec | ||
float32 vy # in meters/sec | ||
float32 vz # in meters/sec | ||
float32 acc_x # in meters/(sec*sec) | ||
float32 acc_y # in meters/(sec*sec) | ||
float32 acc_z # in meters/(sec*sec) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters