Code Monkey home page Code Monkey logo

autonomy_engine's People

Contributors

alessandrofornasier avatar chris-bee avatar mascheiber avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

mascheiber

autonomy_engine's Issues

enhancement: leading zeros in logfile

For dates or times that are a single integer (i.e. at 09:00), the old logfile would print -9-0, instead -09-00 for the correct listing would be preferred.

Potential fix in commit d957c0f.

bug: no transition to nominal from initialization if watchdog is activated

The state/initialization.cpp is missing an else if the watchdog is active:

    // Perform initialization of the watchdog and RC aux registration
    if (autonomy.opts_->activate_watchdog)
    {
      if (!(autonomy.startWatchdog() && autonomy.registerRCAux()))
      {
        autonomy.stateTransition("failure");
      }
+     else
+     {
+       // Transition to nominal
+      autonomy.stateTransition("nominal");
+     }
    }
    else
    {
      // Transition to nominal
      autonomy.stateTransition("nominal");
    }
  }

See also commit 8919476 for fix.

[Bug]: Backward compatibility for configs without 'instances' parameter

What happened?

The recent update allows the definition of an instances parameter in the config file.

However, for backward compatibility, it would be great if it is assumed to be instances=1 if this parameter is not defined.

Is there an existing issue for this?

  • I have searched the existing issues

Operating System

Ubuntu 20.04

Hardware

Desktop PC

Flight Stack Version

1.0.0-rc3

Steps To Reproduce

  1. Use the flightstack configuration with old config file (e.g. here.
  2. Launch autonomy without instances parameter defined
  3. Observe parameter loading error.

Relevant log output

[missions/mission_1/instances] parameter not defined. .
-------------------------------------------------
 >>> System state: FAILURE
-------------------------------------------------

-------------------------------------------------
 >>> System state: TERMINATION
-------------------------------------------------

Additional Information

No response

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.