Skip to content

Commit

Permalink
Use latest confirmed working version of urdf_parser_py
Browse files Browse the repository at this point in the history
Using urdf_parser_py's commit 31474b9baaf7c3845b40e5a9aa87d5900a2282c3,
that precedes the regression introduced in
ros/urdf_parser_py#26 (ros/urdf_parser_py#26)
and discussed in
robotology/simmechanics-to-urdf#36 (robotology/simmechanics-to-urdf#36).
The commit used is based from the info contained in this icub-models commit:
robotology/icub-models@b69b989 (robotology/icub-models@b69b989).
  • Loading branch information
prashanthr05 committed Aug 12, 2019
1 parent 933d1cc commit 784c95c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ before_script:
# install urdf_parser_py and save the last commit SHA1 hash
- git clone $URDF_PARSER_PY_REPOSITORY_URL
- cd urdf_parser_py
- git checkout 31474b9baaf7c3845b40e5a9aa87d5900a2282c3
- export URDF_PARSER_PY_COMMIT=`git rev-parse HEAD`
- sudo python setup.py install
- cd ../
Expand Down

0 comments on commit 784c95c

Please sign in to comment.