Skip to content

Commit 24b00d6

Browse files
authored
fixed import runtime error (#653)
1 parent c05c7b5 commit 24b00d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mission/joystick_interface_auv/joystick_interface_auv/joystick_interface_auv_node.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
from std_msgs.msg import Bool, String
88
from vortex_msgs.msg import ReferenceFilter
99
from vortex_utils.python_utils import PoseData
10-
from vortex_utils.qos_profiles import reliable_profile, sensor_data_profile
11-
from vortex_utils.ros_converter import pose_from_ros
10+
from vortex_utils_ros.qos_profiles import reliable_profile, sensor_data_profile
11+
from vortex_utils_ros.ros_converter import pose_from_ros
1212

1313
from joystick_interface_auv.joystick_utils import JoyStates, Wired, WirelessXboxSeriesX
1414

0 commit comments

Comments
 (0)