Autoware Online Class - RFQ

I can answer some of these questions right now, and I think these show that a course that teaches how to use Autoware and how each major component works would have benefits beyond the AD community.

Note that the answers below are with regards to what is theoretically possible but which may not currently be technically possible without doing some message porting, ripping code out of its repository, or similar. We aim to remove these barriers to reuse outside of Autoware.

Yes to HD maps if you are happy to treat your area as a road network (see below about the planner).

Yes to NDT. If you have a point cloud map you can use NDT to localise in it, although there may be some assumptions being made that Iā€™m not aware of such as rotation of the lidar around X and Y.

Localisation using NDT is independent of the HD map, which is what defines road infrastructure. We donā€™t currently have any localisation capability based on the HD map but we are aware of the concept and may implement something in the future.

Yes, it is dependent on having an HD map of a road network to plan within. However you can treat many areas that you want to navigate within as a ā€œroadā€ network. Delivery robots in a hospital or office building, for example, may prefer fixed lanes rather than free space planning, at least for part of the delivery route such as corridors. Robots that drive on a footpath would also be a good fit for using a ā€œroadā€ network.

Also, Autoware.Auto will include a limited free-space planner for some functionality, such as parking the car.

The planners are for autonomous vehicles, so they are by necessity designed for Ackermann-type vehicles.

Yes, you can use it right now if you have a 3D LiDAR sensor and want to get bounding boxes of Euclidean clusters. We intend to maintain this reusability going forward.

2 Likes

I think pre-recorded would be better for the lecture portions. We could run live sessions for exercises with a prerequisite of participation being that they have watched the lecture.

Although this is all starting to sound very Udacity so maybe we should be talking to them about providing a new courseā€¦

2 Likes

I could create a lecture on development processes and methods in robotics. This includes:

  • SCRUM
  • Agile Manifesto
  • Lean Development
  • Extreme Programming
  • Unix Philosophy
  • Data-Driven Development
  • V-Model
  • Continuous Integration / DevOP
  • Triage
  • Gitflow / Github Flow
  • The Mythical Man-Month

The last years as a product owner in robotics showed me that the right mindset, development processes and team structures are a key aspect to build a complex robotic system.

4 Likes

@Dejan_Pangercic, Iā€™m still asking around. We have more experience in camera and lidar perception.

1 Like

@Tobias thanks. This would be excellent. Could you maybe do this as part of the first lecture - Development Environment (I have for now put down Apex.AI for it but would be very happy if you do it)?

Then you could present your points also in terms of what we already have in Autoware.Auto, e.g.:

  1. Milestone-driven development https://gitlab.com/autowarefoundation/autoware.auto/AutowareAuto/-/boards/1517206?milestone_title=AVP%20MS2%3A%20Follow%20waypoints%20with%20the%20ndt_localizer&
  2. CI: https://gitlab.com/autowarefoundation/autoware.auto/AutowareAuto/-/blob/master/.gitlab-ci.yml
  3. Development process: https://autowarefoundation.gitlab.io/autoware.auto/AutowareAuto/cpp-development-process.html
  4. Structural coverage: https://autowarefoundation.gitlab.io/autoware.auto/AutowareAuto/coverage/index.html
  5. Design documents, e.g. https://gitlab.com/autowarefoundation/autoware.auto/AutowareAuto/-/blob/master/src/motion/control/pure_pursuit/design/pure_pursuit-design.md from which the technical requirements could be derived
  6. High-level safety documents from which e.g. safety goals could be derived: https://gitlab.com/autowarefoundation/autoware.auto/AutowareAuto/-/issues/206
  7. Branching model: https://autowarefoundation.gitlab.io/autoware.auto/AutowareAuto/develop-in-a-fork.html
2 Likes

@Craig.Johnson Please do let me know about it.

Hi all, short update:

  1. I got the confirmation from the 10/16 lecturers and it is very likely that the remaining 6 will confirm as well. Which means that we will proceed with the course
  2. I will be meeting this coming week with https://www.theconstructsim.com/ and https://aws.amazon.com/robomaker/ to select the hosting platform. The 3rd alternative is Vimeo (pre-recorded class).
  3. I created the ā€œNext Stepsā€ section in the above description
  4. Could all of the confirmed lecturers start working on the syllabus?
  5. As a teaser, here is a video of a LiDAR-based localization algorithm from Autoware https://drive.google.com/file/d/1lDQIVl02ycv3VZAnwtiTqsWcVh0DD44N/view

Very good points from @Katherine_Scott:

  1. That we host an/or mirror all of this content on the ROS 2 wiki. From the userā€™s perspective having a centralized resource is the most helpful thing we can do.
  2. We avoid any sort of LMS/Courseware unless weā€™re willing to put in the effort to develop the associated content like quizzes, tests, homework, projects. The real value of coursework is that it can become a turn-key solution for educators.
  3. The data we do have indicates that videos are best for covering ROS basics. We should shoot to build tutorials/how to/explainers first and then use that content to record a video. The benefit of this approach is that makes the underlying content updateable, searchable, and discoverable.
1 Like

I start tomorrow working on that and will share some first drafts until wednesday. Looking forward working with you guys on this topic.

@Dejan_Pangercic Is there anything you need me to do?

