-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
When running train.py
, there is an error report:
ValueError: Error while parsing 'contact_forces:sensor_cfg'. Not all regular expressions are matched! Please check that the regular expressions are correct:
.*_FOOT: []
Available strings: ['TORSO', 'FL_HIP', 'FL_THIGH', 'FL_SHANK', 'FR_HIP', 'FR_THIGH', 'FR_SHANK', 'HL_HIP', 'HL_THIGH', 'HL_SHANK', 'HR_HIP', 'HR_THIGH', 'HR_SHANK']
It seems the USD model converted by urdf_to_usd()
missed all the *_FOOT part. I tried to set merge_joints=False
, it then run smoothly.
According to official doc, this option would consolidate links that are connected by fixed joints if set True.
So my question is, should it be set False or is there another problem?
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers