|
|
|
@ -172,7 +172,7 @@ private:
@@ -172,7 +172,7 @@ private:
|
|
|
|
|
|
|
|
|
|
Radar::Radar(const char *port, uint8_t rotation) : |
|
|
|
|
CDev(RANGE_FINDER0_DEVICE_PATH), |
|
|
|
|
ScheduledWorkItem(MODULE_NAME, px4::wq_configurations::hp_default), |
|
|
|
|
ScheduledWorkItem(MODULE_NAME, px4::serial_port_to_wq(port)), |
|
|
|
|
_rotation(rotation) |
|
|
|
|
{ |
|
|
|
|
/* store port name */ |
|
|
|
|