Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gnss_utils
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
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
labrobotica
algorithms
gnss_utils
Merge requests
!4
Resolve "Enable Standard Point Positioning (SPP) computation"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Enable Standard Point Positioning (SPP) computation"
2-enable-standard-point-positioning-spp-computation
into
devel
Overview
0
Commits
12
Pipelines
0
Changes
4
Merged
Pep Martí Saumell
requested to merge
2-enable-standard-point-positioning-spp-computation
into
devel
5 years ago
Overview
0
Commits
12
Pipelines
0
Changes
4
Expand
Closes
#2 (closed)
0
0
Merge request reports
Viewing commit
b3a11fad
Prev
Next
Show latest version
4 files
+
21
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
b3a11fad
Review of the code style
· b3a11fad
Pep Martí Saumell
authored
5 years ago
Assign output variable of getPos
include/gnss_utils/navigation.h
+
1
−
1
Options
@@ -129,7 +129,7 @@ namespace GNSSUtils
private:
// rtklib-like attribute to represent the different navigation msgs for a given epoch
nav_t
_
nav
;
nav_t
nav
_
;
// Private methods
Loading