Skip to content

Commit

Permalink
Fix removed reference to PPRZLink introduced by merge of PR #750
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Reymann authored and severin-lemaignan committed Jan 16, 2018
1 parent d33713c commit bd21ebe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/man/morse_man_page.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ A robot and its environment are created in MORSE by building a model in
Blender. Actuator and sensor objects are attached to robot models, and may be
interacted with via a variety of middleware protocols. Simulations can be
programmed using Python scripts or inside of Blender itself. Currently supported
middleware includes YARP, MOOS, ROS, Pocolibs, Mavlink, and HLA, as well as a plain
socket interface.
middleware includes YARP, MOOS, ROS, Pocolibs, Mavlink, HLA, PPRZLink, as well
as a plain socket interface.

Options
-------
Expand Down
6 changes: 3 additions & 3 deletions doc/morse/what_is_morse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ Integration in your workflow
----------------------------

MORSE does not make any assumptions about your architecture. MORSE currently
supports **6 open-source middlewares (ROS, YARP, Pocolibs, MOOS, HLA and
Mavlink)**. :doc:`Check here for the exact list of features supported for each
middleware <user/integration>`.
supports **7 open-source middlewares (ROS, YARP, Pocolibs, MOOS, HLA, Mavlink
and PPRZLink)**. :doc:`Check here for the exact list of features supported for
each middleware <user/integration>`.

It also supports a **simple socket-based protocol** for easy integration with
other languages/toolboxes. **Complete bindings for Python** are provided.
Expand Down

0 comments on commit bd21ebe

Please sign in to comment.