Skip to content

Commit 3d6fb26

Browse files
committed
Change srdf to xacron in launcher
1 parent 9709234 commit 3d6fb26

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Launchers/pick_place_harmonic/pick_place_harmonic.launch.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ def generate_launch_description():
5353
)
5454

5555
doc = xacro.parse(open(xacro_file))
56-
xacro.process_doc(doc)
56+
xacro.process_doc(doc, mappings={
57+
"EE": "true",
58+
"EE_name": "robotiq_2f85"
59+
})
5760

5861
robot_description = {
5962
"robot_description": doc.toxml()

0 commit comments

Comments
 (0)