mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
14 lines
366 B
C++
14 lines
366 B
C++
#pragma once
|
|
|
|
#include <utils/icon.h>
|
|
|
|
namespace moveit_rviz_plugin { namespace icons {
|
|
|
|
extern const moveit_rviz_plugin::utils::Icon CONNECT;
|
|
extern const moveit_rviz_plugin::utils::Icon FORWARD;
|
|
extern const moveit_rviz_plugin::utils::Icon BACKWARD;
|
|
extern const moveit_rviz_plugin::utils::Icon BOTHWAY;
|
|
extern const moveit_rviz_plugin::utils::Icon GENERATE;
|
|
|
|
} }
|