Merge pull request #27 from mikehamer/master

Now only loads the writeable subset of drone parameters
Esse commit está contido em:
Mani Monajjemi
2012-11-13 16:43:06 -08:00
4 arquivos alterados com 27 adições e 24 exclusões
+1 -1
Ver Arquivo
@@ -88,7 +88,7 @@ Information received from the drone will be published to the `ardrone/navdata` t
* `altd`: Estimated altitude (mm)
* `vx`, `vy`, `vz`: Linear velocity (mm/s) [TBA: Convention]
* `ax`, `ay`, `az`: Linear acceleration (g) [TBA: Convention]
* `tm`: Timestamp of the data returned by the Drone
* `tm`: Timestamp of the data returned by the Drone returned as a packed uint32 (sec:11; usec:21)
### IMU data