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
Commits
dfd7b3e2
Commit
dfd7b3e2
authored
6 years ago
by
Javier Laplaza Galindo
Browse files
Options
Downloads
Patches
Plain Diff
Added static function to get fix
parent
947f8856
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Resolve "Enable Standard Point Positioning (SPP) computation"
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Findgnss_utils.cmake
+1
-1
1 addition, 1 deletion
Findgnss_utils.cmake
src/CMakeLists.txt
+1
-1
1 addition, 1 deletion
src/CMakeLists.txt
src/getPos.cpp
+1
-1
1 addition, 1 deletion
src/getPos.cpp
with
3 additions
and
3 deletions
Findgnss_utils.cmake
+
1
−
1
View file @
dfd7b3e2
#edit the following line to add the librarie's header files
#edit the following line to add the librarie's header files
FIND_PATH
(
gnss_utils_INCLUDE_DIR
gnss_utils
.h /usr/include/iridrivers /usr/local/lib
)
FIND_PATH
(
gnss_utils_INCLUDE_DIR
observations.h navigation
.h /usr/include/iridrivers /usr/local/lib
)
FIND_LIBRARY
(
gnss_utils_LIBRARY
FIND_LIBRARY
(
gnss_utils_LIBRARY
NAMES gnss_utils
NAMES gnss_utils
...
...
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
1
−
1
View file @
dfd7b3e2
...
@@ -4,7 +4,7 @@ set(rtklib_src_dir ${rtklib_dir}/src)
...
@@ -4,7 +4,7 @@ set(rtklib_src_dir ${rtklib_dir}/src)
# driver source files
# driver source files
SET
(
sources
SET
(
sources
g
nss_util
s.cpp
g
etPo
s.cpp
observations.cpp
observations.cpp
navigation.cpp
)
navigation.cpp
)
...
...
This diff is collapsed.
Click to expand it.
src/getPos.cpp
+
1
−
1
View file @
dfd7b3e2
#include
"../include/g
nss_util
s.h"
#include
"../include/g
etPo
s.h"
using
namespace
GNSSUtils
;
using
namespace
GNSSUtils
;
...
...
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