From 91d9c48e5ca5a7a6e0e60fb6a9503e77f885052b Mon Sep 17 00:00:00 2001 From: Alvin Sun Date: Sat, 23 Sep 2023 22:03:27 -0700 Subject: [PATCH] add vm URL (#6) --- aa174a_aut2324/index.html | 32 +++++++++++++++++++++++++++----- css/aa274.css | 9 +++++++++ 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/aa174a_aut2324/index.html b/aa174a_aut2324/index.html index c179eb0..072a49c 100644 --- a/aa174a_aut2324/index.html +++ b/aa174a_aut2324/index.html @@ -76,7 +76,7 @@

Meeting Times

Lectures meet on Tuesdays and Thursdays from 10:30am to 11:50am at Shriram 104.

Students are expected to attend one 2-hour section each week. Check announcements for more details

-

Prof. Pavone's office hours are on Tuesdays 1:00pm to 2:00pm and by appointment.

+

Prof. Pavone's office hours are on Tuesdays 1:00pm to 2:00pm in Durand 261 and by appointment.

CA office hours are TBD.

@@ -91,9 +91,31 @@

Syllabus

Links

- Canvas -- for course content, recordings, and announcements.
- Gradescope -- for homework and project submissions.
- Edstem -- for discussions and questions. +

+ Canvas -- for course content, recordings, and announcements.
+ Gradescope -- for homework and project submissions.
+ Edstem -- for discussions and questions.
+ Section Sign-up -- sign up for a section time + slot by 12 PM on Thursday, September 28th. +

+
+
+
+
+

Resources

+

+ The homeworks require you to set up a local ROS2 environment and install vairous packages. + There are two options: +

    +
  1. If you have a native Ubuntu 22.04 machine, follow + this guide + to set up the environment. +
  2. Use our pre-built VMware image following + this guide. +
+ Simulation GUI is disabled in the VM due to performance reasons. If you have + a Ubuntu 22.04 machine, prefer option 1. +

@@ -146,7 +168,7 @@

Schedule

2 State space dynamics -- definitions & definitions -
State space dynamics -- computation and simulation +
State space dynamics -- computation and simulation diff --git a/css/aa274.css b/css/aa274.css index f60b24a..b1dbd6c 100644 --- a/css/aa274.css +++ b/css/aa274.css @@ -64,6 +64,15 @@ td > a, td > a:hover { } +li > a:link, li > a:active, li > a:focus { + color: #2864B7 !important; + +} +li > a, li > a:hover { + color: #2864B7 !important; + +} + /*.navbar-default .navbar-nav > li > a { color: #222 !important; }