Hello!
I'm just starting in kRPC and I'm having trouble with a script for a first career launch. The problematic part is deploying my parachute. I want to deploy the chute when the ship stops going up, so I set up a stream to check the vertical velocity of the ship, and then when that stream value goes below 0, it will activate the chutes. However, the stream I've set up consistently returns a value of 0 no matter what I've tried. In debugging I've changed it to the more general speed stream, but this too returns 0 always. I checked if the problem was an outdated KSP version, which it is not, and I wanted to check if the problem was me but the documentation is down right now.
Here are images of my code and it's output, as well as a list of my addons if it makes a difference.