Typo in movement_client.py of Example 4.6

There is a typo in movement_client.py of Example 4.6.

# import the MyCustomServiceMessage module from custom_interfaces_service interface
from custom_interfaces_service.srv import MyCustomServiceMessage

should be

# import the MyCustomServiceMessage module from custom_interfaces_service interface
from custom_interfaces.srv import MyCustomServiceMessage
1 Like

Thank you, the notebook has been updated.

This topic was automatically closed after 21 hours. New replies are no longer allowed.