This module outputs the cmd_vel based on the object position detected on the camera
cd && mkdir -p robot_ws/src && cd src
gitclone <https://github.com/mpheng666/object_follower.git>
cd ~/robot_ws && catkin build
source devel/setup.bash
roslaunch object_follower start.launch
- roslaunch insert your fav robot_bringup in gazebo
- Insert the green_ball object from models into your gazebo world
- Drag the ball around and watch your robot chasing it
- Current implementation is based on mono colour thresholding
- Only single object can be detected
- Searching is implemeted with simple spot turn
- Add CNN object classifier
- Add multiple object detection
- Improve searching strategy