Skip to content
Snippets Groups Projects
Commit 67a442c3 authored by cont-integration's avatar cont-integration
Browse files

[skip ci] license headers added or modified

parent 6ec6247c
No related branches found
No related tags found
No related merge requests found
Pipeline #20669 skipped
...@@ -64,4 +64,4 @@ class ScanSegment : public PointSet ...@@ -64,4 +64,4 @@ class ScanSegment : public PointSet
//print //print
void print() const override; void print() const override;
}; };
}//namespace }//namespace
\ No newline at end of file
...@@ -41,4 +41,4 @@ struct SceneBase ...@@ -41,4 +41,4 @@ struct SceneBase
}; };
typedef std::shared_ptr<SceneBase> sceneBasePtr; typedef std::shared_ptr<SceneBase> sceneBasePtr;
} /* namespace laserscanutils */ } /* namespace laserscanutils */
\ No newline at end of file
...@@ -51,4 +51,4 @@ template <typename D> struct SceneFalko : public SceneFalkoBase ...@@ -51,4 +51,4 @@ template <typename D> struct SceneFalko : public SceneFalkoBase
std::vector<double> angle_rotation_; std::vector<double> angle_rotation_;
}; };
} /* namespace laserscanutils */ } /* namespace laserscanutils */
\ No newline at end of file
...@@ -48,4 +48,4 @@ struct SceneFalkoBase : public SceneBase ...@@ -48,4 +48,4 @@ struct SceneFalkoBase : public SceneBase
std::vector<falkolib::FALKO> keypoints_list_rotated_reverse_; std::vector<falkolib::FALKO> keypoints_list_rotated_reverse_;
}; };
} /* namespace laserscanutils */ } /* namespace laserscanutils */
\ No newline at end of file
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment