Class IsPathValidCondition

Inheritance Relationships

Base Type

  • public BT::ConditionNode

Class Documentation

class IsPathValidCondition : public BT::ConditionNode

A BT::ConditionNode that returns SUCCESS when the IsPathValid service returns true and FAILURE otherwise.

Public Functions

IsPathValidCondition(const std::string &condition_name, const BT::NodeConfiguration &conf)

A constructor for nav2_behavior_tree::IsPathValidCondition.

Parameters:
  • condition_name – Name for the XML tag for this node

  • conf – BT node configuration

IsPathValidCondition() = delete
BT::NodeStatus tick() override

The main override required by a BT action.

Returns:

BT::NodeStatus Status of tick execution

Public Static Functions

static inline BT::PortsList providedPorts()

Creates list of BT ports.

Returns:

BT::PortsList Containing node-specific ports