Skip to content

Commit

Permalink
Merge pull request #48 from robotology/document-valid-version-urdf-pa…
Browse files Browse the repository at this point in the history
…rser-py

Document which valid version of urdf-parser-py is known to work
  • Loading branch information
traversaro authored Apr 23, 2021
2 parents f6055ab + 89c180c commit 1eb31b4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,21 @@ pip install lxml numpy pyyaml catkin_pkg
~~~

#### Debian/Ubuntu

**As the installation procedure at this moment suggest to install `pip` packages at the system level via administrative priviliges (such as `sudo`) at this moment it is suggest to follow it only on a dedicated environment, and not in your main development machine. See https://stackoverflow.com/a/22517157/1379427 for more details.**


##### Install dependencies
Install the necessary dependencies with apt-get:
~~~
sudo apt-get install python-lxml python-yaml python-numpy python-setuptools python-catkin-pkg
~~~

You can install `urdf_parser_py` from its git repository:
You can install `urdf_parser_py` from its git repository. Note that due to some regression in recent versions on the default branch of `urdf_parser_py` (see https://github.com/robotology/simmechanics-to-urdf/issues/36) it is recommended to use a specific commit of `urdf_parser_py` that is known to work, https://github.com/ros/urdf_parser_py/commit/31474b9baaf7c3845b40e5a9aa87d5900a2282c3 :
~~~
git clone https://github.com/ros/urdf_parser_py
cd urdf_parser_py
git checkout 31474b9baaf7c3845b40e5a9aa87d5900a2282c3
sudo python setup.py install
~~~

Expand Down

0 comments on commit 1eb31b4

Please sign in to comment.