Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add github workflow for cppcheck #13

Open
wants to merge 62 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
2d2b862
understand gaussian with python
Nov 22, 2022
d91dd03
implement python for unscented transform
Nov 27, 2022
223fbca
refactoring and implement unscented transform class
Nov 28, 2022
baf53d7
updated unscented transformation python
Nov 29, 2022
5a16ad4
add ukf
Dec 4, 2022
3d1b9ae
add ukf images
Dec 4, 2022
5f59039
optimize unscented transformation cpp code
Dec 6, 2022
17adb8d
update readme file
Dec 6, 2022
5686611
refactor unscented transform class
Dec 7, 2022
0765333
adding test in ukf python example
Dec 9, 2022
9357dc4
cpp implementation of ukf with example
Dec 9, 2022
ad59ab8
Create LICENSE.md
Al-khwarizmi-780 Dec 10, 2022
89535bf
Merge pull request #1 from MYCodingCorner/add-license-1
Al-khwarizmi-780 Dec 10, 2022
97b0a50
LICENSE CHANGED TO GPL-L3
Dec 10, 2022
3ef02a5
updating license to GPL-3.0
Dec 10, 2022
5f69b2b
update readme
Dec 10, 2022
07d6cce
updating readme again
Dec 10, 2022
e42f235
adding more doxygen comments
Dec 10, 2022
14c6474
python implement of sr-ukf
Dec 19, 2022
3eaa1c6
optimize kalman gain in sr-ukf using least squares
Dec 20, 2022
3182145
implement least square solving example
Dec 20, 2022
d8a0c85
Update README.md
Al-khwarizmi-780 Dec 21, 2022
d153dd3
Update README.md
Al-khwarizmi-780 Dec 21, 2022
5039093
Update README.md
Al-khwarizmi-780 Dec 21, 2022
affcb78
implement square-root ukf in C++
Dec 22, 2022
8ce1e4e
reduce template arg in sqare-root ukf
Dec 22, 2022
aa2c9d8
remove unused CMakeLists.txt
Dec 25, 2022
b93aa1c
option to install the library via cmake
Dec 25, 2022
ca4f512
adding bootstrap batch file
Dec 25, 2022
021e22c
updated readme for bootstrap script
Dec 25, 2022
ee02495
Update README.md
Al-khwarizmi-780 Dec 27, 2022
95c5a63
Update README.md
Al-khwarizmi-780 Dec 27, 2022
3c3a160
refactoring namespaces and methods name
Dec 27, 2022
c1c5e5d
Update README.md
Al-khwarizmi-780 Jan 22, 2023
2aac559
change copyright name and remove double underscores
May 26, 2023
05727ef
add ukf projectile example
Jun 4, 2023
84900f9
refactoring and fix linux build
Mar 7, 2024
b2a0923
fix bug in upper trianguler view
Mar 7, 2024
dde2cd4
changing capitalization of folder examples
Mar 8, 2024
0769da4
removing unexisting files from cmake
Mar 8, 2024
c2809da
adding google tests
Mar 9, 2024
dab3f4a
fix for VS Runtime Library compilation
Mar 9, 2024
5791e08
fix test issue in linux
Mar 9, 2024
67a1483
update bootstrap file
Mar 9, 2024
4accf0d
Merge pull request #4 from Al-khwarizmi-780/feature/refactoring
Al-khwarizmi-780 Mar 9, 2024
df3f221
Folders reorg (#6)
Al-khwarizmi-780 Apr 12, 2024
22f88dc
Feature/update readme (#8)
Al-khwarizmi-780 Apr 12, 2024
964143e
Create cmake-single-platform.yml (#10)
Al-khwarizmi-780 Apr 28, 2024
2a5568f
implement classes for motion models (#9)
Al-khwarizmi-780 Apr 28, 2024
3aa4627
Feature/clang format 2 (#12)
Al-khwarizmi-780 Apr 28, 2024
f0f7e0e
add github workflow for cppcheck
Al-khwarizmi-780 May 2, 2024
190f920
adding some parameters
Al-khwarizmi-780 May 2, 2024
bbe1733
add execlusion
Al-khwarizmi-780 May 2, 2024
0be3dcc
fix
Al-khwarizmi-780 May 2, 2024
a6cc9a6
Update cppcheck.yml
Al-khwarizmi-780 May 2, 2024
b0d548f
change workflow for cppcheck
Al-khwarizmi-780 May 4, 2024
1255e79
exclude third_party folder from cppcheck
Al-khwarizmi-780 May 4, 2024
753246a
fix directory
Al-khwarizmi-780 May 4, 2024
0c677bb
possible fix for the cppcheck suppression
Al-khwarizmi-780 May 4, 2024
dd2df86
fix cppcheck command
Al-khwarizmi-780 May 4, 2024
84a59d5
change path in cppcheck command
Al-khwarizmi-780 May 4, 2024
df66360
trial
Al-khwarizmi-780 May 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused CMakeLists.txt
  • Loading branch information
Mohanad Youssef committed Dec 25, 2022
commit aa2c9d876072752ea20d7e06d2b53ffef73ecb04
Empty file removed CMakeLists.txt
Empty file.