Skip to content

Commit

Permalink
Merge branch 'SUTURO:MS2' into MS2
Browse files Browse the repository at this point in the history
  • Loading branch information
Julislz authored Feb 1, 2024
2 parents 79993b8 + f7ebbc2 commit 2a7c26d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-sphinx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Sphinx documentation 📖
on:
push:
branches:
- dev
- MS2

# ----------------------------------------------------------------------------------------------------------------------

Expand Down Expand Up @@ -40,4 +40,4 @@ jobs:
working-directory: ./doc
run: |
sudo apt install pandoc
make html
make html
2 changes: 1 addition & 1 deletion demos/util-scripts/save-urdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

kitchen = URDF.from_parameter_server('iai_kitchen')
print (kitchen)
f = open("../../resources/test-room.urdf", "w")
f = open("../../resources/couch-kitchen.urdf", "w")
f.write(kitchen.to_xml_string())

0 comments on commit 2a7c26d

Please sign in to comment.