16-311 General Robotics

Spring 2006 Final Exam
Dr. Howie Choset

Name:______________________

  1. (10 points) In the motion planning lab, some groups used eight-point connectivity when growing their wave front, i.e., their wave front expanded according to the generator in Fig. 1 as opposed to four-point connectivity, i.e., a wavefront expanded according to the generator in Fig. 2.
  2. 1 1 1
    1 1 1
    1 1 1
    Figure 1
    - 1 -
    1 1 1
    - 1 -
    Figure 2

    1. Which wavefront generator gives rise to the shortest path in the L1 metric and why?

    2. Why does the other not give rise to the shortest path in the L2 metric?

  3. (10 points) For the homogenous tranformation S shown in Fig. 3, demonstrate that S is either a translation followed by a rotation or a rotation following by a translation.

    (i.e., show that it is or is not a rotation followed by a translation, and show that it is or is not a translation followed by a rotation)

    αx βx γx Px
    αy βy γy Py
    αz βz γz Pz
    0 0 0 1
    Figure 3


  4. (10 points) Perform the following transformations on a wedge. Draw each transformation (before and after pictures of wedge) on a separate set of axes. Make sure to label your axes, distances and angles on each drawing.
    1. Trans(Z,10inches)
    2. Rot(Z, 45 degrees)
    3. Trans(X, 10 inches)
    4. Rot(X, 45 degrees)


  5. (10 points) Write the transformation matrix for each of the four transformations in the previous problem.


  6. (15 points) During the USAR lab you experienced the joys of remote teleoperation. Describe three problems with remote teleoperation, and propose design changes which would help overcome each problem.

    Note: the design change doesn't have to be to the robot itself, you should consider the entire system. You cannot, however, change the scenario (i.e., it is a remote teleoperation operation in an unknown and possibly chaotic environment.)


  7. (5 points)How many degrees of freedom does an arbitrarily shaped planar object have? (No explanation required)


  8. (5 points)How many degrees of freedom are necessary for a serial linkage, i.e., a sequence of links connected by revolute joints, to arbitrarily place an arbitrarily shaped object in the plane? (No explanation required)


  9. (15 points) A mobile robot has a planar two-link manipulator. The length of the first link is 3 units and the second link is 2 units in length.

    1. Determine an (x,y) coordinate pair for the mobile base (call it (α,β)) such that once the base is placed at (α,β), the two-link manipulator can reach the locations (0,0), (6,0), and (6,6).

      Note: the mobile base cannot move once it is placed.

    2. With the mobile base fixed at your (α,β), perform the inverse kinematics for each of the three target locations for the two-link manipulator.


  10. (20 points)Consider the conveyor belt system shown in Fig. 4. Arbitarily shaped objects are placed on the conveyor and they move with the conveyor. Downstream along the conveyor, there is a fence which can only rotate about a pivot point.


    In class, when dealing with non-holonomic constraint problems, we first derived the constraints wi(q) and then from the constraints we derived the initial set of allowable motions gi(q). We then performed Lie bracket operations on the original set of motions to obtain the full set of motions achievable by the robot.

    Sometimes, it is easier to directly start with the initial set of allowable motions:

    g1(q) = g1((x,y,&theta)=(0,1,0))
    g2(q) = g1((x,y,&theta)=(-y,x,1))


    Can the fence-conveyor system arbitarily position and orient a planar part? Show all work (hint: use Lie Brackets) and explain your result.