Skip to content
forked from zhxt/cyber-rt

Redistributed Apollo CyberRT, built with CMake.

License

Notifications You must be signed in to change notification settings

lizheng308/cyber-rt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CyberRT Lite

Build Apollo CyberRT with CMake

How to build

  1. prepare dependencies
cd cyber-rt
wget http://apolloauto.club/mirror/cyberdeps.tgz
tar zxvf cyberdeps.tgz

ls tmp/
FastRTPS_1.5.0.patch  Fast-RTPS-1.5.0.tar.gz  gflags-2.2.0.tar.gz  glog-0.3.5.tar.gz  protobuf-3.3.0.tar.gz
  1. build dependencies
mkdir build
cd build
cmake ..
make
  1. build cyber-rt lite
cmake ..
scripts/genprotosrc.sh 
make

  1. run examples
cyber-rt/build$ cyber/examples/cyber_example_talker
cyber-rt/build$ cyber/examples/cyber_example_listener

Note:

This is a Pre-Alpha version , not fully tested, functions may not work well, All contributes are welcome!

TODO:

  1. make a cmake Macro or Funtion to generate proto source

About

Redistributed Apollo CyberRT, built with CMake.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.8%
  • Python 9.6%
  • Starlark 3.5%
  • CMake 2.3%
  • Makefile 0.4%
  • Shell 0.2%
  • Other 0.2%