deoxys_control
deoxys_control copied to clipboard
Fix: Correct array concatenation in qpos assignment in ik_utils.py
In my environment (Python 3.8 + numpy 1.24.4), the previous concatenation syntax caused errors. This PR replaces the + operator with np.concatenate to resolve the issue.