Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Supplementary_data_slanted_castor_wheel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ziggy
Supplementary_data_slanted_castor_wheel
Commits
b8c5b089
Commit
b8c5b089
authored
10 months ago
by
Matto
Browse files
Options
Downloads
Patches
Plain Diff
Remove obsolete variable sets
parent
4d191485
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CastorModel/variables.m
+0
-89
0 additions, 89 deletions
CastorModel/variables.m
with
0 additions
and
89 deletions
CastorModel/variables.m
+
0
−
89
View file @
b8c5b089
...
...
@@ -125,95 +125,6 @@ switch castor_variable_set
L_ex
=
rand
()
*
20
/
100
;
L_ey
=
rand
()
*
5
/
100
;
L_df
=
rand
()
*
20
/
100
;
case
1
% fictional set
sigma
=
deg2rad
(
30
);
phi_x
=
deg2rad
(
40
);
phi_y
=
deg2rad
(
0
);
r_w
=
7
;
L_ex
=
10
;
L_ey
=
2
;
L_df
=
8
;
case
2
% fictional set
sigma
=
deg2rad
(
30
);
phi_x
=
deg2rad
(
0
);
phi_y
=
deg2rad
(
0
);
r_w
=
7
;
L_ex
=
10
;
L_ey
=
2
;
L_df
=
8
;
case
3
% fictional set
sigma
=
deg2rad
(
30
);
phi_x
=
deg2rad
(
60
);
phi_y
=
deg2rad
(
0
);
r_w
=
7
;
L_ex
=
10
;
L_ey
=
15
;
L_df
=
8
;
case
4
% fictional set
sigma
=
deg2rad
(
-
30
);
phi_x
=
deg2rad
(
40
);
phi_y
=
deg2rad
(
5
);
r_w
=
7
;
L_ex
=
5
;
L_ey
=
1
;
L_df
=
8
;
case
5
% Reality-based guess for feasible parameters with large sigma
sigma
=
deg2rad
(
40
);
phi_x
=
-
deg2rad
(
30
);
phi_y
=
deg2rad
(
0
);
r_w
=
0.1
;
L_ex
=
0.12
;
L_ey
=
0.03
;
L_df
=
0.10
;
case
6
% Same as 5 but for a regular upright castor wheel
sigma
=
deg2rad
(
0
);
phi_x
=
deg2rad
(
0
);
phi_y
=
deg2rad
(
0
);
r_w
=
0.1
;
L_ex
=
0.12
;
L_ey
=
0.00
;
L_df
=
0.10
;
case
7
% Same as 5 but for a regular upright castor wheel with nonzero L_ey
sigma
=
deg2rad
(
45
);
phi_x
=
deg2rad
(
0
);
phi_y
=
deg2rad
(
0
);
r_w
=
0.1
;
L_ex
=
0.12
;
L_ey
=
0.05
;
L_df
=
0.10
;
case
8
% Same as 5 but for a regular upright castor wheel with very small phi_x
sigma
=
deg2rad
(
0
);
phi_x
=
-
deg2rad
(
2
);
phi_y
=
deg2rad
(
0
);
r_w
=
0.1
;
L_ex
=
0.12
;
L_ey
=
0.0
;
L_df
=
0.10
;
case
9
% Same as 5 but for a regular upright castor wheel with very small phi_x
sigma
=
deg2rad
(
-
10
);
phi_x
=
-
deg2rad
(
10
);
phi_y
=
deg2rad
(
0
);
r_w
=
0.10
;
L_ex
=
0.12
;
L_ey
=
0.02
;
L_df
=
0.10
;
case
10
% Upright swivel axis with contact point coincident with l and D
sigma
=
deg2rad
(
-
10
);
phi_x
=
deg2rad
(
0
);
phi_y
=
deg2rad
(
0
);
r_w
=
0.10
;
L_ex
=
0.12
;
L_ey
=
r_w
*
tan
(
sigma
);
L_df
=
0.10
;
case
11
% smaller parameters and tiny cant angle
sigma
=
deg2rad
(
0
);
phi_x
=
-
deg2rad
(
-
5
);
phi_y
=
deg2rad
(
0
);
r_w
=
0.10
;
L_ex
=
0.12
;
L_ey
=
0.00
;
L_df
=
0.10
;
case
12
% SET 1: based on measurements of wheelchair in the lab
sigma
=
deg2rad
(
0
);
phi_x
=
deg2rad
(
0
);
...
...
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