Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grasshopper example #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions doc.grasshopper.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
************************************
Robot Motion with RRC in Grasshopper
************************************

.. figure:: example-robot-motion-with-rrc.png
:figclass: figure
:class: figure-img img-fluid

.. figure:: grasshopper-script.png
:figclass: figure
:class: figure-img img-fluid

This example demonstrates a movement for an ABB robot using the COMPAS RRC
python API from Grasshopper.

To run the example:

* Run ``python -m compas_rhino.install`` to install compas packages to Rhino and
Grasshopper. See `COMPAS - Rhino (Windows and Mac) <https://compas.dev/compas/latest/gettingstarted/rhino.html>`_
for more details.
* Start the robot where the RRC driver is installed.
* Start ROS driver using Docker (see example ``docker-compose.yml`` below).
* Open `grasshopper-script.ghx <./grasshopper-script.ghx>`_ in Grasshopper.

For more details, check the `COMPAS RRC Start <https://github.com/compas-rrc/compas_rrc_start>`_ repository.

.. literalinclude:: docker-compose.yml
:language: yaml
Loading