added hunter support

This commit is contained in:
Ruixiang Du
2021-07-14 23:33:52 +08:00
parent 9152dece2d
commit 61d2219c11
9 changed files with 325 additions and 11 deletions

View File

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