Code Monkey home page Code Monkey logo

mrs_lib's Introduction

MRS libraries

โš ๏ธ Attention please: This README is outdated.

The MRS UAV System 1.5 is being released and this page needs updating. Please, keep in mind that the information on this page might not be valid.

Overview

This ROS package contains various useful libraries (mostly C++) for the MRS UAV system.

Notable libraries:

  • ParamLoader - wrapper around ROS's param loading for C++ (documentation)
  • Transformer - wrapper around ROS's transfomation library (documentation)
  • SubscribeHandler - wrapper around ROS's subscriber (documentation)
  • AttitudeConverter - a proxy class for converting representations of 3D orientation (documentation)
  • LKF - Linear Kalman Filter (documentation)
  • UKF - Unscented Kalman Filter (documentation)
  • Repredictor - algorithm for fusing variably time-delayed measurements (documentation)
  • Profiler - scoped profiling routine (documentation)

mrs_lib's People

Contributors

afxalz avatar amaler avatar cturmrsbot avatar danhert avatar fnekovar avatar kangaroosinantarcitica avatar klaxalk avatar matemat13 avatar mergify[bot] avatar myralllka avatar peci1 avatar penickar avatar petrapa6 avatar petrlmat avatar pritzvac avatar spurnvoj avatar stibipet avatar viktorwalter avatar vrbadev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mrs_lib's Issues

[SubscribeHandler]: Rewrite timeout implementation.

Turns out that ending/starting ROS timers is inefficient and computationally demanding. We should reimplement this somehow while still taking into account ROS time. Maybe using the non-ROS timer implementation?

Timeout for BatchVisualization

It would be nice to implement a timeout for a cuboid/line visualization feature.
For example, it would look like this
void mrs_lib::BatchVisualizer::addCuboid ( const [mrs_lib::geometry::Cuboid](https://ctu-mrs.github.io/mrs_lib/classmrs__lib_1_1geometry_1_1Cuboid.html) & cuboid, const double r = 0.5, const double g = 0.5, const double b = 0.0, const double a = 1.0, const bool filled = true, const ros::Duration timeout = 1 )

The clearBuffer function is nice, but having an automatic option would be nice.

Check if SubscribeHandlers's topic timeout actually works

Control mananger did not properly time out the UAV state topic from odometry. It might have been caused by the high CPU load which caused the topic to be missing in the first place. Maybe implementing the timeout check by some other mechanism than ROS timer?

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.