KukaFRI.hpp
Go to the documentation of this file.
1 #ifndef GRL_KUKA_FRI
2 #define GRL_KUKA_FRI
3 
4 
5 /// The FRI headers below depend on code that can't be shared
6 /// This header helps the Java API work when FRI is not available.
7 /// See grl documentation for details on how to activate FRI.
8 #include "friClientIf.h"
9 #include "friClientData.h"
10 #include "FRIMessages.pb.h"
11 #include "friCommandMessageEncoder.h"
12 #include "friMonitoringMessageDecoder.h"
13 
14 #endif // GRL_KUKA_FRI