|
|
|
@ -37,8 +37,6 @@
@@ -37,8 +37,6 @@
|
|
|
|
|
|
|
|
|
|
PX4Rangefinder::PX4Rangefinder(const uint32_t device_id, const uint8_t device_orientation) |
|
|
|
|
{ |
|
|
|
|
_distance_sensor_pub.advertise(); |
|
|
|
|
|
|
|
|
|
set_device_id(device_id); |
|
|
|
|
set_orientation(device_orientation); |
|
|
|
|
set_rangefinder_type(distance_sensor_s::MAV_DISTANCE_SENSOR_LASER); // Default to type LASER
|
|
|
|
|