-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'remote-euroc/develop' into develop
- Loading branch information
Showing
9 changed files
with
1,305 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. _mola-input-euroc-dataset: | ||
|
||
================================== | ||
Module: mola-input-euroc-dataset | ||
================================== | ||
|
||
Write me! | ||
|
||
|
||
.. index:: | ||
single: mola-input-euroc-dataset | ||
module: mola-input-euroc-dataset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
Language: Cpp | ||
BasedOnStyle: Google | ||
# --- | ||
#AccessModifierOffset: -4 | ||
AlignAfterOpenBracket: AlwaysBreak # Values: Align, DontAlign, AlwaysBreak | ||
AlignConsecutiveAssignments: true | ||
AlignConsecutiveDeclarations: true | ||
#AlignEscapedNewlinesLeft: true | ||
#AlignOperands: false | ||
AlignTrailingComments: false # Should be off, causes many dummy problems!! | ||
#AllowAllParametersOfDeclarationOnNextLine: true | ||
AllowShortBlocksOnASingleLine: true | ||
#AllowShortCaseLabelsOnASingleLine: false | ||
#AllowShortFunctionsOnASingleLine: Empty | ||
#AllowShortIfStatementsOnASingleLine: false | ||
#AllowShortLoopsOnASingleLine: false | ||
#AlwaysBreakAfterDefinitionReturnType: None | ||
#AlwaysBreakAfterReturnType: None | ||
#AlwaysBreakBeforeMultilineStrings: true | ||
#AlwaysBreakTemplateDeclarations: true | ||
#BinPackArguments: false | ||
#BinPackParameters: false | ||
#BraceWrapping: | ||
#AfterClass: false | ||
#AfterControlStatement: false | ||
#AfterEnum: false | ||
#AfterFunction: false | ||
#AfterNamespace: false | ||
#AfterObjCDeclaration: false | ||
#AfterStruct: false | ||
#AfterUnion: false | ||
#BeforeCatch: false | ||
#BeforeElse: true | ||
#IndentBraces: false | ||
#BreakBeforeBinaryOperators: None | ||
BreakBeforeBraces: Allman | ||
#BreakBeforeTernaryOperators: true | ||
#BreakConstructorInitializersBeforeComma: false | ||
ColumnLimit: 80 | ||
#CommentPragmas: '' | ||
#ConstructorInitializerAllOnOneLineOrOnePerLine: true | ||
#ConstructorInitializerIndentWidth: 4 | ||
#ContinuationIndentWidth: 4 | ||
#Cpp11BracedListStyle: true | ||
#DerivePointerAlignment: false | ||
#DisableFormat: false | ||
#ExperimentalAutoDetectBinPacking: false | ||
##FixNamespaceComments: true # Not applicable in 3.8 | ||
#ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ] | ||
#IncludeCategories: | ||
#- Regex: '.*' | ||
#Priority: 1 | ||
IndentCaseLabels: true | ||
IndentWidth: 4 | ||
IndentWrappedFunctionNames: true | ||
#KeepEmptyLinesAtTheStartOfBlocks: true | ||
#MacroBlockBegin: '' | ||
#MacroBlockEnd: '' | ||
MaxEmptyLinesToKeep: 1 | ||
NamespaceIndentation: None | ||
#PenaltyBreakBeforeFirstCallParameter: 19 | ||
#PenaltyBreakComment: 300 | ||
#PenaltyBreakFirstLessLess: 120 | ||
#PenaltyBreakString: 1000 | ||
#PenaltyExcessCharacter: 1000000 | ||
#PenaltyReturnTypeOnItsOwnLine: 200 | ||
DerivePointerAlignment: false | ||
#PointerAlignment: Left | ||
ReflowComments: true # Should be true, otherwise clang-format doesn't touch comments | ||
SortIncludes: true | ||
#SpaceAfterCStyleCast: false | ||
SpaceBeforeAssignmentOperators: true | ||
#SpaceBeforeParens: ControlStatements | ||
#SpaceInEmptyParentheses: false | ||
#SpacesBeforeTrailingComments: 2 | ||
#SpacesInAngles: false | ||
#SpacesInContainerLiterals: true | ||
#SpacesInCStyleCastParentheses: false | ||
#SpacesInParentheses: false | ||
#SpacesInSquareBrackets: false | ||
Standard: Cpp11 | ||
TabWidth: 4 | ||
UseTab: Never # Available options are Never, Always, ForIndentation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package mola_input_euroc_dataset | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.2.2 (2023-09-08) | ||
------------------ | ||
* Correct references to license | ||
* Contributors: Jose Luis Blanco-Claraco | ||
|
||
0.2.1 (2023-09-02) | ||
------------------ | ||
|
||
* Update to new colcon ROS2 build system | ||
* Contributors: Jose Luis Blanco-Claraco |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# ------------------------------------------------------------------------------ | ||
# A Modular Optimization framework for Localization and mApping | ||
# (MOLA) | ||
# | ||
# Copyright (C) 2018-2023, Jose Luis Blanco-Claraco, contributors (AUTHORS.md) | ||
# All rights reserved. | ||
# Released under GNU GPL v3. See LICENSE file | ||
# ------------------------------------------------------------------------------ | ||
|
||
# Minimum CMake vesion: limited by CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS | ||
cmake_minimum_required(VERSION 3.4) | ||
|
||
# Tell CMake we'll use C++ for use in its tests/flags | ||
project(mola_input_euroc_dataset LANGUAGES CXX) | ||
|
||
# MOLA CMake scripts: "mola_xxx()" | ||
find_package(mola_common REQUIRED) | ||
|
||
find_mola_package(mola_kernel) | ||
|
||
# find dependencies: | ||
find_package(mrpt-obs) | ||
find_package(mrpt-math) # for MRPT Eigen utilities | ||
|
||
# ----------------------- | ||
# define lib: | ||
file(GLOB_RECURSE LIB_SRCS src/*.cpp src/*.h) | ||
file(GLOB_RECURSE LIB_PUBLIC_HDRS include/*.h) | ||
|
||
mola_add_library( | ||
TARGET ${PROJECT_NAME} | ||
SOURCES ${LIB_SRCS} ${LIB_PUBLIC_HDRS} | ||
PRIVATE_LINK_LIBRARIES | ||
mola_kernel | ||
mrpt::obs | ||
mrpt::math | ||
CMAKE_DEPENDENCIES | ||
mola_kernel | ||
mrpt-obs | ||
mrpt-math | ||
) |
Oops, something went wrong.