![]() |
CAN Transmit Error and standard output
I have created a function that calculates the I part of PID and then outputs the data to the console to create a graph and analyze different constants (Ki). This is a side project while we wait on build to finish what they are working on. The integral function works, but when I add it to our Sample Robot, it fails for multiple reasons: I get the error below when running the test code, and The output does not go to the console unless I go into teleop mode.
Why is the output delayed and why did this error occur? Any easier ways to output data? File I/O does not work. I have tried using cout and printf, and both have this problem. Usually cout works better Quote:
Code:
double integral(double angle, double x) |
| All times are GMT -5. The time now is 10:17 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi