Version v1.0.1:
* Improved homing (parallel homing support, better repeatability, better geometric reference point) * Improved joint calibration procedure * Calibration data can now be stored persistently on the flash memory (no repeated calibration required) * Improved logging * added PythonAPI to control device easily New G-Code commands: * Enable/Disable motors command, including pose recovery from current position on motor enable * Dedicated joint calibration command with save to flash option * Set pose command to directly set a target pose for the servo loops, bypassing the motion controller (good for real-time control)
This commit is contained in:
parent
2cf353e7fc
commit
d9888ef369
27 changed files with 1723 additions and 784 deletions
1
firmware/MotionControllerRP/src/version.h
Normal file
1
firmware/MotionControllerRP/src/version.h
Normal file
|
|
@ -0,0 +1 @@
|
|||
static const char* FIRMWARE_VERSION = "v1.0.1";
|
||||
Loading…
Add table
Add a link
Reference in a new issue