xu-pu / rockwalk

A robotic solution to transport large objects in a dynamic nonprehensile manner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock-and-Walk

1. Overview

This package is an implementation of a novel robotic manipulation capability for transporting an object on the ground in a dynamic and nonprehensile manner. The object is manipulated to rock from side to side repeatedly; in the meantime, the force of gravity enables the object to roll along a zigzag path that is eventually heading forward. We call it rock-and-walk object manipulation.

Our work is motivated by an interesting question in archaeology, how the giant rock statues of Easter Island (known as “moai”) were transported several hundred years ago, and a recent demonstration done by archaeologists that it is possible to “walk” the statue by repeated rocking. Our rock-and-walk object transport technique is implemented in multiple robotic settings: 1) one robot arm with an end-effector that can cage the object, 2) two robot arms to interact with the object via cables, and 3) an aerial robot with the caging end-effector.

Full Video Link

Published Papers

A. Nazir and J. Seo, "Passive Dynamic Object Locomotion by Rocking and Walking Manipulation," 2019 International Conference on Robotics and Automation (ICRA), Montreal, QC, Canada, 2019, pp. 7926-7932, doi: 10.1109/ICRA.2019.8794163.

2. Prerequistes

2.1 Hardware

2.2 Software

2.3 Build on ROS

Using catkin_tools in your catkin workspace

cd ~/catkin_ws/src
git clone https://github.com/HKUST-RML/rockwalk.git
cd ..
catkin build

3. Usage

3.1 Passive Dynamics Simulation

Our Matlab implementation computes passive dynamics of the object, modeled as an oblique-cone that has a circular base and a vertical rod attached to it, as it rolls without slipping on a flat surface. The motion of the object can be visualized in RViz.

To first obtain and then solve the dynamic model in Matlab

>> cd simulation/
>> rolling_disk_eom.m
>> fixed_apex_sim.m

Parmeters for the oblique-cone model can be altered in the simulation/cone_parameters.m file. To visualize the simulation in RViz

roslaunch simulation_rviz fixed_apex.launch

3.2 Rock-and-Walk by Single- and Dual-Arm Manipulation

First, publish motion shield data in ROS using rosserial. Then calibrate the motion shield and use the output to compute object state:

rosrun rosserial_python serial_node.py _port:=/dev/ttyACM0 _baud:=115200

*calibrate motion sheild*

rosrun rockwalk_kinematics rockwalk_kinematics_node

Then run the following nodes to implement rock-and-walk in a single-arm setting with a caging end-effector, or, in a dual-arm setting with cables:

rosrun rockwalk_ur10_control single_arm_caging_labfloor_rockwalk
rosrun rockwalk_ur10_control dual_arm_cable_labfloor_rockwalk

3.3 Rock-and-Walk by Aerial Manipulation

... Coming soon ...

4. Maintenance

For technical enquiry, please contact Abdullah Nazir (a.nazir[at]connect.ust.hk)

About

A robotic solution to transport large objects in a dynamic nonprehensile manner


Languages

Language:Python 61.0%Language:MATLAB 26.1%Language:CMake 11.2%Language:C++ 1.3%Language:M 0.5%