Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
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
4883c62c
Commit
4883c62c
authored
Feb 18, 2016
by
asantamaria
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding readme
parent
e79ddd96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
75 additions
and
0 deletions
+75
-0
ReadMe.md
ReadMe.md
+75
-0
No files found.
ReadMe.md
0 → 100644
View file @
4883c62c
# ROS wrapper of the asantamaria Error-State Kalman Filter based Odometry
This node is a ROS wrapper of the low-level library
**eskf_odometry**
.
## Dependencies
### ROS dependencies
#### iri_core
````
svn co https://devel.iri.upc.edu/pub/labrobotica/ros/iri-ros-pkg_hydro/metapackages/iri_core
````
#### std_msgs
#### sensor_msgs
#### nav_msgs
#### px_comm
#### tf
### atools Library
You have to install asantamaria tools library:
```
$ git clone https://asantamaria@bitbucket.org/asantamaria/atools.git
$ cd atools/build
$ cmake ..
$ make
$ sudo make install
```
### eigen3 Headers
**Install**
eigen3 in your sistem
**following the instructions of the ReadMe file**
provided in the tuxfamily package.
You can download it at http://eigen.tuxfamily.org
## Installation
```
$ git clone https://asantamaria@bitbucket.org/asantamaria/eskf_odometry.git
$ cd eskf_odometry/build
$ cmake ..
$ make
$ sudo make install
```
## License
Copyright (C)
Author Angel Santamaria-Navarro (asantamaria@iri.upc.edu)
All rights reserved.
This file is part of eskf_odom ROS node.
eskf_odom is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see
<http://www.gnu.org/licenses/>
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