Skip to content
Snippets Groups Projects

Draft: Resolve "Implementation of new nodes creation"

Open Joan Vallvé Navarro requested to merge 454-implementation-of-new-nodes-creation into devel

Closes #454, #318, #364, #449, #381, #376, #208, #485

Edited by Joan Vallvé Navarro

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
21 //--------LICENSE_END--------
22 #ifndef PRIOR_H_
23 #define PRIOR_H_
24
25 #include "core/utils/params_server.h"
26
27 namespace wolf
28 {
29
30 class Prior;
31 typedef std::unordered_map<char, Prior> Priors;
32
33 class Prior
34 {
35 private:
36 char key; // State key
  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 15 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 4 commits

    • b059a557...627f138e - 3 commits from branch devel
    • 3251c83f - Merge remote-tracking branch 'origin/devel' into 454-implementation-of-new-nodes-creation

    Compare with previous version

  • added 1 commit

    • 8c1606d0 - [skip ci] gtest prior and sensor_base OK!

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • 5df868fb - sensor_odom_2d and new test working

    Compare with previous version

  • added 1 commit

    • a70dd2e4 - FactorySensor & FactorySensorYaml same yaml

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 2 commits

    Compare with previous version

  • added 1 commit

    • 1d570cc5 - [skip ci] added computeNoiseCov(..)=0

    Compare with previous version

  • added 1 commit

    • 21486cda - [skip ci] new sensor_odom for both 2D and 3D

    Compare with previous version

  • added 1 commit

    • a04ba988 - [skip ci] sensor_pose and gtests

    Compare with previous version

  • added 78 commits

    • a04ba988...7f548f22 - 77 commits from branch devel
    • e9f3418f - Merge remote-tracking branch 'origin/devel' into 454-implementation-of-new-nodes-creation

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • 2846efc0 - all working and gtests all ok

    Compare with previous version

  • added 2 commits

    • 52036e4e - 1 commit from branch devel
    • 8d1f9375 - Merge remote-tracking branch 'origin/devel' into 454-implementation-of-new-nodes-creation

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • f80fb4dd - [skip ci] new asserts for gtest

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • 3c20ccdf - [skip ci] allow non-default extrinsic sizes

    Compare with previous version

  • added 2 commits

    Compare with previous version

  • added 35 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • b659f2c9 - [skip ci] adapting to yaml node and pragma once

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • d2170b01 - [skip ci] adapting to new yaml server

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • 6d5680ed - [skip ci] debugging yaml problems

    Compare with previous version

  • added 1 commit

    • cbe29459 - [skip ci] more tests passing

    Compare with previous version

  • added 33 commits

    • cbe29459...d3a9b803 - 32 commits from branch devel
    • fc891830 - Merge remote-tracking branch 'origin/devel' into 454-implementation-of-new-nodes-creation

    Compare with previous version

  • added 1 commit

    • 6701ddc4 - [skip ci] still fixing gtests

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • 1a45fd7d - [skip ci] uncomented gtests OK

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading