Skip to content

Commit

Permalink
back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul committed Dec 27, 2023
1 parent d001698 commit 356a5cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pycram-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
sudo pip3 install --upgrade numpy
- name: start roscore
run: |
roslaunch pycram ci_setup.launch &
roslaunch pycram ik_and_description.launch &
- name: Run Tests
run: |
roscd pycram
Expand Down
5 changes: 2 additions & 3 deletions launch/ik_and_description.launch
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
<group if="$(eval robot == 'pr2')">
<include file="$(find pr2_arm_kinematics)/launch/pr2_ik_larm_node.launch"/>
<include file="$(find pr2_arm_kinematics)/launch/pr2_ik_rarm_node.launch"/>
<param name="robot_description"
command="$(find xacro)/xacro
'$(find pr2_description)/robots/pr2.urdf.xacro'"/>
<param name="robot_description"
textfile="$(find pycram)/resources/pr2.urdf"/>
</group>
<!-- Boxy -->
<group if="$(eval robot == 'boxy')">
Expand Down

0 comments on commit 356a5cf

Please sign in to comment.