Skip to content

Commit 0c4d1c5

Browse files
authored
Debug RelativeTransform
1 parent a30a6fc commit 0c4d1c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

toolbox/library/src/RelativeTransform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ bool RelativeTransform::output(const BlockInformation* blockInfo)
226226

227227
// Compute the relative transform
228228
frame1_H_frame2 = kinDyn->getRelativeTransform(pImpl->frame1Index, pImpl->frame2Index);
229+
std::cerr << "RelativeTransform: frame1_H_frame2: " << frame1_H_frame2.toString() << std::endl;
229230

230231
// Get the output signal memory location
231232
OutputSignalPtr output = blockInfo->getOutputPortSignal(OutputIndex::Transform);

0 commit comments

Comments
 (0)