Skip to content

Commit

Permalink
Merge pull request #196 from Tigul/pycram_bullet
Browse files Browse the repository at this point in the history
Pycram bullet
  • Loading branch information
Tigul authored Sep 9, 2024
2 parents e1bff10 + 7edce48 commit 19cd6b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements-setuptools.txt
gitpython>=3.1.37
pybullet~=3.2.5
pycram_bullet==3.2.8
rospkg~=1.4.0
roslibpy~=1.2.1
# rospy~=1.14.11
Expand Down
2 changes: 1 addition & 1 deletion src/pycram/costmaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from .datastructures.world import World
from .datastructures.dataclasses import AxisAlignedBoundingBox, BoxVisualShape, Color

import pybullet as p
import pycram_bullet as p


@dataclass
Expand Down
2 changes: 1 addition & 1 deletion src/pycram/worlds/bullet_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import time

import numpy as np
import pybullet as p
import pycram_bullet as p
import rosgraph
import rospy
from geometry_msgs.msg import Point
Expand Down

0 comments on commit 19cd6b2

Please sign in to comment.