|
GaitGeneration by Graph Search
|
最終姿勢によるシミュレーション終了判定クラス. [詳解]
#include <simulation_end_checker_by_posture.h>


公開メンバ関数 | |
| SimulationEndCheckerByPosture (const Quaternion &goal_orientation, float allowable_error) | |
| bool | IsEnd (const RobotStateNode &node) const override |
| シミュレーションの終了を判定する. | |
基底クラス designlab::ISimulationEndChecker に属する継承公開メンバ関数 | |
| virtual | ~ISimulationEndChecker ()=default |
最終姿勢によるシミュレーション終了判定クラス.
simulation_end_checker_by_posture.h の 19 行目に定義があります。
| designlab::SimulationEndCheckerByPosture::SimulationEndCheckerByPosture | ( | const Quaternion & | goal_orientation, |
| float | allowable_error | ||
| ) |
simulation_end_checker_by_posture.cpp の 16 行目に定義があります。
|
overridevirtual |
シミュレーションの終了を判定する.
| [in] | node | ロボットの状態. |
designlab::ISimulationEndCheckerを実装しています。
simulation_end_checker_by_posture.cpp の 22 行目に定義があります。
