Changes between Version 2 and Version 3 of Other/Summer/2022/Autonomous


Ignore:
Timestamp:
May 26, 2022, 7:34:38 PM (2 years ago)
Author:
jennyshane
Comment:

Legend:

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

    v2 v3  
    99
    1010Develop a server-client infrastructure to allow for remote control of autonomous robots in the orbit smart city environment. Students will begin by setting up ROS on a robotics platform at Winlab so that they have a system to work on, with the ultimate goal of testing the autonomous driving system on the hardware developed by the smart car team at the end of the summer. In addition to working on the server-client system and measuring the latency of the system, students will research and implement different self-driving algorithms and test them with the ROS platform. Most of this work will be done using python and pytorch (a machine learning library). Students will also need to implement methods for collecting data in order to train their self-driving systems.
     11
     12== Background Material ==
     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]