Skip to content

Lightweight library for reading and writing .record files used by Baidu's Apollo Cyber Framework, for Python and Java. Not officially supported by Apollo Team.

License

Notifications You must be signed in to change notification settings

weimzh/cyber-record

Repository files navigation

Intro

Lightweight library for reading and writing .record files used by Baidu's Apollo Cyber Framework, for Python and Java.

Dependencies

apt-get install protobuf-compiler libprotobuf-dev python3-protobuf libgoogle-glog-dev libprotoc-dev

Installation (Python)

python3 setup.py install

Build JNI Library (Java)

export JAVA_HOME=<JDK Path>
mkdir build
cd build
cmake .. -DJAVA=1
make

About

Lightweight library for reading and writing .record files used by Baidu's Apollo Cyber Framework, for Python and Java. Not officially supported by Apollo Team.

Resources

License

Stars

Watchers

Forks

Languages