Bebop rangefinder: update for new orientation convention

This commit is contained in:
ChristophTobler
2017-09-19 14:30:28 +02:00
committed by ChristophTobler
parent 07e6738586
commit de0c196b2b
@@ -159,7 +159,7 @@ int DfBebopRangeFinderWrapper::_publish(struct bebop_range &data)
distance_data.id = 0; // TODO set proper ID
distance_data.orientation = 25; // MAV_SENSOR_ROTATION_PITCH_270
distance_data.orientation = distance_sensor_s::ROTATION_DOWNWARD_FACING;
distance_data.covariance = 1.0f; // TODO set correct value