|
Formula Student Autonomous Systems
The code for the main driverless system
|

Go to the source code of this file.
Functions | |
| int | generate_random_integer (const int a, const int b) |
| double | generate_random_double (const double a, const double b) |
| TEST (TransformGlobalToLocal, TestCase1) | |
| Trivial scenario of transformation from global to local coordinates with no landmarks and trivial state. | |
| TEST (TransformGlobalToLocal, TestCase2) | |
| Trivial scenario of transformation from global to local coordinates with no landmarks and non trivial state. | |
| TEST (TransformGlobalToLocal, TestCase3) | |
| test transformation from global to local coordinates with trivial state | |
| TEST (TransformGlobalToLocal, TestCase4) | |
| test transformation from global to local coordinates | |
| TEST (TransformLocalToGlobal, TestCase1) | |
| Trivial scenario of transformation from local to global coordinates with no landmarks and trivial state. | |
| TEST (TransformLocalToGlobal, TestCase2) | |
| Test with no landmarks and non trivial state. | |
| TEST (TransformLocalToGlobal, TestCase3) | |
| Test with trivial state and some landmarks. | |
| TEST (TransformLocalToGlobal, TestCase4) | |
| Test transformation from local to global coordinates. | |
| TEST (TransformGlobalANDLocal, TestCase1) | |
| Randomized scenario where coordinates are transformed from global to local and then back to global. | |
| TEST (TransformGlobalANDLocal, TestCase2) | |
| Randomized scenario where coordinates are transformed from local to global and then back to local. | |
| double generate_random_double | ( | const double | a, |
| const double | b | ||
| ) |
| int generate_random_integer | ( | const int | a, |
| const int | b | ||
| ) |
| TEST | ( | TransformGlobalANDLocal | , |
| TestCase1 | |||
| ) |
Randomized scenario where coordinates are transformed from global to local and then back to global.
Definition at line 151 of file transformations_test.cpp.

| TEST | ( | TransformGlobalANDLocal | , |
| TestCase2 | |||
| ) |
Randomized scenario where coordinates are transformed from local to global and then back to local.
Definition at line 180 of file transformations_test.cpp.

| TEST | ( | TransformGlobalToLocal | , |
| TestCase1 | |||
| ) |
Trivial scenario of transformation from global to local coordinates with no landmarks and trivial state.
Definition at line 28 of file transformations_test.cpp.

| TEST | ( | TransformGlobalToLocal | , |
| TestCase2 | |||
| ) |
Trivial scenario of transformation from global to local coordinates with no landmarks and non trivial state.
Definition at line 41 of file transformations_test.cpp.

| TEST | ( | TransformGlobalToLocal | , |
| TestCase3 | |||
| ) |
test transformation from global to local coordinates with trivial state
Definition at line 53 of file transformations_test.cpp.

| TEST | ( | TransformGlobalToLocal | , |
| TestCase4 | |||
| ) |
test transformation from global to local coordinates
Definition at line 70 of file transformations_test.cpp.

| TEST | ( | TransformLocalToGlobal | , |
| TestCase1 | |||
| ) |
Trivial scenario of transformation from local to global coordinates with no landmarks and trivial state.
Definition at line 90 of file transformations_test.cpp.

| TEST | ( | TransformLocalToGlobal | , |
| TestCase2 | |||
| ) |
Test with no landmarks and non trivial state.
Definition at line 102 of file transformations_test.cpp.

| TEST | ( | TransformLocalToGlobal | , |
| TestCase3 | |||
| ) |
Test with trivial state and some landmarks.
Definition at line 114 of file transformations_test.cpp.

| TEST | ( | TransformLocalToGlobal | , |
| TestCase4 | |||
| ) |
Test transformation from local to global coordinates.
Definition at line 131 of file transformations_test.cpp.
