#include <ros/ros.h>
#include <geometry_msgs/Twist.h>
#include <sensor_msgs/PointCloud2.h>
#include <algorithm>
#include <string>
#include <gtest/gtest.h>
#include <test_safety_limiter_base.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST_F (SafetyLimiterTest, SafetyLimitLinearSimpleSimulationWithMargin) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 91 of file test_safety_limiter2.cpp.
TEST_F | ( | SafetyLimiterTest | , |
SafetyLimitLinearSimpleSimulationWithMargin | |||
) |
Definition at line 41 of file test_safety_limiter2.cpp.