Skip to content

etfrobotics/mobile-throwing

 
 

Repository files navigation

Mobile Manipulator Throwing

Code for our paper

A Solution to Adaptive Mobile Manipulator Throwing

accepted in International Conference on Intelligent Robots and Systems (IROS) 2022.

alt text

Instruction to run the simulation

Build the docker image

bash build-docker.sh

Enter the docker container

bash run-docker.sh

Inside the docker container, run the throwing simulation

python3 ms1_demo_mobile_manipulator_throw.py --box_x -3 --box_y 3 --box_z 0.5

Arguments are the location of the target box in the base frame of panda. Tested box height: [-0.5, 0.9]

Instruction to test out the RBKAIROS pybullet sim:

Change the path in the main.py script to your username, so that the robot urdf can be found.

About

[IROS 2022] A Solution to Adaptive Mobile Manipulator Throwing

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 83.4%
  • Shell 9.1%
  • CMake 6.0%
  • Dockerfile 1.5%