fixed ARUCO tag detection with OpenCV > 4.7
trailing whitespaces
missing include
fix trailing whitespaces
Revert "show: rotations are not commutative. This fixes the strange behavior, that a rotation around z-axis always was a rotation around the global z-axis, while for x and y axis the rotation was around the camera axis, as expected."
Revert "show: fix translation bug introduced in r2275; this also removes the gimbal lock"
show: fix translation bug introduced in r2275; this also removes the gimbal lock
show: rotations are not commutative. This fixes the strange behavior, that a rotation around z-axis always was a rotation around the global z-axis, while for x and y axis the rotation was around the camera axis, as expected.
slam6D: added a parameter, to limit number of scans in a metascan
scanio/helper/write_multiple: allow different write modes for non archive files
slam6D: do not allow zip archives, as BasicScan::saveFrames does not support them
show: update frame spinner after calling reloadFrames
BOCtree: init() was called only in one of the constructors
qtshow: increased maximum values of spinboxes in advanced mode
qtshow: decimal point in configuration files
point cloud rerendering requires focus change
qtshow: all points/reduce points
fixed in [r2119]
added always all points to qtshow.
qtshow: changed minDist and Maxdist to double as in show (r2101)
fixed ScanIO_rxp
fixed a bug in scanio, that prevented to read temperature values
added new file format to scanio, to handle scans with normals. Therefore the api of scanio needs to be extended (readScan())
speed up writePointClouds() by calculating matrices outside of loops
speed up writePointClouds() and use of message.header.timestamp
adjusted Temp color scale, display points with value < colormin in light gray
curves.h removed include of bits/stringfwd.h once again. Take a look at r1756
declared tdtkroswrapper to STATIC
fixed some std:: prefixes according to revision 1488
added ros wrapper for icp6D