Last change
on this file since 475 was 401, checked in by Sanahuja Guillaume, 3 years ago |
resolve bug when not using hdsvisionfilter but using cameras on dm3730
|
File size:
428 bytes
|
Rev | Line | |
---|
[21] | 1 | PROJECT(CircleFollower)
|
---|
| 2 | cmake_minimum_required(VERSION 2.8)
|
---|
| 3 |
|
---|
[23] | 4 | SET(FLAIR_USE_FILTER TRUE)
|
---|
| 5 | SET(FLAIR_USE_SENSOR_ACTUATOR TRUE)
|
---|
| 6 | SET(FLAIR_USE_META TRUE)
|
---|
| 7 | SET(FLAIR_USE_VRPN TRUE)
|
---|
[21] | 8 |
|
---|
[302] | 9 | include($ENV{FLAIR_ROOT}/flair-src/cmake-modules/GlobalCmakeFlair.cmake)
|
---|
[21] | 10 |
|
---|
| 11 | SET(SRC_FILES
|
---|
[297] | 12 | src/main.cpp
|
---|
| 13 | src/CircleFollower.cpp
|
---|
[21] | 14 | )
|
---|
| 15 |
|
---|
[302] | 16 | FLAIR_DEMO(${PROJECT_NAME} "${SRC_FILES}"
|
---|
| 17 | DEST_DIR CircleFollower
|
---|
| 18 | COPY_RESOURCES
|
---|
[21] | 19 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.