Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
cfry committed Jul 10, 2020
1 parent b957ad4 commit 4c55da2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions doc/guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,12 @@ <h5>Step 3</h5>
Videos of some things Dexter is capable of plus an early overveiw of DDE.<p></p></li>
<li><a href="http://hdrobotic.com/videos/" target="_blank">Haddington videos</a>
Videos on Haddington's mission, and the hardware.<p></p></li>
<li><a href="https://www.hdrobotic.com/blog/programming-in-dexter-development-environment-archive" target="_blank">Webinar videos</a> on DDE</li>
<li>Jobs menu/Dexter Tools/<b>Dexter UI2</b> brings up a dialog box that allows you
to interactively control a Dexter (or the simulator of Dexter, depending on the
<i>simulate</i> radio buttons in the Misc Pane header). This tools is
a great way to learn the relationship between joint angles and xyz (Cartesian)
coordinates, a.k.a kinematics.</li>
<li><a href="http://hdrobotic.com/videos/" target="_blank">Webinar videos</a> on DDE</li>
Each of these 11 videos is 45 minutes to an hour long. Watching them in order, especially the first several, is recommended.
The first one, <b>Intro to DDE</b>, is primarily about the Help System itself.<p></p></li>
<li><a href="http://hdrobotic.com/software" target="_blank">http://hdrobotic.com/software</a>
Expand Down Expand Up @@ -667,12 +672,6 @@ <h5>Step 3</h5>
Make Instruction dialog which let's you manipulate code in a more
constrained fashion that's easier for some purposes.
</li>
<li>Jobs menu/Dexter Tools/<b>Dexter UI2</b> brings up a dialog box that allows you
to interactively control a Dexter (or the simulator of Dexter, depending on the
<i>simulate</i> radio buttons in the Misc Pane header). This tools is
a great way to learn the relationship between joint angles and xyz (Cartesian)
coordinates, a.k.a kinematics.</li>
<!-- <li><b></b> </li>-->
</ul>
</details>
<details id="javascript_pane_doc_id" class="doc_details"><summary>Editor Pane</summary>
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<html lang="en">
<head>
<title>Dexter Development Environment</title>
<link href='https://fonts.googleapis.com/css?family=Creepster' rel='stylesheet'/>
<link rel="stylesheet" href="jqwidgets/styles/jqx.base.css" type="text/css" />
<!-- <script type="text/javascript" src="jquery-1.11.3.min.js"></script> -->
<script>window.$ = window.jQuery = require('jquery');</script>
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"dependencies": {
"8": "0.0.1",
"awesomplete": "^1.1.2",
"discord.js": "^12.2.0",
"electron-context-menu": "^0.8.0",
"eslint": "^5.16.0",
"esprima": "^3.1.3",
Expand Down

0 comments on commit 4c55da2

Please sign in to comment.