Skip to content

Commit ae3d0c9

Browse files
JanNiklasFeldtexhnolyze
authored andcommitted
New Formating
1 parent 154ccc9 commit ae3d0c9

File tree

2 files changed

+2
-2
lines changed
  • .github/workflows
  • bitbots_navigation/bitbots_localization/include/bitbots_localization

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
container:
11-
image: ubuntu:jammy
11+
image: ubuntu:noble
1212

1313
steps:
1414
- name: Cancel outdated jobs

Diff for: bitbots_navigation/bitbots_localization/include/bitbots_localization/Resampling.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ void ImportanceResamplingWE<StateType>::resample(const ParticleList &sourceList,
9797
// template <class StateType>
9898
// void ParticleFilter<StateType>::drawAllFromDistribution(const
9999
// std::shared_ptr<StateDistribution<StateType>>& distribution) {
100-
}; // namespace bitbots_localization
100+
}; // namespace bitbots_localization
101101
#endif // IMPORTANCERESAMPLINGWE_H

0 commit comments

Comments
 (0)