GithubHelp home page GithubHelp logo

forester-bt / forester Goto Github PK

View Code? Open in Web Editor NEW
30.0 30.0 2.0 131.79 MB

unleash the power of behavior trees!

Home Page: https://forester-bt.github.io/forester/

License: Apache License 2.0

Rust 99.48% ANTLR 0.52%
ai behavior behavior-tree behavior-trees behaviortree dsl game-development orchestration robotics tree

forester's People

Contributors

besok avatar roms1383 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

forester's Issues

Integration ROS2

A way to allow an interaction between ros and Forester in runtime.

Handle pointers in messages

Currently, the messages can have the following chain in invocations:

impl x(a:string)

...
x(a = b)
...

Where b is a pointer to another place to get a string.

It needs to add a support for that in bb

Modify a tree on a fly

Async thread - a queue that accepts a task that modifies a runtime tree.
It applies on the next tick

Validation for rt tree modification.

  • validation that a subtree is complete ( the subtree does not have nodes that don't connect to the root. )

  • root does not coincide to the root of the subtree

Add remote action

Add protocol and ability to implement action remotely using grpc or http
Apparently for that we need to expose some API for bb tracer trimmer

Export to ROS Nav2

To from xml.
Special import std::ros2
Task in the plugin
Task in the cmd

Cosolidate the pointers in BB

Retecst and fix if it does not work:

bb.put("a", Pointer("a"));
bb.put("b", Pointer(a));

root main action(b)

impl action(v:string); // <- should get eventually "a"

Add a distributed persistent memory for BB

There is no distributed persistent memory for BB in Forester.
Apparently, we need to add the possibility of using the following options:

  • in-memory BB
  • file-based BB
  • db/cache based BB

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.