Skip to content
Alec Graves edited this page Nov 11, 2017 · 4 revisions

HackerRank Project 1:

  1. Log into HackerRank and complete this challenge.

  2. Upload your code:

    1. Create a GitHub repository under your account called "competitive-programming"
    2. Clone the repository and create a folder called "HackerRank"
    3. Make a new file called "priyanka-and-toys.py" in the folder
    4. Add your solution to the file
    5. Add, Commit, and Push your changes to GitHub
  3. Post the url to your repository in the intro_group slack channel.

If you have any questions, direct-message me on slack. - shadySource (alec)

Docker Project 1

  1. Complete both ROS tutorials (under the ros tab on the wikipedia page)
  2. Modify the basic publisher/subscriber to do the following:
    1. Have the publisher publish random numbers in the range 1-1000
    2. Have the subscriber receive the published random numbers and print out an average of all the random numbers after receiving each message
Clone this wiki locally