added bunker robot support

This commit is contained in:
Ruixiang Du
2021-07-14 23:19:50 +08:00
parent d234d8caa1
commit 9152dece2d
11 changed files with 286 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
# tests
add_executable(demo_bunker_robot bunker_robot_demo.cpp)
target_link_libraries(demo_bunker_robot ugv_sdk)