Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolf_demo_uav_identification
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
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_ros
demos
wolf_demo_uav_identification
Commits
1837f6e4
Commit
1837f6e4
authored
1 year ago
by
Arnau Marzabal Gatell
Browse files
Options
Downloads
Patches
Plain Diff
mass and com estimation
parent
256d3481
No related branches found
No related tags found
1 merge request
!2
Draft: Resolve "real data"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
launch/mass_and_com_estimation.launch
+1
-1
1 addition, 1 deletion
launch/mass_and_com_estimation.launch
yaml/mass_and_com_estimation.yaml
+3
-2
3 additions, 2 deletions
yaml/mass_and_com_estimation.yaml
with
4 additions
and
3 deletions
launch/mass_and_com_estimation.launch
+
1
−
1
View file @
1837f6e4
...
...
@@ -12,7 +12,7 @@
<arg name="launch_pref" value="valgrind --tool=callgrind --callgrind-out-file='callgrind.wolf.%p'" if="$(arg profiling)" />
<arg name="launch_pref" value="gdb -ex run --args" if="$(arg gdb)" />
<arg name="bag" default="rosbag_borinot_real_
hover_V0_with_pose_nc
"/>
<arg name="bag" default="rosbag_borinot_real_
rpy_V3_ok
"/>
<!--VISUALIZATION-->
...
...
This diff is collapsed.
Click to expand it.
yaml/mass_and_com_estimation.yaml
+
3
−
2
View file @
1837f6e4
...
...
@@ -66,8 +66,9 @@ config:
# Dynamics
com
:
[
0.00
,
0.00
,
0.0
]
# center of mass [m]
inertia
:
[
0.0134943
,
0.0141622
,
0.0237319
]
# moments of inertia i_xx, i_yy, i_zz [kg m2]
mass
:
2
# mass [kg]
inertia
:
[
0.017
,
0.017
,
0.029
]
# moments of inertia i_xx, i_yy, i_zz [kg m2]
mass
:
2
bias
:
[
0
,
0
,
0
,
0
,
0
,
0
]
# mass [kg]
com_fix
:
false
inertia_fix
:
true
mass_fix
:
false
...
...
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