⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 update.cc

📁 The Little Green BATS is the first and so far only Dutch team in the 3D simulation league. We are a
💻 CC
字号:
#include "goodposition.ih"void GoodPosition::update(){  Behavior::update();  if (!d_goal)    d_committed = false;  else  {    rf<StateVarNode> posNode;        posNode = rf_cast<StateVarNode>(d_goal->findDeep("PosX"));        if(posNode)    {      Vector3D pos = d_goal->getVector("Pos");      //WorldModel& wm = WorldModel::getInstance();            pos.setZ(0);            d_committed = pos.length() > 0.3;    }    else      d_committed = false;  }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -