mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Gripper: Use SI units conventions in parameter units
Follow the rules from: http://physics.nist.gov/cuu/Units/units.html http://physics.nist.gov/cuu/Units/outside.html and http://physics.nist.gov/cuu/Units/checklist.html one further constrain is that only printable (7bit) ASCII characters are allowed
This commit is contained in:
parent
2d5033b132
commit
c892555c17
@ -55,7 +55,7 @@ const AP_Param::GroupInfo AP_Gripper::var_info[] = {
|
|||||||
// @Description: Time in seconds that gripper will regrab the cargo to ensure grip has not weakened; 0 to disable
|
// @Description: Time in seconds that gripper will regrab the cargo to ensure grip has not weakened; 0 to disable
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
// @Range: 0 255
|
// @Range: 0 255
|
||||||
// @Units: seconds
|
// @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: UAVCAN_ID
|
||||||
|
Loading…
Reference in New Issue
Block a user