Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
laser
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
laser
Merge requests
!42
devel->main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
devel->main
devel
into
main
Overview
0
Commits
25
Pipelines
0
Changes
18
Merged
Joan Vallvé Navarro
requested to merge
devel
into
main
2 years ago
Overview
0
Commits
25
Pipelines
0
Changes
18
Expand
0
0
Merge request reports
Compare
main
version 1
afd2bae6
2 years ago
main (base)
and
latest version
latest version
1ba7d30c
25 commits,
2 years ago
version 1
afd2bae6
24 commits,
2 years ago
18 files
+
215
−
118
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
Search (e.g. *.vue) (Ctrl+P)
demos/demo_2_lasers_offline.cpp
+
2
−
2
Options
@@ -31,8 +31,8 @@
#include
<queue>
// Eigen includes
#include
<
eigen3/
Eigen/Dense>
#include
<
eigen3/
Eigen/Geometry>
#include
<Eigen/Dense>
#include
<Eigen/Geometry>
//Ceres includes
#include
"glog/logging.h"
Loading