Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
filter_bay
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
RoboGuide
filter_bay
Commits
0411f153
Commit
0411f153
authored
6 years ago
by
Tim Übelhör
Browse files
Options
Downloads
Patches
Plain Diff
fixed cmake, update conan version
parent
4b6ce6a6
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+0
-1
0 additions, 1 deletion
CMakeLists.txt
conanfile.py
+1
-1
1 addition, 1 deletion
conanfile.py
package.xml
+1
-1
1 addition, 1 deletion
package.xml
with
2 additions
and
3 deletions
CMakeLists.txt
+
0
−
1
View file @
0411f153
...
...
@@ -33,7 +33,6 @@ target_include_directories(filter_bay INTERFACE
target_sources
(
filter_bay INTERFACE
$<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
/include/filter_bay/kalman_filter/kalman_filter.hpp
${
CMAKE_CURRENT_SOURCE_DIR
}
/include/filter_bay/model/depth_observation_model.hpp
${
CMAKE_CURRENT_SOURCE_DIR
}
/include/filter_bay/model/gaussian_observation_model.hpp
${
CMAKE_CURRENT_SOURCE_DIR
}
/include/filter_bay/model/linear_transition_model.hpp
${
CMAKE_CURRENT_SOURCE_DIR
}
/include/filter_bay/model/movement_state.hpp
...
...
This diff is collapsed.
Click to expand it.
conanfile.py
+
1
−
1
View file @
0411f153
...
...
@@ -3,7 +3,7 @@ from conans import ConanFile, CMake
class
FilterBayConan
(
ConanFile
):
name
=
"
filter_bay
"
version
=
"
0.
2
"
version
=
"
0.
3
"
license
=
"
MIT
"
url
=
"
https://git.rwth-aachen.de/robo_guide/filter_bay
"
description
=
(
"
A small filter library for BAYesian filtering.
"
)
...
...
This diff is collapsed.
Click to expand it.
package.xml
+
1
−
1
View file @
0411f153
<?xml version="1.0"?>
<package
format=
"2"
>
<name>
filter_bay
</name>
<version>
0.
1
.0
</version>
<version>
0.
3
.0
</version>
<description>
A small filter library for BAYesian filtering. It does not try to be an
"Eierlegende Wollmilchsau" as it accepts that the filter models are just
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment