ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

It looks like you are introducing some code in .h files that are included in different .cpp files. In .h files you only have to put definitions and forward declarations. The code goes inside the cpp files. Otherwise the assemble code of the code will be duplicated in different object files (generated from cpp files)

May be the problem in "HelperFunctions.h"??

It looks like you are introducing some code in .h files that are included in different .cpp files. In .h files you only have to put definitions and forward declarations. The code goes inside the cpp files. Otherwise the assemble code of the code will be duplicated in different object files (generated from cpp files)

May be the problem in "HelperFunctions.h"??"HelperFunctions.h" or "PingThread.h"??

It looks like you are introducing some code in .h files that are included in different .cpp files. In .h files you only have to put definitions and forward declarations. The code goes inside the cpp files. Otherwise the assemble code of the code will be duplicated in different object files (generated from cpp files)

May be the problem in "HelperFunctions.h" or "PingThread.h"??

where are located functions like this? tum_ardrone_gui::setCountsSignal(unsigned int, unsigned int, unsigned int, unsigned int)