Bug fixes in macros
Esse commit está contido em:
@@ -60,7 +60,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef NAVDATA_STRUCTS_SOURCE
|
#ifdef NAVDATA_STRUCTS_SOURCE
|
||||||
void ARDroneDriver::PublishNavdataTypes(navdata_unpacked_t &n, ros::Time &received)
|
void ARDroneDriver::PublishNavdataTypes(const navdata_unpacked_t &n, const ros::Time &received)
|
||||||
{
|
{
|
||||||
if(initialized_navdata_publishers)
|
if(initialized_navdata_publishers)
|
||||||
{
|
{
|
||||||
@@ -124,4 +124,4 @@ void ARDroneDriver::PublishNavdataTypes(navdata_unpacked_t &n, ros::Time &receiv
|
|||||||
% else:
|
% else:
|
||||||
m = c;
|
m = c;
|
||||||
% endif
|
% endif
|
||||||
</%def>
|
</%def>
|
||||||
|
|||||||
@@ -2969,3 +2969,4 @@ void ARDroneDriver::PublishNavdataTypes(const navdata_unpacked_t &n, const ros::
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário