We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30a6fc commit 0c4d1c5Copy full SHA for 0c4d1c5
toolbox/library/src/RelativeTransform.cpp
@@ -226,6 +226,7 @@ bool RelativeTransform::output(const BlockInformation* blockInfo)
226
227
// Compute the relative transform
228
frame1_H_frame2 = kinDyn->getRelativeTransform(pImpl->frame1Index, pImpl->frame2Index);
229
+ std::cerr << "RelativeTransform: frame1_H_frame2: " << frame1_H_frame2.toString() << std::endl;
230
231
// Get the output signal memory location
232
OutputSignalPtr output = blockInfo->getOutputPortSignal(OutputIndex::Transform);
0 commit comments