Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dummy #4

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/pycram-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
- name: install pytest
run: |
sudo pip3 install pytest
- name: test for PR
run: |
echo "---------------------------------------------------------------------------"
- name: start roscore
run: |
roslaunch pycram ik_and_description.launch &
Expand Down
1 change: 1 addition & 0 deletions test/test_bullet_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def setUp(self):
# self.milk.set_position(Pose([0, 1, 1]))
# self.assertEqual(self.milk.get_pose().position_as_list(), [0, 1, 1])


#def test_robot_orientation(self):
# self.robot.set_pose(Pose([0, 1, 1]))
# head_position = self.robot.get_link_position('head_pan_link').z
Expand Down
Loading