franka_matlab 更新日志

0.2.1 (29.04.2022)

  • default support for libfranka 0.9.0.

0.2.0 (28.05.2021)

  • franka_matlab upgrade, supports Matlab2019a, Matlab2019b, Matlab2020a, Matlab2020b, Matlab2021a & libfranka 0.8.0.

0.1.1 (01-07-2020)

  • Any dependencies that lead to source code linking for the Simulink Franka Library during mexing are removed. This fixes the memory corruption bug when shutting down Matlab.

  • Simulink Franka Library C++ sFunctions and tlc implementations decoupling from src code is necessary for automatic code generation. SRC Folder can be treated separately as a C++ project.

0.1.0 (21-01-2020)

  • Features:

    • Simulink Library for Panda Robot, includes the following blocks:

      • Franka Simulink Interface for applying the desired control, plus additional parameters.

      • Read Initial Robot State for reading initial values during the first execution step for any desired signal. The set of the desired signals can be set through the mask in free text form.

      • Read Robot State for reading the values of any desired signal during execution. The set of the desired signals can be set through the mask in free text form.

      • Panda Model for reading the values of all Model parameters of the Panda Robot during execution.

      • Duration Period for reading the current step, sample time. If communication is not secured during the 1ms, the block will return the value of 2ms or 3ms etc.

      • Gripper Read State for reading the current values out of the Panda Gripper.

    • franka_emika_panda.tlc & franka_emika_panda_shrlib.tlc custom linux targets, based on ert, that offer ext mode that is real time capable(package drop in case of main step frame loss).

    • Matlab Library(Experimental, limited support), includes the following command:

      • automatic_error_recovery(robot_ip). Execute through a matlab command line for getting automatically out of an error state.

    • Simulink Library misc(Experimental, limited support) that includes a set of UI buttons with callback scripts with the potential to automate some of the dev. workflow.