Example 6.7 of Unit 6 ROS Basics in 5 days

In example 6.7, I’m unable to import EmptyResponse in the script
This is the line of code that I have a problem with,
from std_srvs.srv import Empty, EmptyResponse # you import the service message python classes generated from Empty.srv.

Hi @Irfan45, welcome to the community!

Have you tried to actually run the script? Sometimes pylint says it can’t find it when in fact it can. Other than that, just verify your file and directory names.