?? generategoal.cc
字號(hào):
#include "challenge1.ih"rf<Behavior::Goal> Challenge1::generateGoal(unsigned step, unsigned slot){ rf<Goal> goal = new Goal(); rf<OrNode> dis = goal->addDisjunct(); rf<AndNode> con = dis->addConjunct(); WorldModel& wm = WorldModel::getInstance(); Vector3D ballPos = wm.getObjectPosition(Types::BALL).getMu(); Vector3D behindBall = ballPos + (ballPos / ballPos.length() * 8); con->addVar("Pos", behindBall); return goal;}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -