Skip to content

Commit

Permalink
placo_utils.view in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregwar committed Nov 18, 2024
1 parent 7342b14 commit 40a238b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/basics/visualization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ PlaCo comes with some basics visualization tools based on
`meshcat <https://github.com/meshcat-dev/meshcat>`_. Those helpers are written in
Python and available in the ``placo_utils`` package.

Command-line visualization
--------------------------

The following utils is provided to visualize a robot:

.. code-block:: bash
python -m placo_utils.view path_to_robot/robot.urdf
You can provide the following arguments:

* ``--frames [frame1 [frame2 [...]]]``: List of frames to visualize
* ``--animate`` to animate the robot (a sinusoïdal motion is applied to the joints)

Robot visualization
-------------------

Expand Down

0 comments on commit 40a238b

Please sign in to comment.