moveit2
The MoveIt Motion Planning Framework for ROS 2.
Loading...
Searching...
No Matches
evaluate_collision_checking_speed.cpp File Reference
#include <chrono>
#include <moveit/planning_scene_monitor/planning_scene_monitor.hpp>
#include <boost/program_options/parsers.hpp>
#include <boost/program_options/variables_map.hpp>
#include <thread>
#include <moveit/utils/logger.hpp>
Include dependency graph for evaluate_collision_checking_speed.cpp:

Go to the source code of this file.

Functions

void runCollisionDetection (unsigned int id, unsigned int trials, const planning_scene::PlanningScene &scene, const moveit::core::RobotState &state)
int main (int argc, char **argv)

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 73 of file evaluate_collision_checking_speed.cpp.

Here is the call graph for this function:

◆ runCollisionDetection()

void runCollisionDetection ( unsigned int id,
unsigned int trials,
const planning_scene::PlanningScene & scene,
const moveit::core::RobotState & state )

Definition at line 56 of file evaluate_collision_checking_speed.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: