Skip to content

RchalYang/harmonic_mobile_manipulation

Repository files navigation

Harmonic Mobile Manipulation

This is repo for our work:

Harmonic Mobile Manipulation, IROS 2024 (Oral) Best Paper on Mobile Manipulation

Ruihan Yang1, Yejin Kim2, Rose Hendrix2, Aniruddha Kembhavi2,3, Xiaolong Wang1, Kiana Ehsani2

1UC San Diego / 2PRIOR @ Allen Institute for AI / 3University of Washington, Seattle

Project Page / Arxiv

img

In this work, we address diverse mobile manipulation tasks integral to human's daily life. Trained in a photo-realistic simulation, Our controller effectively accomplishes tasks through harmonious mobile manipulation in a real-world apartment featuring a novel layout, without any fine-tuning or adaptation

Installation

# Similar Script is provided in build_env.sh
export MY_ENV_NAME=HarmonicMM
export CONDA_BASE="$(dirname $(dirname "${CONDA_EXE}"))"
export PIP_SRC="${CONDA_BASE}/envs/${MY_ENV_NAME}/pipsrc"

conda create --name $MY_ENV_NAME python=3.8
conda activate $MY_ENV_NAME

pip install -r requirements.txt
pip install git+https://github.com/openai/CLIP.git@3b473b0e682c091a9e53623eebc1ca1657385717

You can also build the environment with dockerfile provided in docker directory. Prebuilt docker image rchal97/mobile_manipulation can be found on dockerhub

Run

Training

To run experiments, use:

# The hyperparameters are in the `config/` folder. 

# You might need to change the number of environments according to the number of GPUs used and GPU memory.

# Open Door Pull
bash scripts/training/open_door_pull.sh

# Open Door Push
bash scripts/training/open_door_push.sh

# Clean Table
bash scripts/training/clean_table.sh

# Open Fridge
bash scripts/training/open_fridge.sh


# If running into issue with DINOv2 model, consider run the following command to download DINOv2 model first.

python test_scripts/download_dino_model.py

for logging, you need to add wandb entity in config/main.yaml

Evaluation

To only run evaluation (validation / testing), pass in the eval=true flag and a path to the checkpoint=<checkpoint>.pth PyTorch file.

Bibtex

@misc{yang2024harmonicmobilemanipulation,
      title={Harmonic Mobile Manipulation}, 
      author={Ruihan Yang and Yejin Kim and Rose Hendrix and Aniruddha Kembhavi and Xiaolong Wang and Kiana Ehsani},
      year={2024},
      eprint={2312.06639},
      archivePrefix={arXiv},
      primaryClass={cs.RO},
      url={https://arxiv.org/abs/2312.06639}, 
}

Possible Issues:

Vulkan:

If vulkan info doesn't provide correct information inside of container

export VK_ICD_FILENAMES=/etc/vulkan/icd.d/nvidia_icd.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published