File tree 2 files changed +2
-2
lines changed
rai_s2s/rai_s2s/tts/agents
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
ROS2HRIMessage ,
31
31
TopicConfig ,
32
32
)
33
+ from rai_interfaces .msg ._hri_message import HRIMessage
33
34
from std_msgs .msg import String
34
35
from typing_extensions import Self
35
36
36
- from rai_interfaces .msg ._hri_message import HRIMessage
37
37
from rai_s2s .sound_device import (
38
38
SoundDeviceConfig ,
39
39
SoundDeviceConnector ,
Original file line number Diff line number Diff line change 31
31
PoseStamped ,
32
32
)
33
33
from rai .types .ros2 import from_ros2_msg , to_ros2_msg
34
+ from rai_interfaces .srv import ManipulatorMoveTo
34
35
from tf2_geometry_msgs import do_transform_pose , do_transform_pose_stamped
35
36
36
- from rai_interfaces .srv import ManipulatorMoveTo
37
37
from rai_sim .launch_manager import ROS2LaunchManager
38
38
from rai_sim .simulation_bridge import (
39
39
Entity ,
You can’t perform that action at this time.
0 commit comments