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
Ubuntu 20.04 This could be a big pain point as not everyone can switch OS easily. So fixing this can enable mass-audience.
Hardware
Use Gripper with GoPRO as proxy for teleoperation of smaller arms.
The text was updated successfully, but these errors were encountered:
haixuanTao
changed the title
Tracking Issue on [ALOHA](https://github.com/tonyzhaozh/aloha) Performance improvement using dora-rs
Tracking Issue on ALOHA Performance improvement using dora-rs
Apr 24, 2024
I mean, i think dora-lerobot should be natively cross-platform and multi-architecture and it already is I think.
A good conda, pip or poetry environment description could really help but I don't think that we should spend to much time on docker images as well as maybe a quick cargo install description.
I know that docker image can be easily failure prone and hard to maintain.
Also, peolpe might already use docker and we don't to do docker in docker
Performance
Rust rewrite of teleop for lower than 20ms latency
one_side_teleop.py
seems to not be super efficient, and has a DT=20ms. It seems that 20ms is noticeable so maybe try to aim for like 10ms?Faster Webcam latency, enable real-time visualization? Faster End-to-End Inference?
sudo apt-get install ros-noetic-usb-cam && sudo apt-get install ros-noetic-cv-bridge
This depency should be less efficient than using cv2 from dora-rs IMO but need to try it out. Also could be hard to install on certain computers.Tooling
Move matplotlib to rerun.io
visualize_episodes.py
this script can probably also be optimized using a dora-rerun node, using also multithreaded concurrent visualization.Multithreaded concurrent recording
record_episodes.py
this script should be optimisable using dora-record, albeit tweak dora-record to record ROS/ROS2 messagesErgonomy
conda create -n aloha python=3.8.10
Also this is is not major, I feel like this could be a very big frustrating pointHardware
The text was updated successfully, but these errors were encountered: