Browse Source

vehicle_odometry: add timestamp field

sbg
TSC21 7 years ago committed by Lorenz Meier
parent
commit
1d10c5f740
  1. 1
      msg/vehicle_odometry.msg

1
msg/vehicle_odometry.msg

@ -1,4 +1,5 @@ @@ -1,4 +1,5 @@
# Vehicle odometry data. Fits ROS REP 147 for aerial vehicles
uint64 timestamp # time since system start (microseconds)
# Position in NED earth-fixed frame (meters). NaN if invalid/unknown
float32 x # North position

Loading…
Cancel
Save