|
rsLQR
0.1
|
Some basic utility function for working with json files. Uses the cJSON library. More...
Go to the source code of this file.
Functions | |
| LQRData * | ndlqr_ReadLQRDataJSONFile (const char *filename) |
| Read an LQRData structure from JSON data. More... | |
| LQRProblem * | ndlqr_ReadLQRProblemJSONFile (const char *filename) |
| Read and LQRProblem structure from JSON data. More... | |
| Matrix | ReadMatrixJSONFile (const char *filename, const char *name) |
| Read a Matrix from a JSON file. More... | |
Some basic utility function for working with json files. Uses the cJSON library.