Skip to content

Commit 747f595

Browse files
author
Nate Koenig
committed
Missing print call
Signed-off-by: Nate Koenig <[email protected]>
1 parent 5bde160 commit 747f595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cmd/ModelCommandAPI.cc

+1
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@ void printLinks(const uint64_t _modelEntity,
634634
printAltimeter(sensor, _ecm, spaces + 2);
635635
printCamera(sensor, _ecm, spaces + 2);
636636
printImu(sensor, _ecm, spaces + 2);
637+
printMagnetometer(sensor, _ecm, spaces + 2);
637638
printRgbdCamera(sensor, _ecm, spaces + 2);
638639
}
639640
}

0 commit comments

Comments
 (0)