Changes between Version 5 and Version 6 of Other/Summer/2022/Autonomous


Ignore:
Timestamp:
Jun 2, 2022, 3:51:54 PM (2 years ago)
Author:
jennyshane
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2022/Autonomous

    v5 v6  
    1111
    1212== Background Material ==
    13 This project will use Robot Operating System (ROS) and pytorch. Students should familiarize themselves with [https://wiki.ros.org/ROS/Tutorials ROS] and [https://pytorch.org/tutorials/ pytorch]. For a look at a simple self-driving system that could be implemented as a place to get started, you can read [https://developer.nvidia.com/blog/deep-learning-self-driving-cars/ this paper on machine learning for self driving].
     13This project will use Robot Operating System (ROS) and pytorch. Students should familiarize themselves with [https://wiki.ros.org/ROS/Tutorials ROS] and [https://pytorch.org/tutorials/ pytorch]. For a look at a simple self-driving system that could be implemented as a place to get started, you can read [https://developer.nvidia.com/blog/deep-learning-self-driving-cars/ this paper on machine learning for self driving]. For a better understanding of machine learning, [https://cs231n.github.io/classification/ these course notes] are a very helpful resource.