Skip to content

Instantly share code, notes, and snippets.

@spaghetti-
Created September 7, 2015 15:45
Show Gist options
  • Save spaghetti-/bd831b24a7cf5d17b3fe to your computer and use it in GitHub Desktop.
Save spaghetti-/bd831b24a7cf5d17b3fe to your computer and use it in GitHub Desktop.
std_msgs/Header header
std_msgs/String source_id
std_msgs/String message

Homework

Create a small decentralized chat program in C++ or python using ROS as your middleware. The UI doesn't matter.

The chat program has to have to ability to tell who the message is from, display it, and be able to send messages to other people as well.

It is a group chat and not a 1 to 1 chat.

Hints

+-------------------+------------------+---------------------------------------------+
|     date/time     |       source     |                     message                 |
+-------------------+------------------+---------------------------------------------+

For standardization purposes, I've attached a message file below.

Textbox and message window need not be the same program

Due

9th Wednesday 2015, 2300 hours, no exceptions. Submission must be a ros package (compilable) and with a readme file on how to run your code via email.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment