Skip to content

Event-aided Direct Sparse Odometry: full system in a Rock Task component

Notifications You must be signed in to change notification settings

uzh-rpg/slam-orogen-eds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event-aided Direct Sparse Odometry (EDS)

Direct visual odometry approach using events and frames (CVPR 2022) This is the Rock component (equivalent to a ROS node) which uses the C++ EDS library to create a Task.

License

See LICENSE file

Installation

The easiest way to build and install this component is to use Rock's build system. See this page on how to install Rock. You can use the EDS builconf which tells you how to install and use the component from scratch. There is also the opction to directly use this component in a Docker container.

This component is a basic Task class which wraps the EDS library in an RTT component style. Therfore, it depends on RTT communication layer in which Rock is built on top. It should be straight forward to remove this dependency and use the Task class as a single main program.

Dependencies

Dependencies are listed in the manifest file, those are:

OROGEN file

Tasks are defined in Orogen which is a subset of Ruby language. The orogen file (eds.orogen) defines all the Task functionalities such as properties, input & output ports, triggering mechanism, etc.. This files is parsed by Rock in order to defined the temporary content in the .orogen folder. You can call the orogen parser but just typing:

docker@eds:~S orogen --corba eds.orogen

Task Standard Layout

This directory structure follows some simple rules, to allow for generic build processes and simplify reuse of this project. Following these rules ensures that the Rock CMake macros automatically handle the project's build process and install setup properly.

EDS Folder Structure

directory purpose
task/ Contains the Task.cpp and Task.hpp of the component
.orogen/ Contains the Task parent classes which interface with RTT
This is a temporary content folder created from eds.orogen
This is the folder to remove (to make Task not inherit) in order to make this an independent main program
build/ * The target directory for the build process, temporary content
edsTypes.hpp Specific data types for the Task. These are normally types which are not available in base-types. These are normally cofiguration struct or specific output port data types.
eds.orogen This is the task definition file

About

Event-aided Direct Sparse Odometry: full system in a Rock Task component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published