/catkin_ws

Primary LanguageMakefile

To execute the code(linux)

Important- Sourcing the setup file in all terminals which you use directory_To_workspace/catkin_ws/devel/setup.bash.

-> Install ROS (http://wiki.ros.org/kinetic/Installation) --> Either you can create your own catkin_ws and follow

  • cd ~
  • git clone https://github.com/karannaoh/catkin_ws
  • . ~/catkin_ws/devel/setup.bash
  • cd catkin_ws
  • catkin_make
  • roslaunch intern_task/launch/intern_task.launch

--> Else clone the whole workspace from git

note:-

  • To se messages from server type rostopic echo /server_said in new terminal
  • To se messages from bots type rostopic echo /bot_said in new terminal