Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bodydynamics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
plugins
bodydynamics
Commits
545a60ea
Commit
545a60ea
authored
2 years ago
by
Amanda Sanjuan Sánchez
Browse files
Options
Downloads
Patches
Plain Diff
New yaml for the simulation test
parent
bc85a469
No related branches found
No related tags found
2 merge requests
!31
devel->main
,
!30
Complete UAV identification setup
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/yaml/problem_force_torque_inertial_dynamics_simulation_test.yaml
+67
-0
67 additions, 0 deletions
...oblem_force_torque_inertial_dynamics_simulation_test.yaml
with
67 additions
and
0 deletions
test/yaml/problem_force_torque_inertial_dynamics_simulation_test.yaml
0 → 100644
+
67
−
0
View file @
545a60ea
config
:
problem
:
frame_structure
:
"
POVL"
dimension
:
3
prior
:
mode
:
"
factor"
$state
:
P
:
[
0
,
0
,
0
]
O
:
[
0
,
0
,
0
,
1
]
V
:
[
0
,
0
,
0
]
L
:
[
0
,
0
,
0
]
$sigma
:
P
:
[
0.31
,
0.31
,
0.31
]
O
:
[
0.31
,
0.31
,
0.31
]
V
:
[
100
,
100
,
100
]
L
:
[
100
,
100
,
100
]
time_tolerance
:
0.01
tree_manager
:
type
:
"
TreeManagerSlidingWindow"
plugin
:
"
core"
n_frames
:
1000
n_fix_first_frames
:
0
viral_remove_empty_parent
:
true
map
:
type
:
"
MapBase"
plugin
:
"
core"
sensors
:
-
name
:
"
sensor
FTI"
type
:
"
SensorForceTorqueInertial"
plugin
:
"
bodydynamics"
extrinsic
:
pose
:
[
0
,
0
,
0
,
0
,
0
,
0
,
1
]
# IMU
acc_noise_std
:
0.001
# std dev of acc noise in m/s2
gyro_noise_std
:
0.001
# std dev of gyro noise in rad/s
acc_drift_std
:
0.0001
# std dev of acc drift m/s2/sqrt(s)
gyro_drift_std
:
0.0001
# std dev of gyro drift rad/s/sqrt(s)
#FT
force_noise_std
:
0.001
# std dev of force noise in N
torque_noise_std
:
0.0001
# std dev of torque noise in N/m
# Dynamics
com
:
[
0
,
0
,
0.0341
]
# center of mass [m]
inertia
:
[
0.017598
,
0.017957
,
0.029599
]
# moments of inertia i_xx, i_yy, i_zz [kg m2]
mass
:
1.952
# mass [kg]
processors
:
-
name
:
"
proc
FTID"
type
:
"
ProcessorForceTorqueInertialDynamics"
sensor_name
:
"
sensor
FTI"
plugin
:
"
bodydynamics"
time_tolerance
:
0.01
apply_loss_function
:
false
unmeasured_perturbation_std
:
0.001
state_getter
:
true
state_priority
:
1
# n_propellers: 6
keyframe_vote
:
voting_active
:
true
max_time_span
:
0.0995
# De moment el que funciona millor és 1 s o 2s
max_buff_length
:
999
# motion deltas
dist_traveled
:
999
# meters
angle_turned
:
999
# radians (1 rad approx 57 deg, approx 60 deg)
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