LIYOU ZHOU
LIYOU ZHOU
The contrib folder contains headers that are specified as inferface as the dlpack library https://github.com/dmlc/dlpack/blob/master/CMakeLists.txt#L66 but not installed to the approperate folder during the install step: https://github.com/dmlc/dlpack/blob/master/CMakeLists.txt#L113
Just followed instruction in README and got the following error: ``` docker run -v `pwd`:/data -it tomas789/kitti2bag -t 2011_09_26 -r 0002 raw_synced Traceback (most recent call last): File "/usr/local/bin/kitti2bag", line...
kitti2bag depends on pykitti which depends on pandas which deprecated py2 support in 0.24 causing breakage in the docker build. This patch works around this issue by first installing a...
Replace helper functions provided by ble-nrf51822 with ones provided by nordic sdk v10. Depends on https://github.com/ARMmbed/nrf51-sdk/pull/13. @pan- Please review.
The following Examples BLE_BatteryLevel BLE_Beacon BLE_Button BLE_EddystoneService BLE_HeartRate BLE_LED BLE_Thermometer Require connecting to the device before seeing the intended effect. We could mention that in the readme.