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
38859a33
Commit
38859a33
authored
Feb 18, 2016
by
asantamaria
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding readme
parent
2301f8d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
23 deletions
+22
-23
ReadMe.md
ReadMe.md
+22
-23
No files found.
ReadMe.md
View file @
38859a33
# ROS wrapper of the Error-State Kalman Filter based Odometry
(Angel Santamaria-Navarro)
# ROS wrapper of the Error-State Kalman Filter based Odometry
This node is a ROS wrapper of the low-level library
**eskf_odometry**
.
...
...
@@ -7,47 +7,46 @@ This node is a ROS wrapper of the low-level library **eskf_odometry**.
### ROS dependencies
#### iri_core
*
**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
*
**std_msgs**
*
**sensor_msgs**
*
**nav_msgs**
*
**px_comm**
*
**tf**
###
atools L
ibrary
###
eskf_odometry l
ibrary
You have to install asantamaria tools library
:
This is the main ESKF library from Angel Santamaria-Navarro. To install it run
:
```
$ git clone https://asantamaria@bitbucket.org/asantamaria/
atools
.git
$ cd
atools
/build
$ git clone https://asantamaria@bitbucket.org/asantamaria/
eskf_odometry
.git
$ cd
eskf_odometry
/build
$ cmake ..
$ make
$ sudo make install
$ 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
### atools Library
## Installation
You have to install Angel Santamaria-Navarro tools library:
```
$ git clone https://asantamaria@bitbucket.org/asantamaria/
eskf_odometry
.git
$ cd
eskf_odometry
/build
$ git clone https://asantamaria@bitbucket.org/asantamaria/
atools
.git
$ cd
atools
/build
$ cmake ..
$ make
$ sudo make install
$ 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
## License
...
...
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