-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Currently we do not store joint passive forces. These are available in MuJoCo.
Expected Behavior
qpassive_row = physics.named.data.qfrc_passive.axes.row
sensor_maps['qpassive2data'] = np.array([
row2index(row=qpassive_row, name=joint_name, single=True)
for joint_name in joints_names
])Actual Behavior
What actually happened.
Steps to Reproduce
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Environment
- FARMS version: [e.g. 1.2.3]
- Python version: [e.g. 3.8.10]
- Operating System: [e.g. Ubuntu 20.04, Windows 10, macOS 12.1]
- Hardware: [e.g. CPU specs, GPU if relevant]
Simulation Details
- Model type: [e.g. spinal cord, limb, full body]
- Simulation parameters: [duration, timestep, etc.]
- Input files: [attach if relevant]
Screenshots
If applicable, add screenshots to help explain your problem.
Additional Context
Add any other context about the problem here. Screenshots, plots, or simulation outputs can be helpful.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working