Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorials:pycram:demo [2020/07/30 08:45] jdechtutorials:pycram:demo [2021/02/04 13:30] jdech
Line 28: Line 28:
 <code>cd ~/pycram/launch </code> <code>cd ~/pycram/launch </code>
 <code>roslaunch ik_and_description.launch</code> <code>roslaunch ik_and_description.launch</code>
 +
 +==== Choose the robot ====
 +The launchfile in the previous section included a robot description of the PR2. But the demo can also use the Boxy robot of the Institute of Artificial Intelligence, for this to work the repo which contains the robot description has to be cloned first. 
 +
 +<code>git clone git@github.com:code-iai/iai_robots.git </code>
 +
 +Now you can choose which robot description to upload in the launch file. Note, in order for ROS to be able to find the robot description you have to build the iai_robots repo using catkin.
  
 ==== Run the Demo ==== ==== Run the Demo ====