mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
Enable InterfaceState's copy operator
This commit is contained in:
parent
b2c990b675
commit
ca38d11303
@ -129,6 +129,7 @@ public:
|
||||
/// copy an existing InterfaceState, but not including incoming/outgoing trajectories
|
||||
InterfaceState(const InterfaceState& other);
|
||||
InterfaceState(InterfaceState&& other) = default;
|
||||
InterfaceState& operator=(const InterfaceState& other) = default;
|
||||
|
||||
inline const planning_scene::PlanningSceneConstPtr& scene() const { return scene_; }
|
||||
inline const Solutions& incomingTrajectories() const { return incoming_trajectories_; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user