/chat_bot_node

Programming Assignment 2

Primary LanguageCMake

Chatbot Node

This is the brains behind MRSD Siri. This node houses all the replies for your messages.
To run this:

  1. Clone this repository into your workspace.
  2. Clone https://github.com/yogaanna/counter_node repository ito your workspace.
  3. Clone https://github.com/yogaanna/message_ui repository ito your workspace.
  4. Run catkin_make install.
  5. Launch chatbot and counter using the command: roslaunch chatbot_node launch_chatbot.launch.
  6. Run rqt and select the MessageGUI plugin.

NOTE:
If you can't find the plugin try rqt --force-plugin
If there are other errors make sure you have rqt for ros installed on your laptop.

This is a Git Pull, Push, Fork, and PUll request practice between Karsh and Dan.