Some comments added for future reference.

Esse commit está contido em:
Mani Monajjemi
2012-11-22 16:14:26 -08:00
commit 8766a2a1ea
3 arquivos alterados com 4 adições e 0 exclusões
+1
Ver Arquivo
@@ -0,0 +1 @@
The files in this folder are the under-the-hood scripts to generate full navdata messages and init/publish routines. There is no need to change/execute these files unless you know exactly what you are doing.
+1
Ver Arquivo
@@ -730,6 +730,7 @@ void ARDroneDriver::publish_navdata()
imu_pub.publish(imu_msg);
}
// Load actual auto-generated code to publish full navdata
#define NAVDATA_STRUCTS_SOURCE
#include "NavdataMessageDefinitions.h"
#undef NAVDATA_STRUCTS_SOURCE
+2
Ver Arquivo
@@ -16,6 +16,7 @@
#include <ardrone_tool/ardrone_version.h>
#include <ardrone_tool/ardrone_tool.h>
// Load auto-generated include files for full navdata
#define NAVDATA_STRUCTS_INCLUDES
#include "NavdataMessageDefinitions.h"
#undef NAVDATA_STRUCTS_INCLUDES
@@ -112,6 +113,7 @@ private:
navdata_time_t arnavtime;
navdata_unpacked_t navdata_raw;
// Load auto-generated declarations for full navdata
#define NAVDATA_STRUCTS_HEADER
#include "NavdataMessageDefinitions.h"
#undef NAVDATA_STRUCTS_HEADER