#include <algorithm>
#include <ros/console.h>
#include <QListWidgetItem>
#include <QCheckBox>
#include <ui_selection_widget.h>
#include <choreo_gui/selection/selection_widget.h>
#include <choreo_msgs/ElementNumberRequest.h>
#include <choreo_msgs/VisualizeSelectedPath.h>
#include <choreo_msgs/QueryComputationRecord.h>
Go to the source code of this file.
static int getIntFromString |
( |
const std::string & |
str | ) |
|
|
static |
const std::string ELEMENT_NUMBER_REQUEST_SERVICE = "element_member_request" |
|
static |
const std::string QUERY_COMPUTATION_RESULT = "query_computation_result" |
|
static |
const std::string VISUALIZE_SELECTED_PATH = "visualize_select_path" |
|
static |