Description
Currently, integration is based on LeRobot for sending actions and getting camera frames. We need to create a generic class that can be implemented by various input/output frameworks that end customers may require. This would facilitate integration with the ROS2 framework, which in turn simplifies SIL/HIL with Isaac Sim simulation.
Current Issue
Integration is tightly coupled to LeRobot framework only.
References
Implementation Details
- Create an abstract base class for framework integration
- Implement LeRobot adapter using the generic class
- Add ROS2 adapter following NVIDIA's isaac_manipulator examples
- Support pluggable framework adapters
Acceptance Criteria
Priority
High - Enables broader ecosystem support
Description
Currently, integration is based on LeRobot for sending actions and getting camera frames. We need to create a generic class that can be implemented by various input/output frameworks that end customers may require. This would facilitate integration with the ROS2 framework, which in turn simplifies SIL/HIL with Isaac Sim simulation.
Current Issue
Integration is tightly coupled to LeRobot framework only.
References
Implementation Details
Acceptance Criteria
Priority
High - Enables broader ecosystem support