-
Notifications
You must be signed in to change notification settings - Fork 2
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
e1f70c8
commit f19b49c
Showing
15 changed files
with
119 additions
and
80 deletions.
There are no files selected for viewing
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
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
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,7 @@ | ||
dm\_robotics.panda.arm module | ||
============================= | ||
|
||
.. automodule:: dm_robotics.panda.arm | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,7 @@ | ||
dm\_robotics.panda.arm\_constants module | ||
======================================== | ||
|
||
.. automodule:: dm_robotics.panda.arm_constants | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,7 @@ | ||
dm\_robotics.panda.environment module | ||
===================================== | ||
|
||
.. automodule:: dm_robotics.panda.environment | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,7 @@ | ||
dm\_robotics.panda.gripper module | ||
================================= | ||
|
||
.. automodule:: dm_robotics.panda.gripper | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,7 @@ | ||
dm\_robotics.panda.gripper\_constants module | ||
============================================ | ||
|
||
.. automodule:: dm_robotics.panda.gripper_constants | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,7 @@ | ||
dm\_robotics.panda.hardware module | ||
================================== | ||
|
||
.. automodule:: dm_robotics.panda.hardware | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,7 @@ | ||
dm\_robotics.panda.parameters module | ||
==================================== | ||
|
||
.. automodule:: dm_robotics.panda.parameters | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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
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,7 @@ | ||
dm\_robotics.panda.run\_loop module | ||
=================================== | ||
|
||
.. automodule:: dm_robotics.panda.run_loop | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,7 @@ | ||
dm\_robotics.panda.utils module | ||
=============================== | ||
|
||
.. automodule:: dm_robotics.panda.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,3 +1,40 @@ | ||
Tutorial | ||
======== | ||
|
||
Introduction | ||
------------ | ||
|
||
Motion Control | ||
-------------- | ||
|
||
Joint | ||
^^^^^ | ||
|
||
.. youtube:: C14HlT1Scdo | ||
|
||
Cartesian | ||
^^^^^^^^^ | ||
|
||
.. youtube:: vYvdr7iGCv4 | ||
|
||
|
||
Gripper | ||
^^^^^^^ | ||
|
||
.. youtube:: h3P0HBPF3NU | ||
|
||
|
||
Haptic Interaction | ||
------------------ | ||
|
||
.. youtube:: hn42udf0uKc | ||
|
||
|
||
Multiple Robots | ||
--------------- | ||
|
||
Rewards and Observations | ||
------------------------ | ||
|
||
Domain Randomization | ||
-------------------- |
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 |
---|---|---|
|
@@ -49,6 +49,7 @@ doc = [ | |
"sphinx", | ||
"furo", | ||
"sphinx_reredirects", | ||
"sphinxcontrib.youtube", | ||
] | ||
|
||
[project.urls] | ||
|