openpi
openpi copied to clipboard
Mobile Aloha
Thanks for open-sourcing this great work.
I’m trying to use convert_aloha_data_to_lerobot to convert mobile Aloha data, but I encountered the following error:
KeyError: "Unable to synchronously open object (object 'cam_low' doesn't exist)"
It seems that the code is designed for static Aloha rather than mobile Aloha. I noticed the parameter is_mobile, but enabling it did not resolve the issue.
Could you provide guidance on the best practices for adapting the code to work with mobile Aloha?
Additionally, are there any other files that need to be modified?