Skip to content

Commit

Permalink
Merge pull request #139 from Tigul/stretch
Browse files Browse the repository at this point in the history
Stretch support
  • Loading branch information
Tigul authored Mar 28, 2024
2 parents b3bba13 + 7217e28 commit c572e36
Show file tree
Hide file tree
Showing 13 changed files with 1,291 additions and 149 deletions.
7 changes: 7 additions & 0 deletions launch/ik_and_description.launch
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
textfile="$(find pycram)/resources/hsrb.urdf"/>
</group>

<!-- stretch -->
<group if="$(eval robot == 'stretch')">
<param name="robot_description"
textfile="$(find pycram)/resources/stretch.urdf"/>
</group>


<!-- Use Knowrob -->
<group if="$(eval use_knowrob)">
<include file="$(find knowrob)/launch/knowrob.launch"/>
Expand Down
Loading

0 comments on commit c572e36

Please sign in to comment.