-
Notifications
You must be signed in to change notification settings - Fork 758
Closed
Description
BehaviorTree.CPP/include/behaviortree_cpp_v3/decorators/blackboard_precondition.h
Line 73 in d7e861f
value_B == value_A ) |
Hi, i noticed that BlackboardPreconditionNode's port value maybe int, double, or string.
In tick(), the value from 2 input ports are compared by "==".
But how can 2 double variables be compared by "=="?
Should it be replaced by a selfdefined equal()?
Metadata
Metadata
Assignees
Labels
No labels