GithubHelp home page GithubHelp logo

bardiamojra / qekf Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 2.34 GB

Shell 0.05% CMake 0.21% Python 5.09% Makefile 0.74% C++ 7.59% MATLAB 47.08% C 17.77% TeX 5.70% Forth 0.01% HTML 14.60% CSS 0.33% Clean 0.07% Roff 0.11% M 0.01% Processing 0.04% Ioke 0.07% Java 0.34% Rich Text Format 0.03% Limbo 0.01% Objective-C++ 0.17%

qekf's Introduction

Requirements & Setup

This repository was developed on Ubuntu 18.04 ROS Melodic OpenCV 3.2.0 with contrib

ROS Melodic

ROS Melodic installation

OpenCV Setup

Run the following commands in the terminal.

cd opencv_setup && sudo bash opencv_setup.sh # clone and add submodules to git
sudo bash build_opencv.sh # build and install opencv with contrib

Environment Setup

Run the following commands in the terminal.

sudo apt install python-pip -y
sudo pip install numpy
sudo apt install libsuitesparse-dev -y
sudo apt install libeigen3-dev -y
#pip install cvxopt
sudo apt install cvxopt -y
sudo apt install libarmadillo-dev -y
sudo apt install libeigen3-dev -y
sudo apt install python-cvxopt -y

sudo apt install ros-melodic-image-transport ros-melodic-camera-info-manager -y
sudo apt install ros-melodic-tf ros-melodic-tf2 ros-melodic-eigen-conversions -y
sudo apt install ros-melodic-tf2-geometry-msgs ros-melodic-geometry-msgs -y
sudo apt install libcurl4-openssl-dev -y

# install python modules
pip install filterpy

Raspberry Pi Installation Note

For Raspberry Pi OS ros_install_generator and wstool was used rather than apt install.

Bash Profile

Run the following commands in the terminal.

#cd ~/QVPose_catkin_ws
#source src/profile.bashrc

Catkin_make

Run the following commands in the terminal.

cd ~/QVPose/catkin_ws
sudo rm -rf devel build install # or cleanWS
catkin_make -DCATKIN_BLACKLIST_PACKAGES="utari_sba_pkg" # ignore bundle adjustment package

Packages and Launch Commands

List of packages and corresponding launch commands.

vbme_pkg

This package contains the code for the QuEst algorithm in several forms and versions.

QuEstTestFlowNoImages.launch

This is the most commonly used launch file in this package. This launch file start QuEst with no specific input. This will launch QuEst configured for the VbmeData_msg message which is meant for a serialized data flow. Input should be configured in a higher level launch file else where.

QuEstTestFlowNoImagesOld.launch

This is a depeciated launch file. This launch file with start QuEst with no specific input. This will launch QuEst configured for the FlowMatchList_msg message which is meant for a parallel data flow. Input should be configured in a higher level launch file else where.

QuEstTestData.launch

This launch file will run QuEst configured for the VbmeData_msg message which is meant for a serialized data flow. A simple image publisher and feature extracter will also be launched to feed input to QuEst.

QuEstTestFlow.launch

optical_flow - VEst

vbme_heading_pkg

vbme_msgs

kalman_filter

testing_and_analyzing

utari_sba_pkg

qekf's People

Contributors

bardiamojra avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.