theilem / uavEE

Modular Emulation Environment for rapid Development and Testing of Unmanned Aerial Vehicles
GNU General Public License v3.0
6 stars 2 forks source link

Probably some files are missing #2

Closed shujaatak closed 5 years ago

shujaatak commented 5 years ago

These are the files which are missing:

"radio_comm/select_mission.h"
"radio_comm/select_maneuver.h"
"radio_comm/request_data.h"
"radio_comm/tune_generic.h"
"radio_comm/tune_pid.h"
"radio_comm/serialized_service.h"
"radio_comm/send_advanced_control.h"
MacProSector commented 5 years ago

Please try compiling the project using catkin_make multiple time despite the errors stated above. It is due to the fact that the ROS msg files were sometimes generated after the files were used.

shujaatak commented 5 years ago

Indeed running catkin_make multiple time solved this issue.