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 |
シミュレーションの終了を判定する. | |
![]() | |
virtual | ~ISimulationEndChecker ()=default |
最終姿勢によるシミュレーション終了判定クラス.
simulation_end_checker_by_posture.h の 22 行目に定義があります。
designlab::SimulationEndCheckerByPosture::SimulationEndCheckerByPosture | ( | const Quaternion & | goal_orientation, |
float | allowable_error | ||
) |
simulation_end_checker_by_posture.cpp の 18 行目に定義があります。
|
overridevirtual |
シミュレーションの終了を判定する.
[in] | node | ロボットの状態. |
designlab::ISimulationEndCheckerを実装しています。
simulation_end_checker_by_posture.cpp の 27 行目に定義があります。