Skip to content

Assignment #1: An Introduction to ROS

Overview

Assignment #1 is a 6-part course, which you should complete in full and in order. The course is designed to be completed in simulation, so you will therefore need access to a ROS2 installation which can either be installed on your own machine, or accessed on a range of managed computers across the University of Sheffield campus. See here for more information on how to access or install ROS2.

Each part of the course comprises a series of step-by-step instructions and exercises to teach you how ROS works, and introduces you to the core principles of the framework. The exercises give you the opportunity to see how to apply these principles to practical robotic applications. Completing this course is essential for obtaining all the necessary skills for Assignment #2: the Team Robotics Project, where you will work in teams to program our real TurtleBot3 Waffle robots.

The Course

  • Part 1: Getting Started with ROS 2

    Learn the basics of ROS 2 and become familiar with some key tools and principles, allowing you to program robots and work with ROS2 applications effectively.

  • Part 2: Odometry & Navigation

    Learn about Odometry, which informs us of a robot's position and orientation in an environment. Apply both open and closed-loop velocity control methods to a Waffle.

  • Part 3: Beyond the Basics

    Execute ROS applications more efficiently using launch files. Learn about the LiDAR sensor, the data that it generates, and see the benefits of this for tools like "SLAM".

  • Part 4: Services

    Learn about an alternative way that ROS nodes can communicate across a ROS network, and the situations where this might be useful.

  • Part 5: Actions

    Learn about another ROS communication method which is similar to a ROS Service, but with a few key benefits and which has some alternative use-cases.

  • Part 6: Cameras, Machine Vision & OpenCV

    Learn how to work with images from an on-board camera. Learn techniques to detect features within these images, and use this to inform robot decision-making.

Assessment

This assignment is worth 25% of the overall mark for COM2009, and is assessed via an on-campus Blackboard-based test taking place in week 7 or 8 of the Spring Semester (see Blackboard and/or your timetable for the exact date & time).