Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • HiMo HiMo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Karel Košnar
  • HiMoHiMo
  • Wiki
  • vise

vise · Changes

Page history
kosnark created page: vise authored Jan 13, 2017 by Karel Košnar's avatar Karel Košnar
Hide whitespace changes
Inline Side-by-side
vise.md
View page @ 911fbcb9
......@@ -26,19 +26,19 @@ AprilTag is encapsulated into the ros packages which is part of this repository.
Explanation of the library usage
--------------------------------
###RTabMap
### RTabMap
RTab Map is a Simultaneous Localization and Mapping (SLAM) library making use of RGB-D sensors.
It can utilize different kinds of sensor (kinects, zed camera etc).
It is used to compute the relative movement of the platform.
In current implementation only the speed (3 linear and 3 angular components) are utilized.
###Kalman Filter
### Kalman Filter
Extended Kalman filter is used to filter and smooth the speed estimation of the platform provided by RTab Map library.
The position and speed provided by RTabMap is quite noisy and the position itself can vary in successive steps for more than 5 cm.
The speed is therefore filtered by Extended Kalman filter.
The robot_localization ros package needs the configuration file which is located at ....
###Freenect
### Freenect
Freenect is open source library to get data from the Microsoft Kinnect sensor.
......
Clone repository
  • Home
  • install
  • vise