From 72ae5b5ac3025942a6b299b63dadb59f148f102e Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Wed, 23 Feb 2005 16:51:13 +0000 Subject: [PATCH] Flesh out the captions for the robotmap and webcam screenshots. In particular, mention that the tape grid is used to calibrate the tracking cameras. --- www/tutorial/mobilewireless.php3 | 46 ++++++++++++++++++++++---------- 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/www/tutorial/mobilewireless.php3 b/www/tutorial/mobilewireless.php3 index 2337c3fbd..b84858c4a 100644 --- a/www/tutorial/mobilewireless.php3 +++ b/www/tutorial/mobilewireless.php3 @@ -80,6 +80,16 @@ function NLCLINKFIG($link, $value, $caption) "; } +function NLCLINKFIG2($link, $value, $caption, $explanation) +{ + echo " + +
$value
+ $caption: + $explanation + "; +} + function NLCEMPTY() { echo ""; @@ -347,26 +357,34 @@ that updates in real time.

-", - "Sample Robot Map Screenshot") ?> -", - "Sample Webcam Screenshot") ?> +", + "Sample Robot Map Screenshot", + "All four robots arranged in an 'L' shape. The real world + coordinates for the robots are in the bottom middle table.") + ?> +", + "Sample Webcam Screenshot", + "The real world view of the same four robots from the map + screenshot. Note that the grid on the floor is used to + calibrate the overhead tracking cameras and not lines for the + robots to follow.") ?>

Take a few moments to familiarize yourself with those pages since we'll be making use of them during the rest of the tutorial. One important item to note -is the "Elapsed event time" value, which displays how much time has elapsed -since the robots have reached their initial positions. The elapsed time is -also connected to when "$ns at" events in the NS file are run. In -this case, there were no events in the NS file, so we'll be moving the robot by -sending dynamic SETDEST events, much like sending START and STOP events to traffic generators and "$ns at" events in the +NS file are run. In this case, there were no events in the NS file, so we'll +be moving the robot by sending dynamic SETDEST events, much like sending START +and STOP events to traffic +generators and program objects. -- GitLab