Giter Club home page Giter Club logo

btcpp_website's Introduction

Website of BehaviorTree.CPP

This website is built using Docusaurus 2.

If you find any typo reading the documentation, please submit a Pull Request or an Issue.

btcpp_website's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

btcpp_website's Issues

Request tutorial on how to debug BT 3.8 with Groot

Hi, as a newbie I could not figure out what code to add inside the C++ code of tutorial_01_first_tree (version 3.8) to communicate with Groot1 to make it show states. Sad to have to ask to chatGPT how to do it (sorry if this information exist and I have not found maybe this is not enough hightlighted):

#include <behaviortree_cpp_v3/loggers/bt_groot_logger.h>

BT::StdCoutLogger logger_cout(tree);
BT::MinitraceLogger logger_minitrace(tree, "minitrace.json");
BT::FileLogger logger_file(tree, "bt_trace.fbl");
BT::GrootLogger logger_groot(tree);

while (tree.tickRoot() == BT::NodeStatus::RUNNING) {
        // Attente active
    }

But in my case the header does not exist. I guess this is bt_zmq_publisher.h but what I have to do ?

Typo in Tutorials/05. Using SubTrees and Tutorials/06. Port Remapping

05. Using SubTrees

In section "The CPP code", the function BT::NodeStatus isDoorClosed(); is marked as // SUCCESS if _door_open == true, but it should be the opposite.

06. Port Remapping

In the given XML schema, for Script nodes, the port script is used instead of the port code

Maybe typo in Learn the Basic Concepts/Introduction to BTs

I think the picture in https://www.behaviortree.dev/docs/learn-the-basics/BT_basics#fetch-me-a-beer-revisited section maybe have a error state.

image

This ForceFailure node should not be green (SUCCESS), it should be red (FAILURE). At the same time, if the ForceFailure node is green, then the Fallback node should also be green. Additionally, the subsequent CloseFridge will be executed again, meaning that the fridge will be closed twice. I don't think this is the expected behavior.

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.