Skip to content

Commit af3ebf2

Browse files
committed
print wheel angle
1 parent 7a4e80c commit af3ebf2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/OpenCOVER/plugins/hlrs/TacxFTMS/TacxFTMS.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ bool TacxFTMS::update() {
162162
osg::Vec3 V(0, s, 0);
163163
float rotAngle = 0.0;
164164
float wheelAngle = getAngle() / 10.0;
165+
fprintf(stderr, "wheelAngle: %f\n", wheelAngle);
165166

166167
if (fabs(s) < 0.001 || fabs(wheelAngle) < 0.001) {
167168
rotAngle = 0;

0 commit comments

Comments
 (0)