Skip to content
Snippets Groups Projects
Commit 0f966aea authored by dawehr's avatar dawehr
Browse files

Re-enabling LiDAR initialization.

parent 94bf3144
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
if (imu->reset(imu, &raw_sensor_struct->gam)) {
return -1;
}
//if (lidar->reset(lidar, &raw_sensor_struct->lidar)) {
// return -1;
//}
if (lidar->reset(lidar, &raw_sensor_struct->lidar)) {
return -1;
}
if (of->reset(of, &raw_sensor_struct->optical_flow)) {
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