Skip to content

Commit

Permalink
changed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul committed Oct 29, 2024
1 parent 76524a1 commit 76c3067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cram_plan_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ print(object_poses)
If You want to visualize all apartment frames

```python
import pybullet as p
import pycram_bullet as p

for link_name in apartment.links.keys():
world.add_vis_axis(apartment.get_link_pose(link_name))
Expand Down
1 change: 1 addition & 0 deletions requirements-resolver.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r requirements.txt
pandas>=2.0.3
psycopg2>=2.9.10
pyjpt>=0.1.31

0 comments on commit 76c3067

Please sign in to comment.