Skip to content

Latest commit

 

History

History

hbba_lite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

HBBA Lite

HBBA (Hybrid Behavior-Based Architecture) is the control architecture of T-Top. A hybrid robot architecture means that perceptual nodes can communicate with the behavior nodes and the planning modules. T-Top uses HBBA Lite implementation instead of the original one since HBBA Lite is simpler to use but less complete.

Core

See the HBBA Lite documentation.

T-Top

The following sections present T-Top specific information.

Resources

  • motor: The resource to prevent conflicts over the motors.
  • audio: The resource to prevent conflicts over the sound output.
  • led: The resource to prevent conflicts over the LEDs.

Desire Types

Strategies

The strategies are declared in the following files: Strategies.h and Strategies.cpp.