Skip to content

Commit f98c2c8

Browse files
Jaeyoung-Limmanumerous
authored andcommitted
Remove different models from the repo
This commit removes other models except for the quadrotor model from the repo
1 parent d981bf5 commit f98c2c8

29 files changed

+1
-7613
lines changed

.github/workflows/sysid_test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,3 @@ jobs:
3030
run: make estimate-model model=quadrotor_model
3131
- name: Run multirotor_model estimation for system level test using resource csv
3232
run: make estimate-model model=quadrotor_model log=resources/quadrotor_model.csv
33-
- name: Run standardplane_model estimation for system level test using resource ulog
34-
run: make estimate-model model=standardplane_model
35-
- name: Run quadplane_model estimation for system level test using resource ulog
36-
run: make estimate-model model=quadplane_model
37-
- name: Run quadplane_model estimation for system level test using resource csv
38-
run: make estimate-model model=quadplane_model log=resources/quadplane_model.csv

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,7 @@ make estimate-model [model=<modeltype>] [config=<config_file_path>] [data_select
8383
The chosen vehicle model class determines what physical effects are modelled and what parameterts need to be regressed in the system identification process.
8484
Current vehicle model choices are:
8585

86-
- multirotor_model (default config for quadrotor)
87-
88-
- quadplane_model
89-
90-
- delta_quadplane_model
86+
- quadrotor_model (default config for quadrotor)
9187

9288
#### Config File
9389

Tools/parametric_model/src/models/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@
88
from . import rotor_models
99
from . import model_plots
1010
from .dynamics_model import DynamicsModel
11-
from .quadplane_model import QuadPlaneModel
1211
from .multirotor_model import MultiRotorModel
1312
from . model_config import ModelConfig
14-
from .standardplane_model import StandardPlaneModel
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
from . import model_plots
2-
from . import quad_plane_model_plots
32
from . import linear_model_plots

Tools/parametric_model/src/models/model_plots/quad_plane_model_plots.py

Lines changed: 0 additions & 44 deletions
This file was deleted.

Tools/parametric_model/src/models/model_plots/tilt_wing_plots.py

Lines changed: 0 additions & 45 deletions
This file was deleted.

Tools/parametric_model/src/models/quadplane_model.py

Lines changed: 0 additions & 146 deletions
This file was deleted.

0 commit comments

Comments
 (0)