Skip to content

Commit

Permalink
Merge pull request #18 from SUTURO/gpsr
Browse files Browse the repository at this point in the history
minor comments
  • Loading branch information
hawkina authored Aug 21, 2024
2 parents 45b98a5 + 321b981 commit 37adb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/pycram_gpsr_demo/high_level_plans.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def looking_for(param_json): # WIP TODO
perceive_conf = {'arm_lift_joint': 0.20, 'wrist_flex_joint': 1.8, 'arm_roll_joint': -1, }
if sd.with_real_robot:
plans.pakerino(config=perceive_conf)
look_at_link = result.get('Item').get('link')
look_at_link = result.get('Item').get('link') # this failed at RoboCup CHANGE
look_at_pose = utils.tf_l.lookupTransform(target_frame='map',
source_frame=look_at_link,
time=rospy.get_rostime())
Expand Down

0 comments on commit 37adb91

Please sign in to comment.