Skip to content

Commit

Permalink
updated rosinstalls
Browse files Browse the repository at this point in the history
  • Loading branch information
ichumuh committed Nov 3, 2021
1 parent b42e751 commit 296cea6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rosinstall/melodic.rosinstall
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- git:
local-name: giskardpy
uri: https://github.com/SemRoCo/giskardpy.git
version: v0.3.0
version: v0.4.0
- git:
local-name: giskard_msgs
uri: https://github.com/SemRoCo/giskard_msgs.git
Expand Down
4 changes: 2 additions & 2 deletions rosinstall/noetic.rosinstall
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
- git:
local-name: giskardpy
uri: https://github.com/SemRoCo/giskardpy.git
version: devel
version: v0.4.0
- git:
local-name: giskard_msgs
uri: https://github.com/SemRoCo/giskard_msgs.git
version: master
version: v0.2.0
1 change: 0 additions & 1 deletion test/test_integration_pr2.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
from giskardpy.utils import to_joint_state_position_dict, publish_marker_vector
from rospy_message_converter.message_converter import convert_dictionary_to_ros_message
from utils_for_tests import PR2, compare_poses
from iai_naive_kinematics_sim.srv import UpdateTransform

# TODO roslaunch iai_pr2_sim ros_control_sim_with_base.launch
# TODO roslaunch iai_kitchen upload_kitchen_obj.launch
Expand Down
2 changes: 0 additions & 2 deletions test/utils_for_tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from time import time
import keyword
import yaml
from collections import defaultdict
from copy import deepcopy
from multiprocessing import Queue
Expand All @@ -25,7 +24,6 @@
from tf.transformations import rotation_from_matrix, quaternion_matrix

from giskardpy import logging, identifier
from giskardpy.config_loader import ros_load_robot_config
from giskardpy.garden import grow_tree
from giskardpy.identifier import robot, world
from giskardpy.pybullet_world import PyBulletWorld
Expand Down

0 comments on commit 296cea6

Please sign in to comment.