Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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_lib
wolf
Merge requests
!388
Resolve "Simplifying delta covariance in ProcessorOdom2/3D"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Simplifying delta covariance in ProcessorOdom2/3D"
326-simplifying-delta-covariance-in-processorodom2-3d
into
devel
Overview
1
Commits
2
Pipelines
4
Changes
7
Merged
Mederic Fourmy
requested to merge
326-simplifying-delta-covariance-in-processorodom2-3d
into
devel
4 years ago
Overview
1
Commits
2
Pipelines
4
Changes
7
Expand
Closes
#326 (closed)
Edited
4 years ago
by
Joan Solà Ortega
0
0
Merge request reports
Compare
devel
devel (base)
and
latest version
latest version
384ed4f5
2 commits,
4 years ago
7 files
+
70
−
36
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
include/core/processor/processor_odom_3d.h
+
0
−
7
Options
@@ -114,13 +114,6 @@ class ProcessorOdom3d : public ProcessorMotion
protected:
ParamsProcessorOdom3dPtr
params_odom_3d_
;
// noise parameters (stolen from owner SensorOdom3d)
double
k_disp_to_disp_
;
// displacement variance growth per meter of linear motion
double
k_disp_to_rot_
;
// orientation variance growth per meter of linear motion
double
k_rot_to_rot_
;
// orientation variance growth per radian of rotational motion
double
min_disp_var_
;
// floor displacement variance when no motion
double
min_rot_var_
;
// floor orientation variance when no motion
};
inline
Eigen
::
VectorXd
ProcessorOdom3d
::
deltaZero
()
const
Loading