mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
Lower frequency of debug messages so it doesn't eat up all telemetry bandwidth
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
<file name="lidar_lite.h"/>
|
<file name="lidar_lite.h"/>
|
||||||
</header>
|
</header>
|
||||||
<init fun="lidar_lite_init()"/>
|
<init fun="lidar_lite_init()"/>
|
||||||
<periodic fun="lidar_lite_downlink()" freq="10" autorun="TRUE"/> <!-- for debug -->
|
<periodic fun="lidar_lite_downlink()" freq="4" autorun="TRUE"/> <!-- for debug -->
|
||||||
<periodic fun="lidar_lite_periodic()" freq="40"/> <!-- poll data, theoretical max is 50Hz (every 20ms) -->
|
<periodic fun="lidar_lite_periodic()" freq="40"/> <!-- poll data, theoretical max is 50Hz (every 20ms) -->
|
||||||
<makefile>
|
<makefile>
|
||||||
<configure name="LIDAR_LITE_I2C_DEV" default="i2c1" case="lower|upper"/>
|
<configure name="LIDAR_LITE_I2C_DEV" default="i2c1" case="lower|upper"/>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<file name="px4flow.h"/>
|
<file name="px4flow.h"/>
|
||||||
</header>
|
</header>
|
||||||
<init fun="px4flow_init()"/>
|
<init fun="px4flow_init()"/>
|
||||||
<periodic fun="px4flow_downlink()" freq="10" autorun="FALSE"/> <!-- for debug -->
|
<periodic fun="px4flow_downlink()" freq="4" autorun="FALSE"/> <!-- for debug -->
|
||||||
<makefile>
|
<makefile>
|
||||||
<configure name="PX4FLOW_NOISE_STDDEV" default="1.0"/>
|
<configure name="PX4FLOW_NOISE_STDDEV" default="1.0"/>
|
||||||
<configure name="USE_PX4FLOW_AGL" default="1"/>
|
<configure name="USE_PX4FLOW_AGL" default="1"/>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
<file name="px4flow_i2c.h"/>
|
<file name="px4flow_i2c.h"/>
|
||||||
</header>
|
</header>
|
||||||
<init fun="px4flow_i2c_init()"/>
|
<init fun="px4flow_i2c_init()"/>
|
||||||
<periodic fun="px4flow_i2c_downlink()" freq="10" autorun="FALSE"/> <!-- for debug -->
|
<periodic fun="px4flow_i2c_downlink()" freq="4" autorun="FALSE"/> <!-- for debug -->
|
||||||
<periodic fun="px4flow_i2c_periodic()" freq="50"/> <!-- poll px4flow for data, max 150Hz -->
|
<periodic fun="px4flow_i2c_periodic()" freq="50"/> <!-- poll px4flow for data, max 150Hz -->
|
||||||
<makefile>
|
<makefile>
|
||||||
<configure name="PX4FLOW_I2C_DEV" default="i2c1" case="lower|upper"/>
|
<configure name="PX4FLOW_I2C_DEV" default="i2c1" case="lower|upper"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user