Skip to content

AGI-Labs/manimo

Repository files navigation

ManiMo

A modular interface for robotic manipulation:

  1. supports a suite of sensors (camera sensors, force sensors, touch sensors, audio sensors) and actuators (robotic arms: panda, and end-effectors).
  2. allows users to compose different sensor modalities and actuators to form new manipulation environments. (mujoco compatible envs)
  3. allows users to collect demonstrations from the created manipulation environments through a. teleoperation (VR, space mouse) b. manual control

Prerequisites

  • Install mamba

Setup Instructions

Manimo setup

  1. Clone the repo from https://github.com/AGI-Labs/manimo
  2. Set MANIMO_PATH as an environment variable in the .bashrc file:
    export MANIMO_PATH={FOLDER_PATH_TO_MANIMO}/manimo/manimo
  3. Run the setup script on the client computer. Note that mamba setup does not work, always use miniconda:
    source setup_manimo_env_client.sh
  4. Run the setup script on the server computer. Note that mamba setup does not work, always use miniconda:
    source setup_manimo_env_server.sh

To verify that the installation works, run the polymetis server on NUC by running the following script under the scripts folder:

python get_current_position.py

Teleop VR Setup

Zed Camera SDK Install

Future:

  1. supports on-board calbiration of different sensors.

Acknowledgements:

manimo's design is heavily inspired by franka_demo

Projects using ManiMo:

About

A Modular interface for robotic manipulation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •