RoboCup-SSL / ssl-vision

Shared Vision System For The RoboCup Small Size League
GNU General Public License v3.0
93 stars 112 forks source link

Error to compile program to export SSL data #80

Closed alefelipeoliveira closed 6 years ago

alefelipeoliveira commented 7 years ago

Hello everybody

I tested a simple program to export localization data from SSL, follows the program:

exemplo.txt

But when I try to compile the program in terminal this error appears:

ubuntu@ubuntu:~/Documents/test$ g++ exemplo.cpp exemplo.cpp:9:46: fatal error: messages_robocup_ssl_geometry.pb.h: Arquivo ou diretório não encontrado (No input files) compilation terminated.

Could you please help me to find what is the problem ?

MichaelEischer commented 7 years ago

You need to compile the corresponding protobuf definition (.proto-file) using protoc (Protobuf compiler)

JetseVerschuren commented 7 years ago

Can you run this find -name '*.pb.h' in the directory you cloned ssl-vision in?