-
Notifications
You must be signed in to change notification settings - Fork 8
Faster valve reaction #11
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The valve control loop could be better
Currently the GPS data goes to OG that calculate the error and send it to the controller.
The controller only have an error to correct until the next one arrive. the height data is already about 100-200ms old when it arrive.
New setup could be:
GPS data goes to the blade controller that reads the altitude before sending the data to OG (max 10hz)
OG send target height to the controller.
Meanwhile the controller adjust the valve output to each new GPS sentence entering. The valve control loop would be the GPS frequency (100 hz max)
This could take full advantage of a simpleRTK3B receiver.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request