ROSBasicsIn5Ds - Services Quiz import std_srvs.srv

import rospy
from std_srvs.srv import Empty, EmptyResponse # you import the service message python classes generated from Empty.srv.
from services_quiz.srv import BB8CustomServiceMessage, BB8CustomServiceMessageResponse
from geometry_msgs.msg import Twist
import time

hi, in reality, the BB8CustomServiceMessage service file we created is used
“from std_srvs.srv import Empty, EmptyResponse”
I couldn’t understand why the service on this line was transferred

Hi @huseyin.biyik79,
Where in the course does it say this? I cannot find it.

in the service quiz answer description

Do you have a link? I can’t find it

@huseyin.biyik79

Welcome to the Community!

Thanks for letting us. Please don’t worry too much about it; sometimes you import something and you end up not using it. Delete any such thing you find unnecessary.

Also, if you could just point us to where we have this, we will correct it in the next update.

Thanks again.