MCPcopy Create free account
hub / github.com/RoboMaster/RoboRTS / SetLevel

Method SetLevel

roborts_decision/behavior_tree/behavior_node.h:156–158  ·  view source on GitHub ↗

* @brief Set the level of the behavior node * @param level The expected level of the behavior node */

Source from the content-addressed store, hash-verified

154 * @param level The expected level of the behavior node
155 */
156 void SetLevel(unsigned int level){
157 level_ = level;
158 }
159 protected:
160 /**
161 * @brief Tick the node and update the state of the behavior node

Callers 2

SetChildMethod · 0.80
AddChildrenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected