aloha
No description available.
File Explorer
Download Latest Version (.zip)- Aloha workcell v2.stl
- Aloha cam wrist mount v13.stl
- aloha_gripper_assembly.pdf
- Gravity compensator clip, elbow mount.stl
- Gravity compensator clip, wrist mount.stl
- RSd405 2020 Overhead Cam Mount v3.stl
- RSd405 2020 Worms-eye Cam Mount v3.stl
- Shim_rotor_v1.STL
- viperx_gripper_stl.zip
- viperx_joint1_adapter.zip
- W-shim_rotor_v1.STL
- widowx_gripper_std.zip
- auto_record.sh
- constants.py
- one_side_teleop.py
- real_env.py
- realsense_publisher.py
- record_episodes.py
- replay_episodes.py
- robot_utils.py
- sleep.py
- visualize_episodes.py
- master_modes_left.yaml
- master_modes_right.yaml
- puppet_modes_left.yaml
- puppet_modes_right.yaml
- 4arms_teleop.launch
- ros_nodes.launch
- RGBGrayscaleImage.msg
- .gitignore
- CMakeLists.txt
- LICENSE
- package.xml
- README.md
- setup.py
# Installation Guide
git clone https://github.com/Physical-Intelligence/aloha
Downloads the entire project code from GitHub to your computer.
cd aloha
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install torchvision
Installs the package published on PyPI directly β no need to clone the source.
pip install torch
Installs the package published on PyPI directly β no need to clone the source.
pip install pyquaternion
Installs the package published on PyPI directly β no need to clone the source.
pip install pyyaml
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. CMake
Mediummkdir build && cd build
Creates a folder to hold the build output and moves into it.
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
make
Compiles the code based on the generated build configuration to produce an executable.
4. Python
Easypip install torchvision
Installs the package published on PyPI directly β no need to clone the source.
pip install torch
Installs the package published on PyPI directly β no need to clone the source.
pip install pyquaternion
Installs the package published on PyPI directly β no need to clone the source.
pip install pyyaml
Installs the package published on PyPI directly β no need to clone the source.
pip install rospkg
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
