ROS package that processes image published by my_robot and publishes on topic \cmd_vel
which commands my_robot to move
contains to nodes
- process_image
- drive_bot
$ cd /home/workspace
$ git clone https://github.com/Punit1024/GO_CHASE_IT.git my_robot
$ cd /home/workspace/catkin_ws/
$ catkin_make
$ cd /home/workspace/catkin_ws/
$ source devel/setup.bash
$ rosdep install -i my_robot
$ roslaunch my_robot world.launch
Inside another terminal launch ball_chaser nodes
$ cd /home/workspace/catkin_ws/
$ source devel/setup.bash
$ roslaunch ball_chaser ball_chaser.launch
There is a model of white ball, outside office building in Gazebo, you can drag the ball around and the robot will chase it, if it's in the range of camera vision