Log Update
-
2.2.5
- support for
aarch64
- support for
-
2.2.0
- change control variable
endPosture
in Cartesian Space tospatial twist
- add functions
jointCtrlCmd()
andcartesianCtrlCmd()
inunitreeArm
to simplify use - add function
setWait()
to cancel a loop wait which executes by default - add the file
unitreeArmTools.py
to the folder z1_controller for changing the robot IP
- change control variable
-
2022.11.11
- Reduce the y-axis motion velocity in the singular region under Cartesian space.
- Move the config.xml to the config file and remove the config settings from it.
-
2022.10.21
- Remove the gripper item from the file Config.xml, and instead detect the presence or absence of gripper according to the number of motors; add collision terms, including whether to turn on collision detection, limit torque and end load. The end load is attached to the end joint, which affects the calculation of the feedforward torque, and it is always in effect.
- Add error feedback to the communication structure between controller and SDK (need to be supported by the lower computer)
- Remove the controller's dependence on RBDL
- Remove keyboard control from SDK; Add lowlevelstate and lowlevelcmd classes to encapsulate UDP communication structures;
-
2022.9.21
- Add end-effector control in State_Teach
- Add command track application in the State_JOINTCTRL and State_Cartesian
-
2022.9.5
- Change the protocol transmission structure to allow users to customize multi-segment continuous traces.
- Solving the instability problem of rotation adjustment in cartesian space.
-
2022.8.15
- Add end-effector configuration information in the config.xml.
-
2022.8.12
- Temporarily add a non-gripper version SDK to solve the abnormal movement of the robotic arm caused by the error of non-gripper dynamics model in teaching mode.