Meeting Kat, Marya, Dejan

  1. Educational Platform
    1. Host the content on https://gitlab.com/autowarefoundation/autoware.auto/AutowareAuto/-/tree/master/docs
      1. @Katherine_Scott to look if there is a good markdown to presentation exporter
      2. Write the documentation in markdown
      3. Rendering is on https://autowarefoundation.gitlab.io/autoware.auto/AutowareAuto/
      4. Format of the content for each class: How to use euclidean clusters.pdf (216.1 KB)
    2. Record the video
    3. Upload the videos to https://www.youtube.com/channel/UCyo9zNZTbdJKFog2q8f-cEw
    4. @gbiggs Clean-up https://autowarefoundation.gitlab.io/autoware.auto/AutowareAuto/
  2. Logistics
    1. We asked Ricardo from the TheConstructSim to support with the logistics (work with the lecturers to deliver the material, review the material (markdown and video), help with the recordings, upload the video, collect the feedback
    2. Each lecture starts with a recap from prior class.
  3. Development environment
    1. We will use https://gitlab.com/ApexAI/ade-cli/-/tags with the .aderc file
    2. @Dejan_Pangercic to check if we need a new .aderc volume for the class
  4. Class start date: May 11 2020
  5. ROS 2 101 Syllabus Proposal:
    1. General introduction of ROS 2 (why we decided to write it,
      architecture, who is using it, ā€¦)
    2. Why is ROS 2 better suitable for AD than ROS 1:
      1. Industrial-grade middleware DDS (QoS, efficient support for large data, data and node
        level failure handling)
      2. Different communication patterns (callback+executor, waitset)
      3. rclcpp_lifecycle (deterministic startup, enables node level failure handling, enables split of the memory management between non-steady and steady phase)
      4. Written in modern C++14
      5. Security
      6. High architecture and code quality level (because of CI, linters, test frameworks, design documents)
      7. Supported on VxWorks and QNX RTOSes
    3. Hands-on:
      1. How to create a ROS 2 package
      2. How to create a pub/sub example, demonstrate some of features from above (e.g. security, rclcpp_lifecycle, QoS, ā€¦)
  6. ROS 2 Tooling Syllabus Proposal:
    1. ros2cli
    2. rosbag2
    3. rqt_plot
    4. rqt_graph
    5. rviz2
    6. ros2 launch (and launch_testing)
    7. cross-compilation for Arm
2 Likes

@gbiggs I would indeed need help with 2 things here:

  1. Can Tier IV do these lectures:
    1. Object Perception Camera
    2. Sensor Fusion
  2. Could you make the a release of Autoware.Auto (e.g. 0.2) that will cover up to Lecture 7 (Object Perception LiDAR)?
  3. Could you sort out the documentation in https://autowarefoundation.gitlab.io/autoware.auto/AutowareAuto/?
    1. We agreed with Kat from OSRF that we will have 1 .md file for every lecture which will then be used when making the video and when the students will want to replicate the class material

Thx

I will talk to Josh about this. We were planning our next release to be the complete AVP work. That doesnā€™t mean we canā€™t do a point release, though.

I can clean up the documentation, but keep in mind that there is a difference in documentation for teaching and documentation for reference. I will look at making a section for teaching materials to keep things better organised.

1 Like

@Dejan_Pangercic Action Item for me to find out about translation of courseware (videos, documentation) into other languages. Based on Autoware users, these should start with Japanese and Chinese.

1 Like

After our discussions the other night I got tasked with coming up with a way to potentially add the course content to the ROS 2 wiki. What we were looking for in particular was a way to generate course slides in restructured text so the core content could be mirrored on the ROS 2 wiki. I did a bit of research and a project called Landslide along with the Prince pdf generator appears to be workable solution. Prince is free for non-commercial use so I think we should be ok (we would only use it to generate the actual slides).

I should have some time on Monday to see if I canā€™t generate some templates and an outline of courses on the ROS 2 wiki along with the requisite license information we discussed.

The following markdown generates the slides linked below. I will see if I can turn of syntax highlighting and create a lightweight theme.

# Landslide

---

# Overview

Generate HTML5 slideshows from markdown, ReST, or textile.

![python](http://i.imgur.com/bc2xk.png)

Landslide is primarily written in Python, but it's themes use:

- HTML5
- Javascript
- CSS

---

# Code Sample

Landslide supports code snippets

    !python
    def log(self, message, level='notice'):
        if self.logger and not callable(self.logger):
            raise ValueError(u"Invalid logger set, must be a callable")

        if self.verbose and self.logger:
            self.logger(message, level)

test.pdf (62.0 KB)

looks like a great tool to work together online on markdown files with live preview.
This could be helpful for pair generation of markdown files.

It also supports the slide syntax you a mentioning.
I will try it out this weekend for my slides and give you some feedback.

Edit:
It works actually great. Here some example slides on my part with a flow chart create with graphviz copied from the template. Everybody with the link can change the document. You can also create comments in the preview mode.
https://hackmd.io/@Ly0n/SJ4FByjFI/edit

Hello all,

Iā€™m very interrested about these classes,
Is the May 11 is still the first session date? Is it live session or recorded? how can I watch it?

@emmanuel.toillon yes, see Course: Self-Driving Cars with ROS 2 and Autoware.Auto.

2 Likes