Skip to content

Commit 51bfc7f

Browse files
committed
Move the start/stop services into the oakd namespace
1 parent 060c836 commit 51bfc7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

turtlebot4_vision_tutorials/turtlebot4_vision_tutorials/pose_detection.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ def __init__(self):
145145

146146
self.start_camera_srv = self.create_service(
147147
Trigger,
148-
'start_camera',
148+
'oakd/start_camera',
149149
self.handle_start_camera
150150
)
151151

152152
self.stop_camera_srv = self.create_service(
153153
Trigger,
154-
'stop_camera',
154+
'oakd/stop_camera',
155155
self.handle_stop_camera
156156
)
157157

0 commit comments

Comments
 (0)