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

@@ -12,8 +12,8 @@ from geometry_msgs.msg import Pose
from sensor_msgs.msg import JointState, Image
import std_srvs.srv
from robot_tools.controllers import CartesianPoseController
from robot_tools.ros import *
from robot_utils.controllers import CartesianPoseController
from robot_utils.ros.conversions import *
from simulation import BtPandaEnv