Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
eskf_odometry_ros
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Angel Santamaria-Navarro
C
code
S
state_estimation
eskf_odometry
eskf_odometry_ros
Commits
7dd80272
Commit
7dd80272
authored
Jan 31, 2015
by
asctec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes from robot, to debug
parent
0e97cac5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
include/eskf_odom_alg_node.h
include/eskf_odom_alg_node.h
+1
-1
src/eskf_odom_alg_node.cpp
src/eskf_odom_alg_node.cpp
+2
-2
No files found.
include/eskf_odom_alg_node.h
View file @
7dd80272
...
...
@@ -50,7 +50,7 @@
using
namespace
std
;
using
namespace
Eigen
;
#define READ_FROM_FILE
//
#define READ_FROM_FILE
/**
* \brief IRI ROS Specific Algorithm Class
...
...
src/eskf_odom_alg_node.cpp
View file @
7dd80272
...
...
@@ -375,7 +375,7 @@ void EskfOdomAlgNode::mainNodeThread(void)
}
void
EskfOdomAlgNode
::
px4_of_callback
(
const
px_comm
::
OpticalFlow
::
ConstPtr
&
msg
)
{
ROS_
DEBUG
(
"EskfOdomAlgNode::px4_of_callback: New Message Received"
);
ROS_
INFO
(
"EskfOdomAlgNode::px4_of_callback: New Message Received"
);
// Get sensor values
this
->
px4_of_mutex_enter
();
...
...
@@ -425,7 +425,7 @@ void EskfOdomAlgNode::mainNodeThread(void)
}
void
EskfOdomAlgNode
::
imu_callback
(
const
sensor_msgs
::
Imu
::
ConstPtr
&
msg
)
{
ROS_
DEBUG
(
"EskfOdomAlgNode::imu_callback: New Message Received"
);
ROS_
INFO
(
"EskfOdomAlgNode::imu_callback: New Message Received"
);
// Get sensor values
this
->
imu_mutex_enter
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment