|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <gtest/gtest.h>#include <rclcpp/rclcpp.hpp>#include <pilz_industrial_motion_planner/cartesian_limit.h>#include <pilz_industrial_motion_planner/cartesian_limits_aggregator.h>
Go to the source code of this file.
Classes | |
| class | CartesianLimitsAggregator |
| Unittest of the CartesianLimitsAggregator class. More... | |
Functions | |
| TEST_F (CartesianLimitsAggregator, OnlyVelocity) | |
| Check if only velocity is set. More... | |
| TEST_F (CartesianLimitsAggregator, AllValues) | |
| Check if all values are set correctly. More... | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 89 of file unittest_cartesian_limits_aggregator.cpp.
| TEST_F | ( | CartesianLimitsAggregator | , |
| AllValues | |||
| ) |
Check if all values are set correctly.
Definition at line 72 of file unittest_cartesian_limits_aggregator.cpp.

| TEST_F | ( | CartesianLimitsAggregator | , |
| OnlyVelocity | |||
| ) |
Check if only velocity is set.
Definition at line 58 of file unittest_cartesian_limits_aggregator.cpp.
