#include <QHBoxLayout>
#include <QMessageBox>
#include <QProgressDialog>
#include <QString>
#include <QFont>
#include <QApplication>
#include "default_collisions_widget.h"
#include <boost/unordered_map.hpp>
#include <boost/assign.hpp>
#include <ros/console.h>
Go to the source code of this file.
Classes | |
class | moveit_setup_assistant::CheckboxSortWidgetItem |
Subclass QTableWidgetItem for checkboxes to allow custom sorting by implementing the < operator. More... | |
Namespaces | |
namespace | moveit_setup_assistant |
Variables | |
const boost::unordered_map < moveit_setup_assistant::DisabledReason, const char * > | moveit_setup_assistant::longReasonsToString |
Boost mapping of reasons for disabling a link pair to strings. |