RoboMaster / RoboRTS

An open source software stack for Real-Time Strategy research on mobile robots
Other
840 stars 349 forks source link

messages/localization.h #2

Closed joke123kobe closed 6 years ago

joke123kobe commented 6 years ago

when I tried to compile the project,it warned me that :message/localization.h .no such file or directory. It's a header files in modules/perception/localization/localization_client.cpp.Is it a ros header file cause I can't find it in ros libraries.I use ros kinetic by the way

KevinLADLee commented 6 years ago

You could try following steps to fix it. We will fix this issue in next commit.

cmake ..
make messages_generate_messages
make -j4