Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
7 months ago | |
|---|---|---|
| .. | ||
| README.md | 7 months ago | |
| no_torque.yml | 7 months ago | |
| parse_bbox.py | 8 months ago | |
| parse_pose.py | 7 months ago | |
| parse_whisper.py | 8 months ago | |
| qwenvl-compression.yml | 7 months ago | |
| qwenvl-remote.yml | 7 months ago | |
| qwenvl.yml | 7 months ago | |
[ -f "$HOME/Downloads/so100_urdf.zip" ] || (wget -O "$HOME/Downloads/so100_urdf.zip" https://huggingface.co/datasets/haixuantao/urdfs/resolve/main/so100/so100_urdf.zip && unzip -o "$HOME/Downloads/so100_urdf.zip" -d "$HOME/Downloads/so100_urdf")
uv venv --seed
dora build no_torque.yml --uv
On linux, for the arm you can check connection with:
ls /dev/ttyACM*
This should show something like:
/dev/ttyACM0
Make sure to enable read with:
sudo chmod 777 /dev/ttyACM0
On linux, For the camera, make sure to have it well connected and check with:
ls /dev/video**
Result should be as follows:
/dev/video0 /dev/video2 /dev/video4 /dev/video6 /dev/video8
/dev/video1 /dev/video3 /dev/video5 /dev/video7 /dev/video9
dora run no_torque.yml --uv
If the placement of the virtual robot arm is wrong, you can move it using the so100_transform environment configuration.
dora run qwenvl.yml --uv
On a remote machine:
dora coordinator &
dora daemon --machine-id gpu
dora daemon --coordinator-addr <IP_COORDINATOR_ADDR>
dora start qwenvl-remote.yml --uv --coordinator-addr <IP_COORDINATOR_ADDR>
On a remote machine:
dora coordinator &
dora daemon --machine-id gpu
dora daemon --coordinator-addr <IP_COORDINATOR_ADDR>
dora start qwenvl-compression.yml --uv --coordinator-addr <IP_COORDINATOR_ADDR>
DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed datafl
Rust Python TOML Markdown C other