Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.03 KB

File metadata and controls

24 lines (17 loc) · 1.03 KB

roverlib for python


When building a service that runs on the Rover and should interface the ASE framework, you will most likely want to use a roverlib. This is the variant for python.

Initialize a Python service

You can initialize a service with the Python roverlib using roverctl as follows:

roverctl service init python --name python-example-service --source github.com/author/example-service-service

Read more about using roverctl to initialize services here.