moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <memory>
#include <chrono>
#include <thread>
#include <atomic>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <moveit/planning_scene_monitor/trajectory_monitor.h>
#include <moveit/planning_scene_monitor/current_state_monitor.h>
#include <moveit/utils/robot_model_test_utils.h>
#include <rclcpp/rclcpp.hpp>
#include <tf2_ros/buffer.h>
Go to the source code of this file.
Classes | |
struct | MockTrajectoryMonitorMiddlewareHandle |
struct | MockCurrentStateMonitorMiddlewareHandle |
Functions | |
void | waitFor (std::chrono::seconds timeout, const std::function< bool()> &done) |
TEST (TrajectoryMonitorTests, SleepAtLeastOnce) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 113 of file trajectory_monitor_tests.cpp.
TEST | ( | TrajectoryMonitorTests | , |
SleepAtLeastOnce | |||
) |
Definition at line 86 of file trajectory_monitor_tests.cpp.
void waitFor | ( | std::chrono::seconds | timeout, |
const std::function< bool()> & | done | ||
) |
Definition at line 73 of file trajectory_monitor_tests.cpp.