Skip to content

Releases: DoosanRobotics/API-DRFL

GL013303(v1.33.3)

10 Mar 11:01

Choose a tag to compare

Modify Version Information: GL013303

Update Features (DRFLEx.h)

  • Added default parameter values for _ikin_ex and _ikin_add_iter_threshold
  • Added _set_stiffnessx_v3 and _set_desired_force_v3 internal API functions for DRCF v3
  • set_stiffnessx and set_desired_force now dispatch to v2 or v3 implementations based on DRCF_VERSION preprocessor flag

Updated Sample

5_minimal_instruction_sample.cpp

  • Translated Korean comments to English
  • Fixed deadlock in OnMonitoringStateCB by moving state recovery to main thread
  • Added retry logic for control authority acquisition
  • Added robust servo-on with state recovery and timeout
  • Added ikin_norm usage example and current pose readout

Other Changes

  • Removed obsolete main.cpp

GL013302(v1.33.2)

28 Jan 12:01
820b400

Choose a tag to compare

Modify Version Information: GL013302

Update Features

  • Merged DRFL.h and DRFLEx.h into a unified header.
  • Legacy CamelCase APIs in DRFL.h are planned to be deprecated.
    → Use the unified snake_case APIs for new development.

Updated Functions

Added Hold-to-Run Functions

  • hold2run
  • jog_h2r
  • movej_h2r
  • movel_h2r

Added Ethernet Register Functions

Output Registers

  • set_output_register_bit
  • set_output_register_int
  • set_output_register_float
  • get_output_register_bit
  • get_output_register_int
  • get_output_register_float

Input Registers

  • get_input_register_bit
  • get_input_register_int
  • get_input_register_float

GL013301(v1.33.1)

28 Jan 08:25
926cdda

Choose a tag to compare

GL013301(v1.33.1)

What's Changed

New Contributors

Full Changelog: https://github.com/DoosanRobotics/API-DRFL/commits/GL013301(v1.33.1)