Skip to content

Commit

Permalink
[tmc external] fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sunava committed Aug 19, 2024
1 parent 7d0fb97 commit 3dc1f8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pycram/external_interfaces/tmc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import rospy
from .designators.motion_designator import MoveGripperMotion, TalkingMotion

is_init = False

Expand Down Expand Up @@ -39,7 +40,7 @@ def tmc_gripper_control(designator: MoveGripperMotion, topic_name: Optional[str]
pub_gripper.publish(msg)


def tmc_talk(designator: TalkMotion, topic_name: Optional[str] = '/talk_request'):
def tmc_talk(designator: TalkingMotion, topic_name: Optional[str] = '/talk_request'):
"""
Publishes a sentence to the talk_request topic of the HSRB robot
Expand Down

0 comments on commit 3dc1f8e

Please sign in to comment.