-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55a54e6
commit 9bc0cd8
Showing
50 changed files
with
361,999 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,246 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
<html> | ||
<head> | ||
|
||
|
||
|
||
|
||
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> | ||
|
||
|
||
|
||
|
||
<title>FRC 2013 LabVIEW Simulation Readme</title> | ||
</head> | ||
|
||
|
||
<body> | ||
|
||
|
||
<h1 style="text-align: center;">FRC LabVIEW Robot Simulation</h1> | ||
|
||
|
||
<br> | ||
|
||
|
||
For instructions on how to use simulation see <span style="font-weight: bold;">Tutorial 10 - Robot Simulation</span> on | ||
the Tutorials tab of the LabVIEW Getting Started Window.<br> | ||
|
||
|
||
<h3>Actuators on this simulated robot</h3> | ||
|
||
|
||
<ol> | ||
|
||
|
||
<li>Left Front Motor</li> | ||
|
||
|
||
|
||
|
||
<ul> | ||
|
||
|
||
<li>PWM Channel = PWM 0</li> | ||
|
||
|
||
|
||
|
||
</ul> | ||
|
||
|
||
<li>Right Front Motor</li> | ||
|
||
|
||
|
||
|
||
<ul> | ||
|
||
|
||
<li>PWM Channel = PWM 1</li> | ||
|
||
|
||
|
||
|
||
</ul> | ||
|
||
|
||
<li>Left Rear Motor</li> | ||
|
||
|
||
|
||
|
||
<ul> | ||
|
||
|
||
<li>PWM Channel = PWM 2</li> | ||
|
||
|
||
|
||
|
||
</ul> | ||
|
||
|
||
<li>Right Rear Motor</li> | ||
|
||
|
||
|
||
|
||
<ul> | ||
|
||
|
||
<li>PWM Channel = PWM 3</li> | ||
|
||
|
||
|
||
|
||
</ul> | ||
|
||
|
||
<li>Camera Servo</li> | ||
|
||
|
||
|
||
|
||
<ul> | ||
|
||
|
||
<li>PWM Channel = PWM 5</li> | ||
|
||
|
||
<li>Angular Range = 170</li> | ||
|
||
|
||
|
||
|
||
</ul> | ||
|
||
|
||
<li>Arm Servo</li> | ||
|
||
|
||
|
||
|
||
<ul> | ||
|
||
|
||
<li>PWM Channel = PWM 6</li> | ||
|
||
|
||
<li>Angular Range = 170</li> | ||
|
||
|
||
|
||
|
||
</ul> | ||
|
||
|
||
<li>Gripper Servo</li> | ||
|
||
|
||
|
||
|
||
<ul> | ||
|
||
|
||
<li>PWM Channel = PWM 7</li> | ||
|
||
|
||
<li>Angular Range = 170</li> | ||
|
||
|
||
|
||
|
||
</ul> | ||
|
||
|
||
</ol> | ||
|
||
|
||
<h3>Sensors on this simulated robot</h3> | ||
|
||
|
||
<ol> | ||
|
||
|
||
<li>Encoder on Right Motor</li> | ||
|
||
|
||
|
||
|
||
<ul> | ||
|
||
|
||
<li>A Channel = DIO 3</li> | ||
|
||
|
||
<li>B Channel = DIO 4</li> | ||
|
||
|
||
|
||
|
||
</ul> | ||
|
||
|
||
<li>Encoder on Left Motor</li> | ||
|
||
|
||
|
||
|
||
<ul> | ||
|
||
|
||
<li>A Channel = DIO 5</li> | ||
|
||
|
||
<li>B Channel = DIO 6</li> | ||
|
||
|
||
|
||
|
||
</ul> | ||
|
||
|
||
<li>Gyro</li> | ||
|
||
|
||
|
||
|
||
<ul> | ||
|
||
|
||
<li>Analog Channel = AI 1</li> | ||
|
||
|
||
|
||
|
||
</ul> | ||
|
||
|
||
<li>Ultrasonic</li> | ||
|
||
|
||
|
||
|
||
<ul> | ||
|
||
|
||
<li>Ping DIO Channel = DIO 1</li> | ||
|
||
|
||
<li>Echo DIO Channel = DIO 2</li> | ||
|
||
|
||
|
||
|
||
</ul> | ||
|
||
|
||
<li>AXIS M1011 Camera</li> | ||
|
||
|
||
</ol> | ||
|
||
|
||
</body> | ||
</html> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.