Skip to content

RotateAroundSolution kitchen object in fridge env#388

Draft
cvolkcvolk wants to merge 7 commits intoalex/feature/kitchen_object_in_fridge_envfrom
cvolk/feature/op_kitchen_object_in_fridge_env
Draft

RotateAroundSolution kitchen object in fridge env#388
cvolkcvolk wants to merge 7 commits intoalex/feature/kitchen_object_in_fridge_envfrom
cvolk/feature/op_kitchen_object_in_fridge_env

Conversation

@cvolkcvolk
Copy link
Collaborator

Summary

Short description of the change (max 50 chars)

Detailed description

  • What was the reason for the change?
  • What has been changed?
  • What is the impact of this change?

cvolkcvolk and others added 7 commits February 4, 2026 18:49
## Summary
Support variable number of objects in sorting task

## Detailed description

### What was the reason for the change?

The original SortMultiObjectTask used a hardcoded SceneCfg with fixed
fields (contact_sensor_0, contact_sensor_1, etc.), limiting support to
fewer than 4 objects.

### What has been changed?

- Use make_configclass to dynamically generate SceneCfg, supporting
variable number of contact sensors
- Improve contact sensor naming: from index-based (contact_sensor_0) to
object name-based (contact_sensor_{object.name})
- Rename CLI arguments: --object → --objects, --destination →
--destinations
- Add TODO comments for RedCube/GreenCube documenting a known bug where
rigid body attributes must bind to root layer

### What is the impact of this change?

SortMultiObjectTask now supports an arbitrary number of objects without
hardcoded limitations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants