ros2 / ros_astra_camera

ROS wrapper for Astra camera
9 stars 12 forks source link

Depend on git at build time. #12

Closed nuclearsandwich closed 7 years ago

nuclearsandwich commented 7 years ago

On the ROS 2 test farm I ran into an issue with git being required at build time.

15:32:24 CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:1757 (message):
15:32:24   error: could not find git for clone of astra_openni2
15:32:24 Call Stack (most recent call first):
15:32:24   /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2459 (_ep_add_download_command)
15:32:24   CMakeLists.txt:24 (ExternalProject_Add)
clalancette commented 7 years ago

Looks fine to me as well. Merging.