Skip to content

Commit

Permalink
Added requirements.txt for easier installation using pip
Browse files Browse the repository at this point in the history
Signed-off-by: George Stavrinos <gstavrinos@protonmail.com>
  • Loading branch information
gstavrinos committed Jun 16, 2022
1 parent 3b6afa5 commit 98068a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Based on a provided URDF (or xacro), it reads all geometries that have a `mass`
* pycollada (pip install pycollada)
* urdf_paser_py (pip install urdf-parser-py)

Install with `pip install -r requirements.txt`

## Command line params
* 1: URDF file

Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
xacro
numpy-stl
pycollada
urdf-parser-py

0 comments on commit 98068a7

Please sign in to comment.