Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Commit

Permalink
added doc info on python interface with FRANKA
Browse files Browse the repository at this point in the history
  • Loading branch information
nebbles committed Feb 7, 2018
1 parent bcc260f commit d76243a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions docs/source/operating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Operating the Robot
*******************

.. note::
This page is still incomplete.

Using the provided workstation
==============================

Expand All @@ -13,6 +16,18 @@ To log into the provided workstation:
.. note::
If you do not use a provided workstation, ensure you have completed all the steps in the :doc:`workstation` page.

Understanding how to control the FRANKA
=======================================

The image below describes how we are controlling the Arm using Python. To be able to write a successful Python program, we must first understand how ROS works: how we publish and listen on topics.

.. figure:: _static/franka_programming_interface.png
:align: center
:figclass: align-center

Interfacing Python with FRANKA.


Getting Started with ROS
========================

Expand Down

0 comments on commit d76243a

Please sign in to comment.