Motion test. More...
#include <trgen.h>#include <trgenconstr.h>#include <stdio.h>
Defines | |
| #define | PASSED 0 |
| #define | FAILED -1 |
Functions | |
| int | test_constraints_work () |
| Constraints sould be double. | |
| int | test_create_trajectory () |
| Prepares a trajectory. | |
| int | test_append_trajectory () |
| Prepares a trajectory and appends it by another one. | |
| int | test_go_trajectory (double apt) |
| Prepares a trajectory and appends it by another one. | |
| int | main () |
Motion test.
Motion test: simple test of basic functions for trajectory generation.
Copyright: (c) 2009 CTU Dragons CTU FEE - Department of Control Engineering License: GNU GPL v.2
| #define FAILED -1 |
| #define PASSED 0 |
| int main | ( | void | ) |

| int test_append_trajectory | ( | ) |
Prepares a trajectory and appends it by another one.


| int test_constraints_work | ( | ) |
Constraints sould be double.

| int test_create_trajectory | ( | ) |
Prepares a trajectory.


| int test_go_trajectory | ( | double | apt | ) |
Prepares a trajectory and appends it by another one.


1.7.1