Contents

Course Details

Course Code COMP3431/COMP9434
Course Title Robot Software Architectures
Units of Credit 6
Course Website http://cse.unsw.edu.au/~cs3431
Handbook Entry http://www.handbook.unsw.edu.au/undergraduate/courses/current/COMP3431.html

Course Summary

This is a project-based course that gives a practical introduction to the intelligent control of robots. In labs, students will get hands on experience with robot navigation and mapping, perception and planning.

We start with an introduction to the structure of robot software, including the Robot Operating System, ROS2 . We will be using TurtleBot3 Waffle Pi Robots.

At the end of this course, students should have:

  • experience programming robots with an industry standard sofware framework,
  • an overview of a range of other architectures and decision making systems,
  • an understanding of the practicalities of programming physical robots as opposed to purely software systems,
  • an understanding of a robot as a complete system, as well as its component parts.

Course Timetable

The official course timetable is available here . Please note that the timetables for COMP3431 and COMP9434 are the same. We will use the 4pm-6pm Monday slot for online lectures and the labs will be on Wednesday afternoon 12pm-3pm, Wednesday 4pm-7pm and Thursday 12-3pm. Lectures will be online and the labs will be in J18-212 and 213 (The Willis Annex, next door to J17 and K17). All labs are in-person . Online labs were tried last year, but they do not give students the experience of using a real robot and we found this unsatisfactory.

Robotics and COVID-19: Because of the pandemic, lectures will be online, either recorded or live Microsoft Teams. The live link is here . Because this course is meant to provide practical experience with robots, we will have in-person labs, but we will have to be careful to maintain physical distancing and wearing masks in recommended. Students will be organised into groups of 4 or 5 students, with one robot assigned to each group. To maintain a safe working environment, each group should only have one student handling the robot at any one time.

Projects and Assessment

As this is a project-based course, the assessment will be by demonstration in the lab by each group, with a group mark, and an accompanying report, which is each student must submit individually. The projects will be explained in the lecture and lab in week 1.

The project assessment is divided into two components:

  • Mid-term project and report: 40% (Demo and report due week 5)
  • Final project demo and report: 60% (Demo in week 10; report due end of week 11)

Lectures and Assignments are the same for COMP3431 and COMP9434 students.
Units of credit: This is a 6 UOC course

Special projects

Most students will work with the Turtlebot3 robots developing programs for an @Home application. However, some groups may chose more ambitious projects, if the wish:

  • VIP students who did RoboCup@Home this year will in the @Home lab, This will use the Toyota HSR, running ROS Noetic. Adam Golding will assist with project.
  • The Creative Robotics Laboratory is offering a project using their Fetch robot. This project is focussed on Human-Robot interaction and will be supervised by Ethan Jones. Students will work in the National Facility for Human-Robot Interaction Research at the Paddington campus. You can work out times to suit.
  • A Kinova Gen 3 arm in the robotics lab (j17-510) is available for projects in manipulation. The Turtlebots have no arms so cannot pickup or manipulate object, whereas the Kino arms is quite a capable manipulator.
  • An ambitious project is to work with members of the RoboCup soccer team to port ROS2 port to the Nao robots. At present, we use a proprietary API to control the robots. ROS2 is open source and, in the long run, more flexible. ROS2 will also allow use use they many libraries available in the ROS repository.

Student Learning Outcomes

This course contributes to the development of the following graduate capabilities:

