mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Gripper: change UAVCAN to DroneCAN in param metadata
This commit is contained in:
parent
35cc90d117
commit
2f493f08b4
@ -58,12 +58,12 @@ const AP_Param::GroupInfo AP_Gripper::var_info[] = {
|
|||||||
// @Units: s
|
// @Units: s
|
||||||
AP_GROUPINFO("REGRAB", 5, AP_Gripper, config.regrab_interval, GRIPPER_REGRAB_DEFAULT),
|
AP_GROUPINFO("REGRAB", 5, AP_Gripper, config.regrab_interval, GRIPPER_REGRAB_DEFAULT),
|
||||||
|
|
||||||
// @Param: UAVCAN_ID
|
// @Param: CAN_ID
|
||||||
// @DisplayName: EPM UAVCAN Hardpoint ID
|
// @DisplayName: EPM UAVCAN Hardpoint ID
|
||||||
// @Description: Refer to https://docs.zubax.com/opengrab_epm_v3#UAVCAN_interface
|
// @Description: Refer to https://docs.zubax.com/opengrab_epm_v3#UAVCAN_interface
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
// @Range: 0 255
|
// @Range: 0 255
|
||||||
AP_GROUPINFO("UAVCAN_ID", 6, AP_Gripper, config.uavcan_hardpoint_id, 0),
|
AP_GROUPINFO("CAN_ID", 6, AP_Gripper, config.uavcan_hardpoint_id, 0),
|
||||||
|
|
||||||
AP_GROUPEND
|
AP_GROUPEND
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user