This framework is designed for robot control system.
CMEF use the ros and caffe framework as reference.
-
build the framework google protobuf glog gflags
-
build your module google protobuf glog(optional) gflags(optional)
mkdir build
cd build
cmake ..
- Confirm your input message type. Write your message in the "proto/stdmsg.proto"
- Write your CMakefile.
You can watch the other module's code as reference.
- Place your code in "your_work_space/src" directory.
- Copy "agv_robot_interface", "cmake", "CMakeLists.txt" in the root dir to "your_work_space"
- Write your cmake file.
- Use cmake to build your code
write your