Skip to content

Commit

Permalink
Add data stream section to Controller service
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermedemouraa committed Nov 3, 2023
1 parent 8f0e553 commit cc48b78
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docs/concepts/controller_service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ an `EventClient` of the controller service.
- `/follow_track`: Instruct the Amiga to commence following the previously set track.
- `/stop`: Instruct the Amiga to halt all movements immediately.

# Data Streams

- `/state`: The Controller state is a combination of information from the various tasks
performed by the Controller.
It cannot be defined by a single protobuf definition, but instead, a combination of them.
Check the protobuf definitions for the Controller service for more details:
[control_pb2.](https://github.com/farm-ng/farm-ng-amiga/blob/main-v2/protos/farm_ng/control/control.proto)

## The Controller in practice

Before the controller can drive the Amiga autonomously, users must set a predefined track
Expand Down

0 comments on commit cc48b78

Please sign in to comment.