CSCE 452/752 Robotics and Spatial Intelligence, Fall 2025

Review Sheet for Test 1

This review sheet is intended as a guide to help you prepare for Test 1.

Format

Some types of questions to expect: Question formats will include both multiple choice ("Choose A, B, C, or D") and short answer questions ("Solve", "Draw", "Explain", etc.).
Remember that the homework assignments are graded on the basis of making a reasonable good-faith attempt to solve the problem. That is, receiving full credit on the homework is not a sign that your answers were correct.

1. Introduction

2. Robot hardware

3. A Quick Tour of ROS

4. Basic models for robot motion and perception

5. Differential drive locomotion

6. Other wheeled systems

7. Navigation: Bug algorithms

8. Navigation: Visibility graphs

Provided equations

These equations will appear, without any explanation, on the cover sheet:
$ x_{k+1} = f(x_k,u_k) $   $ \dot{x} = f(x,u) $   $ y_k = h(x_k) $   $ y(t) = h(x(t)) $   $ R = \left(\frac{l}{2}\right) \frac{v_r + v_l}{v_r - v_l} $   $ \omega = \frac{v_r - v_l}{l} $   $ \left[ \begin{matrix} x_{k+1} \\ y_{k+1} \\ \theta_{k+1} \end{matrix} \right] = \left[\begin{matrix} \cos (\omega \Delta t) & -\sin(\omega \Delta t) & 0 \\ \sin (\omega \Delta t) & \cos(\omega \Delta t) & 0 \\ 0 & 0 & 1 \end{matrix}\right] \left[\begin{matrix} x - c_x \\ y - c_y \\ \theta \end{matrix}\right] + \left[\begin{matrix} c_x \\ c_y \\ \omega \Delta t \end{matrix}\right] $   $D + \frac{3}{2} \sum_{i=1}^M p_i$   $D + \frac{1}{2} \sum_{i=1}^M n_i p_i$