Skip to content

Commit

Permalink
Merge branch 'main' into urdf-mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
iory authored Feb 17, 2025
2 parents d22e03c + 8b92cc5 commit e70177c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ networkx>=2.2.0
numpy>=1.16.0
ordered_set
pillow
pycollada!=0.7 # required for robot model using collada
pycollada!=0.7;python_version>="3.2" # required for robot model using collada
pycollada<0.9;python_version<"3.2" # required for robot model using collada
pyglet<2.0
pysdfgen>=0.1.5
python-fcl # for collision check in trimesh module
Expand Down

0 comments on commit e70177c

Please sign in to comment.