WB-Toolbox
6.0.0
ASimulinkToolboxforWholeBodyControl
|
Go to the documentation of this file.
9 #ifndef WBT_FORWARDKINEMATICS_H
10 #define WBT_FORWARDKINEMATICS_H
19 class ForwardKinematics;
25 class BlockInformation;
45 std::unique_ptr<impl>
pImpl;
52 bool parseParameters(blockfactory::core::BlockInformation* blockInfo)
override;
54 bool initialize(blockfactory::core::BlockInformation* blockInfo)
override;
55 bool terminate(
const blockfactory::core::BlockInformation* blockInfo)
override;
56 bool output(
const blockfactory::core::BlockInformation* blockInfo)
override;
59 #endif // WBT_FORWARDKINEMATICS_H
~ForwardKinematics() override
bool configureSizeAndPorts(blockfactory::core::BlockInformation *blockInfo) override
Definition: ForwardKinematics.cpp:86
bool initialize(blockfactory::core::BlockInformation *blockInfo) override
Definition: ForwardKinematics.cpp:126
Definition: Configuration.h:17
Definition: ForwardKinematics.cpp:53
The wbt::ForwardKinematics class.
Definition: ForwardKinematics.h:41
std::unique_ptr< impl > pImpl
Definition: ForwardKinematics.h:44
bool terminate(const blockfactory::core::BlockInformation *blockInfo) override
Definition: ForwardKinematics.cpp:173
bool output(const blockfactory::core::BlockInformation *blockInfo) override
Definition: ForwardKinematics.cpp:178
bool parseParameters(blockfactory::core::BlockInformation *blockInfo) override
Definition: ForwardKinematics.cpp:74
ForwardKinematics()
Definition: ForwardKinematics.cpp:63
unsigned numberOfParameters() override
Definition: ForwardKinematics.cpp:69
Extension of blockfactory::core::Block for simplifying the development of whole-body blocks.
Definition: WBBlock.h:62