Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolf_ros_imu
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_imu
Merge requests
!5
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
82
Pipelines
0
Changes
9
Merged
Joan Vallvé Navarro
requested to merge
devel
into
main
3 years ago
Overview
0
Commits
82
Pipelines
0
Changes
9
Expand
0
0
Merge request reports
Compare
main
version 1
9a3a81ea
3 years ago
main (base)
and
latest version
latest version
c466e080
82 commits,
3 years ago
version 1
9a3a81ea
81 commits,
3 years ago
9 files
+
60
−
243
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
include/publisher_imu_bias.h
+
3
−
3
Options
@@ -37,12 +37,12 @@ class PublisherImuBias: public Publisher
{
std
::
string
map_frame_id_
;
ros
::
Publisher
pub_accel_
,
pub_gyro_
;
SensorImuPtr
sensor_imu_
;
SensorImu
Const
Ptr
sensor_imu_
;
public:
PublisherImuBias
(
const
std
::
string
&
_unique_name
,
const
ParamsServer
&
_server
,
const
ProblemPtr
_problem
);
const
ParamsServer
&
_server
,
Problem
Const
Ptr
_problem
);
WOLF_PUBLISHER_CREATE
(
PublisherImuBias
);
virtual
~
PublisherImuBias
(){};
Loading