mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
removed ImagesDbExtractor tool (already inside databaseViewer)
add optional delay to DBReader added more options to odometryViewer tool git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1264 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -536,6 +536,16 @@ void CloudViewer::setCloudPointSize(const std::string & id, int size)
|
||||
}
|
||||
}
|
||||
|
||||
void CloudViewer::setCameraTargetLocked()
|
||||
{
|
||||
_aLockCamera->setChecked(true);
|
||||
}
|
||||
|
||||
void CloudViewer::setCameraTargetFollow()
|
||||
{
|
||||
_aFollowCamera->setChecked(true);
|
||||
}
|
||||
|
||||
Eigen::Vector3f rotatePointAroundAxe(
|
||||
const Eigen::Vector3f & point,
|
||||
const Eigen::Vector3f & axis,
|
||||
|
||||
Reference in New Issue
Block a user