Task 3B - Simulation Task - Dock, Pick and Place
Task Objective:
In this task you need to pick and place a package box which is on a rack kept away from the arm. Therefore the eBot should navigate towards the rack having the box, dock that rack and bring it in front of the arm to do the manipulation task.
Install the following packages:
sudo apt install ros-humble-image-transport ros-humble-image-transport-plugins
Make sure your github repo is updated for the task 3B.
- Step 1: Save your work, navigate within the
srcfolder and run the following command:
git stash
- Step 2: Pull the latest repo by:
git pull
git checkout tags/v2.3.1 . # if doesn't work try `git fetch` and try again
- Step 3: Pop your work back to the repo:
git stash pop