Skip to content

Commit 5091d0d

Browse files
committed
fix for picky urdf parser
1 parent f2dcfd6 commit 5091d0d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

server/src/xbot2_gui_server/joint_states.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ async def get_joint_info_handler(self, request: web.Request):
159159

160160
# parse urdf
161161
print('parsing urdf..')
162+
urdf = urdf.replace('<texture/>', '')
162163
model = urdf_parser.Robot.from_xml_string(urdf)
163164

164165
# read joint limits from urdf

xbot2_gui/main.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ ApplicationWindow {
167167
iconText: MaterialSymbolNames.playground
168168
iconFont: syms.font.family
169169
active: true
170-
visible: true
170+
visible: false
171171
}
172172

173173
PageItem {

0 commit comments

Comments
 (0)