I am very confused. What is the purpose of this package ?
- Create a new package named **
services_quiz_srv
In previous examples we created package called “custom interfaces”, so is the package “services_quiz_srv” supposed to function as the “custom Interfaces” package does? If that is the request, then I know what to do. But, if not please try to explain the request in more detail.
The following I understand
-
- Create another package named
services_quiz. You will put the Python scripts that contain the Service Server and Client in this package, and also the launch files to start them.
- Create another package named
Is this understanding correct - The client pkg will require keyboard entry of Direction, speed, and time. That will pass to the Service Server using the /turn custom code using string of data.