Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolf_ros_gnss
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_ros
wolf_ros_gnss
Merge requests
!3
After cmake and const refactor
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
After cmake and const refactor
devel
into
main
Overview
0
Commits
101
Pipelines
0
Changes
11
Merged
Joan Vallvé Navarro
requested to merge
devel
into
main
3 years ago
Overview
0
Commits
101
Pipelines
0
Changes
11
Expand
0
0
Merge request reports
Compare
main
version 1
5865820b
3 years ago
main (base)
and
latest version
latest version
309a7bf8
101 commits,
3 years ago
version 1
5865820b
100 commits,
3 years ago
11 files
+
72
−
222
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
include/publisher_gnss_accuracy.h
+
2
−
2
Options
@@ -42,13 +42,13 @@ class PublisherGnssAccuracy: public Publisher
{
visualization_msgs
::
Marker
PL_marker_msg_
;
std_msgs
::
ColorRGBA
marker_color_
;
SensorBasePtr
sensor_
;
SensorBase
Const
Ptr
sensor_
;
double
k_H_
,
k_V_
;
public:
PublisherGnssAccuracy
(
const
std
::
string
&
_unique_name
,
const
ParamsServer
&
_server
,
const
ProblemPtr
_problem
);
Problem
Const
Ptr
_problem
);
WOLF_PUBLISHER_CREATE
(
PublisherGnssAccuracy
);
virtual
~
PublisherGnssAccuracy
(){};
Loading