Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Mecanum Drive
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
Container 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robotlab
Mecanum Drive
Commits
7f797134
Commit
7f797134
authored
4 years ago
by
daviddudas
Browse files
Options
Downloads
Patches
Plain Diff
Fix odometry covariances
parent
b915bdcc
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
nodes/mecanum_drive_odometry
+13
-13
13 additions, 13 deletions
nodes/mecanum_drive_odometry
with
13 additions
and
13 deletions
nodes/mecanum_drive_odometry
+
13
−
13
View file @
7f797134
...
...
@@ -13,19 +13,19 @@ from math import sin, cos
from
mecanum_drive.pose
import
Pose
from
mecanum_drive
import
odometry
ODOM_POSE_COVARIANCE
=
[
1
e-3
,
0
,
0
,
0
,
0
,
0
,
0
,
1
e-3
,
0
,
0
,
0
,
0
,
0
,
0
,
1
e6
,
0
,
0
,
0
,
0
,
0
,
0
,
1e6
,
0
,
0
,
0
,
0
,
0
,
0
,
1e6
,
0
,
0
,
0
,
0
,
0
,
0
,
1
e3
]
ODOM_TWIST_COVARIANCE
=
[
1
e-3
,
0
,
0
,
0
,
0
,
0
,
0
,
1
e-3
,
0
,
0
,
0
,
0
,
0
,
0
,
1
e6
,
0
,
0
,
0
,
0
,
0
,
0
,
1e6
,
0
,
0
,
0
,
0
,
0
,
0
,
1e6
,
0
,
0
,
0
,
0
,
0
,
0
,
1
e3
]
ODOM_POSE_COVARIANCE
=
[
1
,
0
,
0
,
0
,
0
,
0
,
0
,
1
,
0
,
0
,
0
,
0
,
0
,
0
,
1
,
0
,
0
,
0
,
0
,
0
,
0
,
99999.0
,
0
,
0
,
0
,
0
,
0
,
0
,
99999.0
,
0
,
0
,
0
,
0
,
0
,
0
,
1
]
ODOM_TWIST_COVARIANCE
=
[
1
,
0
,
0
,
0
,
0
,
0
,
0
,
1
,
0
,
0
,
0
,
0
,
0
,
0
,
1
,
0
,
0
,
0
,
0
,
0
,
0
,
99999.0
,
0
,
0
,
0
,
0
,
0
,
0
,
99999.0
,
0
,
0
,
0
,
0
,
0
,
0
,
1
]
class
OdometryNode
:
...
...
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