Skip to content

Instantly share code, notes, and snippets.

@arjo129
Forked from chewwt/chat.msg
Last active August 21, 2018 07:15
Show Gist options
  • Save arjo129/1eb99dfbd5c264a71d691cc599bc7c5c to your computer and use it in GitHub Desktop.
Save arjo129/1eb99dfbd5c264a71d691cc599bc7c5c to your computer and use it in GitHub Desktop.
std_msgs/Header header
std_msgs/String source_id
std_msgs/String message

Homework Part 1

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

26th August 2018, 2359. Submission must be a ros package (compilable) and with a readme file on how to run your code via email.

Demo your chat program on Friday 31st August 2018.

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