Skip to content
Snippets Groups Projects
Commit 5fe28aa8 authored by dawehr's avatar dawehr
Browse files

Re-enabling LiDAR initialization.

parent 26702e20
No related branches found
No related tags found
No related merge requests found
...@@ -22,9 +22,9 @@ int sensor_init(hardware_t *hardware_struct, raw_sensor_t * raw_sensor_struct, s ...@@ -22,9 +22,9 @@ int sensor_init(hardware_t *hardware_struct, raw_sensor_t * raw_sensor_struct, s
if (imu->reset(imu, &raw_sensor_struct->gam)) { if (imu->reset(imu, &raw_sensor_struct->gam)) {
return -1; return -1;
} }
//if (lidar->reset(lidar, &raw_sensor_struct->lidar)) { if (lidar->reset(lidar, &raw_sensor_struct->lidar)) {
// return -1; return -1;
//} }
if (of->reset(of, &raw_sensor_struct->optical_flow)) { if (of->reset(of, &raw_sensor_struct->optical_flow)) {
return -1; return -1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment