You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://ase.vu.nl/docs/framework/glossary/roverlib">About the roverlib</a>
5
8
<br />
6
9
</div>
7
10
<br/>
8
11
12
+
**When building a service that runs on the Rover and should interface the ASE framework, you will most likely want to use a [roverlib](https://ase.vu.nl/docs/framework/glossary/roverlib). This is the variant for python.**
13
+
14
+
## Initialize a Go service
15
+
16
+
You can initialize a service with the Python roverlib using `roverctl` as follows:
17
+
18
+
```bash
19
+
roverctl service init python --name go-example-service --source github.com/author/example-service-service
20
+
```
21
+
22
+
Read more about using `roverctl` to initialize services [here](https://ase.vu.nl/docs/framework/Software/rover/roverctl/usage#initialize-a-service).
0 commit comments