Skip to content

Commit e26be1d

Browse files
committed
Update recorder_ui.py
1 parent 1eee994 commit e26be1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coffee_ws/src/motion_recorder/motion_recorder/recorder_ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from std_srvs.srv import Trigger, SetBool
2121

2222
# Import custom service types
23-
from motion_recorder_msgs.srv import SaveMotion, LoadMotion, ListMotions
23+
from coffee_head_motion_recorder_msgs.srv import SaveMotion, LoadMotion, ListMotions
2424

2525
from PyQt5.QtWidgets import (
2626
QApplication, QMainWindow, QWidget, QVBoxLayout, QHBoxLayout,

0 commit comments

Comments
 (0)