Graduate Capability Acquired in
scholarship: understanding of their discipline in its interdisciplinary context 1 - 12
scholarship: capable of independent and collaborative enquiry 1 - 12
scholarship: rigorous in their analysis, critique, and reflection 1 - 12
scholarship: able to apply their knowledge and skills to solving problems 1 - 12
scholarship: ethical practitioners 1 - 12
scholarship: capable of effective communication 1 - 12
scholarship: information literate 1 - 12
scholarship: digitally literate 1 - 12
leadership: enterprising, innovative and creative 1 - 12
leadership: capable of initiating as well as embracing change 1 - 12
leadership: collaborative team workers 1 - 12
professionalism: capable of independent, self-directed practice 1 - 12
professionalism: capable of lifelong learning 1 - 12
professionalism: capable of operating within an agreed Code of Practice 1 - 12
global citizens: capable of applying their discipline in local, national and international contexts 1 - 12
global citizens: culturally aware and capable of respecting diversity and acting in socially just/responsible ways 1 - 12
global citizens: capable of environmental responsibility 1 - 12

Assumed Knowledge

This course is for postgraduate students (COMP9434) and advanced undergraduates (COMP3431). It is a 3rd year course because it has few pre-requisites.

Students in this course are expected to be able to program in C++, Java or Python.

While not a formal pre-requisite or co-requisite, it is recommended that students take a machine learning course if they are interested in artificial intelligence, eg COMP9417 . That course does not need to be taken before this one. The artificial intelligence course, COMP3411 , is also recommended but it does not give the depth of Machine Learning knowledge that is useful for this course. While it isn't a formal pre-requisite, students who have already taken COMP3411 or an equivalent course often find this course easier.

Because the number of robots is limited, this class has a maximum size. A minimum WAM is required for the course. For people who have a WAM below the required WAM, there is a waiting list. That waiting list is used to fill up any positions remaining just before the start of the semester.

Teaching Rationale

There is no textbook that covers all the topics at the right level of detail for this course, so there is no set text, but there are recommended references below and a lot of online material

The assignments are all group-work. Furthermore, the assignments are graded is a style more like a design class than a computer science class: you demonstrate your robot doing what it does, and then the class discusses why it behaved that way and whether that is, on balance, a good thing. You will also write a final report to accompany your main project.

Academic Honesty and Plagiarism

Plagiarism is defined as using the words or ideas of others and presenting them as your own . UNSW and CSE treat plagiarism as academic misconduct, which means that it carries penalties as severe as being excluded from further study at UNSW. There are on-line sources to help you understand what plagiarism is and how it is dealt with at UNSW: MyUNSW: Plagiarism and Academic Misconduct .

Make sure that you read and understand these. Ignorance is not accepted as an excuse for plagiarism.

Course Schedule

  1. Introduction & History of AI and Robotics
    Introduction to ROS (the Robot Operating System)
  2. More ROS
    Robot Software Architectures
  3. Mapping and Navigation
  4. Robot Vision
  5. More Robot vision
  6. Flexibility Week
  7. Project Work
  8. Project Work
  9. Project Work
  10. Demonstrations

Resources for Students

There is no set text for this course. However, the following books are recommended:

TurtleBot3 Online Manual ; Robotis

ROS Robot Programming ; YoonSeok Pyo, HanCheol Cho, RyuWoon Jung, TaeHoon Lim

This is an introduction to robot programming using ROS, written by the developers of the TurtleBot3. The PDF is free to download and will be our primary text.

Artificial Intelligence: A Modern Approach ; S. Russell and P. Norvig

This is a good overview textbook for artificial intelligence in general. If you were going to get one book on AI, this would be the one I'd choose.

Probabilistic Robotics ; S. Thrun, W. Burgard and D. Fox

This is a newer textbook covering "perception and control in the face of uncertainty". It covers those areas well, but doesn't have quite the breadth of this course.


Course Evaluation and Development

This course is evaluated each session using the CATEI system.

In the previous offering of this courses, students noted that space is limited.

Based on their comments, we can now use the Design Next studio, on the same floor as the robotics lab, which is much larger.

Resource created Tuesday 06 September 2022, 10:14:04 PM, last modified Thursday 15 September 2022, 04:37:56 PM.


Back to top

COMP3431/COMP9434 22T3 (Robot Software Architectures) is powered by WebCMS3
CRICOS Provider No. 00098G