You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a simple change, in the file actions_cfg.py under class JointPositionToLimitsActionCfg(ActionTermCfg): the comment suggests
See :class:`JointPositionWithinLimitsAction` for more details.
however that class doesn't exist. I believe the comment, should say see class JointPositionToLimitsAction(ActionTerm): as that is the correct class name. Which is within joint_actions_to_limits.py file.
Motivation
Simple just comment change
Checklist
I have checked that there is no similar issue in the repo (required)
Acceptance Criteria
Change of comment
The text was updated successfully, but these errors were encountered:
Proposal
Just a simple change, in the file
actions_cfg.py
underclass JointPositionToLimitsActionCfg(ActionTermCfg):
the comment suggestshowever that class doesn't exist. I believe the comment, should say see
class JointPositionToLimitsAction(ActionTerm):
as that is the correct class name. Which is withinjoint_actions_to_limits.py
file.Motivation
Simple just comment change
Checklist
Acceptance Criteria
Change of comment
The text was updated successfully, but these errors were encountered: