We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c990b commit ca38d11Copy full SHA for ca38d11
core/include/moveit/task_constructor/storage.h
@@ -129,6 +129,7 @@ class InterfaceState
129
/// copy an existing InterfaceState, but not including incoming/outgoing trajectories
130
InterfaceState(const InterfaceState& other);
131
InterfaceState(InterfaceState&& other) = default;
132
+ InterfaceState& operator=(const InterfaceState& other) = default;
133
134
inline const planning_scene::PlanningSceneConstPtr& scene() const { return scene_; }
135
inline const Solutions& incomingTrajectories() const { return incoming_trajectories_; }
0 commit comments