Using GelSight and UR5e to follow a leaf
Requires docker
- Clone repo and cd
git clone --recurse-submodules https://github.com/purdue-mars/leaf_follower.git
cd leaf_follower
- Pull docker image
docker pull raghavauppuluri/leaf-follower - Run docker image
cd docker && ./docker-run.sh(must be indockerfolder when sh file is executed) - Run
roslaunch leaf_following_control bringup.launchbrings up dynamixel driver, gelsight, ur interface - In another shell, run
cd docker && ./docker-join.sh - Run
rosrun leaf_following_control controller.launchruns following controller and grasp controller
