Skip to content

Commit

Permalink
Merge pull request #165 from Tigul/problems-and-fixes
Browse files Browse the repository at this point in the history
Problems and fixes
  • Loading branch information
Tigul authored Jun 7, 2024
2 parents c25295d + 77d555c commit c4408c3
Show file tree
Hide file tree
Showing 19 changed files with 758 additions and 732 deletions.
1 change: 0 additions & 1 deletion .github/workflows/new-pycram-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
cd /opt/ros/overlay_ws/src/pycram
pip3 install -r requirements.txt
pip3 install -r requirements-resolver.txt
pip3 install -r requirements-ontology.txt
- name: Install pytest & pyjpt
run: |
Expand Down
2 changes: 0 additions & 2 deletions requirements-ontology.txt

This file was deleted.

2 changes: 1 addition & 1 deletion requirements-resolver.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements.txt
probabilistic_model>=4.0.8
random_events>=2.0.9
random_events==2.0.10
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ tqdm==4.66.3
psutil==5.9.7
lxml==4.9.1
typing_extensions==4.9.0
owlready2>=0.45
1 change: 1 addition & 0 deletions src/pycram/datastructures/world.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@ def get_prospection_object_for_object(self, obj: Object) -> Object:
:param obj: The object for which the corresponding object in the prospection World should be found.
:return: The corresponding object in the prospection world.
"""
self.world_sync.add_obj_queue.join()
try:
return self.world_sync.object_mapping[obj]
except KeyError:
Expand Down
648 changes: 619 additions & 29 deletions src/pycram/designators/action_designator.py

Large diffs are not rendered by default.

Empty file.
Loading

0 comments on commit c4408c3

Please sign in to comment.