moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Go to the source code of this file.
Macros | |
#define | EPSILON 1.0e-10 |
Functions | |
TEST (ATrapTest, Test_SetProfile1) | |
TEST (ATrapTest, Test_SetProfile2) | |
TEST (ATrapTest, Test_SetProfile3) | |
TEST (ATrapTest, Test_SetProfile4) | |
TEST (ATrapTest, Test_SetProfileToLowDuration) | |
Test Description. | |
TEST (ATrapTest, Test_setProfileAllDurationsToLowDuration) | |
Define Profile with setProfileAllDurations with to low duration. | |
TEST (ATrapTest, Test_SetProfileZeroStartVelocity) | |
Define Profile with setProfileStartVelocity with zero velocity. | |
TEST (ATrapTest, Test_SetProfileDuration) | |
TEST (ATrapTest, Test_setProfileAllDurations1) | |
TEST (ATrapTest, Test_setProfileAllDurations2) | |
TEST (ATrapTest, Test_setProfileStartVelocity1) | |
TEST (ATrapTest, Test_setProfileStartVelocity2) | |
TEST (ATrapTest, Test_setProfileStartVelocity3) | |
TEST (ATrapTest, Test_setProfileStartVelocity4) | |
TEST (ATrapTest, Test_setProfileStartVelocity5) | |
TEST (ATrapTest, Test_setProfileStartVelocity6) | |
TEST (ATrapTest, Test_Clone) | |
Check that the clone function returns a equal profile. | |
int | main (int argc, char **argv) |
#define EPSILON 1.0e-10 |
Definition at line 40 of file unittest_velocity_profile_atrap.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 627 of file unittest_velocity_profile_atrap.cpp.
TEST | ( | ATrapTest | , |
Test_Clone | |||
) |
Check that the clone function returns a equal profile.
Note: Definitions other than setProfileAllDurations could fail due to numeric noise
Definition at line 616 of file unittest_velocity_profile_atrap.cpp.
TEST | ( | ATrapTest | , |
Test_SetProfile1 | |||
) |
Definition at line 42 of file unittest_velocity_profile_atrap.cpp.
TEST | ( | ATrapTest | , |
Test_SetProfile2 | |||
) |
Definition at line 89 of file unittest_velocity_profile_atrap.cpp.
TEST | ( | ATrapTest | , |
Test_SetProfile3 | |||
) |
Definition at line 128 of file unittest_velocity_profile_atrap.cpp.
TEST | ( | ATrapTest | , |
Test_SetProfile4 | |||
) |
Definition at line 163 of file unittest_velocity_profile_atrap.cpp.
TEST | ( | ATrapTest | , |
Test_setProfileAllDurations1 | |||
) |
Definition at line 308 of file unittest_velocity_profile_atrap.cpp.
TEST | ( | ATrapTest | , |
Test_setProfileAllDurations2 | |||
) |
Definition at line 355 of file unittest_velocity_profile_atrap.cpp.
TEST | ( | ATrapTest | , |
Test_setProfileAllDurationsToLowDuration | |||
) |
Define Profile with setProfileAllDurations with to low duration.
Test Sequence:
Expected Results: 1.
Definition at line 223 of file unittest_velocity_profile_atrap.cpp.
TEST | ( | ATrapTest | , |
Test_SetProfileDuration | |||
) |
Definition at line 261 of file unittest_velocity_profile_atrap.cpp.
TEST | ( | ATrapTest | , |
Test_setProfileStartVelocity1 | |||
) |
Definition at line 368 of file unittest_velocity_profile_atrap.cpp.
TEST | ( | ATrapTest | , |
Test_setProfileStartVelocity2 | |||
) |
Definition at line 405 of file unittest_velocity_profile_atrap.cpp.
TEST | ( | ATrapTest | , |
Test_setProfileStartVelocity3 | |||
) |
Definition at line 454 of file unittest_velocity_profile_atrap.cpp.
TEST | ( | ATrapTest | , |
Test_setProfileStartVelocity4 | |||
) |
Definition at line 495 of file unittest_velocity_profile_atrap.cpp.
TEST | ( | ATrapTest | , |
Test_setProfileStartVelocity5 | |||
) |
Definition at line 536 of file unittest_velocity_profile_atrap.cpp.
TEST | ( | ATrapTest | , |
Test_setProfileStartVelocity6 | |||
) |
Definition at line 581 of file unittest_velocity_profile_atrap.cpp.
TEST | ( | ATrapTest | , |
Test_SetProfileToLowDuration | |||
) |
Test Description.
Test Sequence:
Expected Results:
Definition at line 196 of file unittest_velocity_profile_atrap.cpp.
TEST | ( | ATrapTest | , |
Test_SetProfileZeroStartVelocity | |||
) |
Define Profile with setProfileStartVelocity with zero velocity.
Test Sequence:
Expected Results: 1.
Definition at line 249 of file unittest_velocity_profile_atrap.cpp.