mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
14 lines
249 B
C++
14 lines
249 B
C++
#pragma once
|
|
|
|
#include <moveit/macros/class_forward.hpp>
|
|
#include <rclcpp/rclcpp.hpp>
|
|
|
|
namespace moveit {
|
|
namespace core {
|
|
MOVEIT_CLASS_FORWARD(RobotModel);
|
|
}
|
|
} // namespace moveit
|
|
|
|
// get a hard-coded model
|
|
moveit::core::RobotModelPtr getModel();
|