Skip to content

[Question] Dimension Mismatch: 'state_body' is 34-dim in code but 35-dim in dataset #30

@kiossupersure-lgtm

Description

@kiossupersure-lgtm

Description:
I noticed a dimension inconsistency while reproducing the project:
In Code (server_low_level_*.py): The state_body is constructed as 34 dimensions:
ang_vel (3) + rpy (2) + dof_pos (29) = 34
While in Dataset (data.json): The provided dataset contains a 35-dimensional state_body. This matches the logic in server_motion_lib.py, which includes base position/rotation + joint positions.

My questions:

  1. Is the 34-dim implementation in the deployment code intentional (e.g., to handle the Sim2Real gap by ignoring root states)?
  2. How should I handle the misalignment of data dimensions to produce standard TWIST datasets?

Thanks!

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