#include <moveit/warehouse/planning_scene_storage.h>
#include <moveit/warehouse/constraints_storage.h>
#include <moveit/warehouse/state_storage.h>
#include <warehouse_ros/database_loader.h>
#include <boost/program_options/cmdline.hpp>
#include <boost/program_options/options_description.hpp>
#include <boost/program_options/parsers.hpp>
#include <boost/program_options/variables_map.hpp>
#include <ros/ros.h>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ CONSTRAINTS_TOPIC
const std::string CONSTRAINTS_TOPIC = "constraints" |
|
static |
◆ PLANNING_REQUEST_TOPIC
const std::string PLANNING_REQUEST_TOPIC = "motion_plan_request" |
|
static |
◆ PLANNING_RESULTS_TOPIC
const std::string PLANNING_RESULTS_TOPIC = "motion_plan_results" |
|
static |
◆ PLANNING_SCENE_TOPIC
const std::string PLANNING_SCENE_TOPIC = "planning_scene" |
|
static |
◆ STATES_TOPIC
const std::string STATES_TOPIC = "robot_states" |
|
static |