Skip to content

Issue: Problems Encountered While Using record_data.py for Recording Data #4

@William-island

Description

@William-island

I encountered several issues while attempting to use the record_data.py script for data recording on a Linux system. Below are the specific problems:

  1. Import Error in tcp_control.py:
    The line from .devices import gamepad, phyphox in tcp_control.py results in an import error because there is no definition for phyphox in the corresponding .devices folder.

  2. Unexpected Exit in record_data.py:
    The record_data.py script seems to be an incorrect version. There is a suspicious exit() statement at line 22, which might be affecting its functionality.

  3. AttributeError: 'Box' object has no attribute 'mj_load':
    After commenting out the above two issues, I encountered this error: AttributeError: 'Box' object has no attribute 'mj_load'. Could this error be related to an incomplete implementation or a missing dependency?

Could you please help in resolving these issues? Let me know if additional information is needed.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions