Reflect changes of the robot_tools package

This commit is contained in:
Michel Breyer
2021-04-27 16:28:39 +02:00
parent bed1965643
commit 1b804a785f
4 changed files with 9 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
import pybullet as p
from robot_tools.btsim import *
from robot_tools.spatial import Rotation, Transform
from robot_utils.btsim import *
from robot_utils.spatial import Rotation, Transform
class BtPandaEnv(BtBaseEnv):