1.0
This commit is contained in:
@@ -18,7 +18,7 @@ typedef struct {
|
|||||||
*/
|
*/
|
||||||
static const Vl53L1RuntimeCalibration_t k_vl53l1_left_calibration[2] = {
|
static const Vl53L1RuntimeCalibration_t k_vl53l1_left_calibration[2] = {
|
||||||
{
|
{
|
||||||
.calibrated = 1u,
|
.calibrated = 0u,
|
||||||
.data = {
|
.data = {
|
||||||
.struct_version = 3970629922u,
|
.struct_version = 3970629922u,
|
||||||
.customer = {
|
.customer = {
|
||||||
@@ -67,7 +67,7 @@ static const Vl53L1RuntimeCalibration_t k_vl53l1_left_calibration[2] = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.calibrated = 1u,
|
.calibrated = 0u,
|
||||||
.data = {
|
.data = {
|
||||||
.struct_version = 3970629922u,
|
.struct_version = 3970629922u,
|
||||||
.customer = {
|
.customer = {
|
||||||
@@ -119,7 +119,7 @@ static const Vl53L1RuntimeCalibration_t k_vl53l1_left_calibration[2] = {
|
|||||||
|
|
||||||
static const Vl53L1RuntimeCalibration_t k_vl53l1_right_calibration[2] = {
|
static const Vl53L1RuntimeCalibration_t k_vl53l1_right_calibration[2] = {
|
||||||
{
|
{
|
||||||
.calibrated = 1u,
|
.calibrated = 0u,
|
||||||
.data = {
|
.data = {
|
||||||
.struct_version = 3970629922u,
|
.struct_version = 3970629922u,
|
||||||
.customer = {
|
.customer = {
|
||||||
@@ -168,7 +168,7 @@ static const Vl53L1RuntimeCalibration_t k_vl53l1_right_calibration[2] = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.calibrated = 1u,
|
.calibrated = 0u,
|
||||||
.data = {
|
.data = {
|
||||||
.struct_version = 3970629922u,
|
.struct_version = 3970629922u,
|
||||||
.customer = {
|
.customer = {
|
||||||
|
|||||||
@@ -455,7 +455,7 @@ extern "C" {
|
|||||||
/* --- 连接段 --- */
|
/* --- 连接段 --- */
|
||||||
/* 在纵向端部通道里北行,从一条垄沟入口到下一条入口,距离=垄沟宽40cm+垄背宽30cm=70cm */
|
/* 在纵向端部通道里北行,从一条垄沟入口到下一条入口,距离=垄沟宽40cm+垄背宽30cm=70cm */
|
||||||
#define PARAM_GNAV_LINK_V 0.10f /* m/s — 连接段速度 (纵向通道内,IMU航向保持) */
|
#define PARAM_GNAV_LINK_V 0.10f /* m/s — 连接段速度 (纵向通道内,IMU航向保持) */
|
||||||
#define PARAM_GNAV_LINK_DISTANCE 0.70f /* m — 连接段标称距离 (沟间距) */
|
#define PARAM_GNAV_LINK_DISTANCE 0.75f /* m — 连接段标称距离 (沟间距) */
|
||||||
#define PARAM_GNAV_LINK_TIMEOUT 8000U /* ms — 连接段超时 */
|
#define PARAM_GNAV_LINK_TIMEOUT 8000U /* ms — 连接段超时 */
|
||||||
|
|
||||||
/* --- 出场 --- */
|
/* --- 出场 --- */
|
||||||
|
|||||||
Reference in New Issue
Block a user