matlabbe
|
2aa56c8d49
|
MainWindow: Fixed seg fault on scan rgb without normals
|
2017-09-18 15:52:39 -04:00 |
|
matlabbe
|
16c428e360
|
GUI: update logger filter ids after starting the camera. Update default value of parameters "Odom/ScanKeyFrameThr=0.9" and "Icp/PointToPlaneMinComplexity=0.02"
|
2017-09-11 14:44:39 -04:00 |
|
matlabbe
|
aca005c287
|
Added parameter "IcpPointToPlaneMaxComplexity". Added util3d::computeNormalsComplexity(). OdomInfo has now RegistrationInfo field to avoid duplicating members.
|
2017-09-11 13:17:53 -04:00 |
|
matlabbe
|
b70ffb6331
|
fixed multi scans matching with normals, removed some debug logs
|
2017-08-28 16:40:08 -04:00 |
|
matlabbe
|
423b47a5ff
|
New 2d scan type: CV_32FC5 (x,y,normal_x,normal_y,normal_z)
|
2017-08-28 16:40:08 -04:00 |
|
matlabbe
|
52a4e8964f
|
0.13.3: scan2d with normals support/registration
|
2017-08-28 16:40:07 -04:00 |
|
matlabbe
|
bc2c998b7c
|
MainWindow: Enabled Help action menu
|
2017-08-22 16:47:48 -04:00 |
|
matlabbe
|
1e335e53ba
|
OdometryEvent: fixed velocity() returning always empty. Export: added options to filter blurred cameras based on laplacian threshold or velocity (#225).
|
2017-08-07 16:31:49 -04:00 |
|
matlabbe
|
0a1694dd78
|
MainWindow: Detect more loop closures: uncompress images when reextract features on loop closure is enabled
|
2017-07-24 12:18:19 -04:00 |
|
matlabbe
|
fa2199c3ea
|
Merged master to devel
|
2017-06-10 10:34:52 -04:00 |
|
matlabbe
|
c4ca6a0bac
|
Integrated ORB_SLAM2 as an odometry approach Odom/Strategy=5.
|
2017-06-05 19:04:23 -04:00 |
|
matlabbe
|
4f26e34717
|
Integrated DVO odometry approach
|
2017-05-31 20:57:24 -04:00 |
|
matlabbe
|
21e716b08a
|
Updated default Vis/EstimationType=1 (PnP). Added all fovis and viso2 parameters.
|
2017-05-30 18:29:49 -04:00 |
|
matlabbe
|
f6e21bd6c8
|
Integration of viso2 odometry approach.
|
2017-05-30 14:03:46 -04:00 |
|
matlabbe
|
87a5f69335
|
MainWindow: fixed localization pose reset to latest pose in map when lost (localization mode)
|
2017-05-23 12:00:33 -04:00 |
|
matlabbe
|
e8af8f7792
|
Added SensorData's globalPose and globalPoseCovariance field. Link: added new type PosePrior. g2o: adding edge prior for self-refering edges. Memory: adding self-refering link when SensorData's globalPose is set.
|
2017-05-22 21:05:34 -04:00 |
|
matlabbe
|
385b7e3389
|
Parameters: Added "Reg/VarianceNormalized". Registration: Transforms are now only normalized in Registration. Added rgbd_dataset tool. MainWindow: odom inliers-only shown option. ExportCloudsDialog: ignoring intermediate nodes for texturing (if they don't have data). DatabaseViewer: "optimized" checkbox enabled in Constraints view for non-neighbor links too.
|
2017-05-22 11:48:01 -04:00 |
|
matlabbe
|
58e6424bf7
|
Export Clouds: export scans integrated in the same dialog (remove export scans dialog)
|
2017-05-11 15:02:18 -04:00 |
|
matlabbe
|
7f8ca64f64
|
DbViewer: added frame selection when exporting poses. DBDriver: added getLaserScanInfo().
|
2017-05-11 15:02:18 -04:00 |
|
matlabbe
|
104c1e6945
|
0.13.0 Database: Added velocity field to Node table, renamed Map_Node_Word table to Feature, added information_matrix field to Link table (replacing rot_variance and trans_variance). Added graph::calcKittiSequenceErrors().Added "Mem/IntermediateNodeDataKept" parameter (default false). Updated all interfaces using rotVariance and transVariance values with covariance matrix instead. g2o SBA: always use covariance in links. kitti-dataset tool: added --disp option and kitti statistics are shown at the end. StatsToolBox: units can have "/".
|
2017-05-11 15:02:18 -04:00 |
|
matlabbe
|
98184c31de
|
Export clouds/poses: frame reference can be selected when clouds are not assembled
|
2017-05-10 15:53:02 -04:00 |
|
matlabbe
|
14baca125d
|
cloudFromDisparity(): adjusting decimation if not valid with current image size. Standalone: ask user to set other parameters to default if some were set on command line.
|
2017-04-28 11:43:27 -04:00 |
|
matlabbe
|
f023adff4b
|
Export: supporting texturing with multi-camera
|
2017-04-26 18:39:57 -04:00 |
|
matlabbe
|
13425e1ad4
|
3D Rendering: Added floor/ceiling filtering and normal estimation for scans
|
2017-04-24 19:12:53 -04:00 |
|
matlabbe
|
4e3216a75d
|
SourceRGB: added rectify option for all types (including usb camera)
|
2017-04-24 14:11:38 -04:00 |
|
matlabbe
|
1b71a96a3d
|
Added rtabmap-kitti_dataset tool
|
2017-04-24 12:17:18 -04:00 |
|
matlabbe
|
c068c3c33a
|
MainWindow: added ZR300 menu
|
2017-04-19 15:24:42 -04:00 |
|
matlabbe
|
5814724600
|
Fixed cloud -1 not found on export, fixed cloud visibility doing nothing to cloud -1
|
2017-04-18 23:08:28 -04:00 |
|
matlabbe
|
6f148c47e2
|
0.12.15 Parameters: added "GridGlobal" parameter group, fixed https://github.com/introlab/rtabmap_ros/issues/162
|
2017-04-10 16:59:48 -04:00 |
|
matlabbe
|
b7dbf27931
|
Parameters: added Grid/FullUpdate (default true). Updated how occupancy grid is updated after loop closure. OctoMap: added tree depth argument when creating 2d map, added full update argument on constructor (default false). MainWindow: using OccupancyGrid object instead of keeping in cache local grids (we can have actual time to update the global grid).
|
2017-04-07 18:31:11 -04:00 |
|
matlabbe
|
1d8952867d
|
MainWindow: added timing stats on global map creation. Updated util3d::occupancy2DFromLaserScan() and util3d::create2DMap() interfaces (hit/noHit scans in opencv matrix format). Parameter default: Grid/ProjRayTracing=true, Grid/NormalK=true
|
2017-04-06 12:27:12 -04:00 |
|
matlabbe
|
767b29d5a3
|
Updated detect more loop closures with optimization check to accept (like in dbviewer). DBViewer: added Depth image edition dialog. GainCompensator: now doing it on 3 channels separatly. Export: removed gain's alpha option, added max polygons option, added brightness/contrast auto balance option
|
2017-03-31 18:56:52 -04:00 |
|
matlabbe
|
d21ae76fff
|
0.12.3: Increased Tango rendering performance, modified all handleEvent() with new interface (now returning bool)
|
2017-03-12 21:21:09 -04:00 |
|
matlabbe
|
719416741f
|
Fixed "Export octomap..." not enabled on first load of the OctoMap
|
2017-03-08 08:33:43 -05:00 |
|
matlabbe
|
4db957f437
|
Increased polygon texturing step speed
|
2017-03-04 02:53:11 -05:00 |
|
matlabbe
|
2565239a1b
|
Export dialog: hiding not used options, exporting can be now canceled on texturing phase
|
2017-02-26 18:17:00 -05:00 |
|
matlabbe
|
526fdb495b
|
Loop closure view: Added legend "gray" color for features not quantized in vocabulary (-1)
|
2017-02-23 11:49:33 -05:00 |
|
matlabbe
|
af1cdadabd
|
Tango: updated export workflow, added sketchfab activity, added graph optimization parameters, fixed raw images kept in memory (disabled reexctract words on loop closure while updating memory to be able to create more features for transform estimation than needed in vocabulary), portrait/landscape orientation, updated to Eisa TangoSDK. DBReader: fixed high variance when node has no links (if not the first in the current map id). MainWindow: remove frustums not in the current graph.
|
2017-02-15 19:07:10 -05:00 |
|
matlabbe
|
0d0577a886
|
3D Rendering: Added option to show graph's frustums, added option to filter floor and/or ceiling.
|
2017-02-09 18:32:44 -05:00 |
|
matlabbe
|
f61569622a
|
CloudViewer: no need to save texture on disk before rendering TextureMesh (opencv image to vtk texture directly)
|
2017-01-30 21:23:56 -05:00 |
|
matlabbe
|
8f797e81ae
|
Export: added option to remove not textured/colored polygons. Cloud generation: Black pixels can be projected. Added RoiRatios options to 3D Rendering and Export. Added fill depth holes option to Export.
|
2017-01-16 01:32:53 -05:00 |
|
matlabbe
|
f20cb6ff52
|
Preferences: fixed map opacity limited to 0.75 min. Making sure that normalized variances are set to epsilon if result is 0.
|
2017-01-05 18:08:20 -05:00 |
|
matlabbe
|
716337b71a
|
normalize variance in loop closure
|
2017-01-05 17:22:49 -05:00 |
|
matlabbe
|
dfb965cfa9
|
Fixed bundler exportation not using local transform
|
2017-01-04 17:49:59 -05:00 |
|
matlabbe
|
6abed48af6
|
0.11.13. OdometryF2M: fixed/improved bundle adjustment option. OptimizerG2O: now doing stereo BA instead of mono BA (interface of Optimizer::optimzeBA() has slightly changed to include depth in word references). Registration and Odometry set angular and linear variances separately. RegistrationVis set x100 smaller variance for rotation. Added keypoints3D member to SensorData. Added Transform::getAngle() for convenience. Odometry normalizes variances. RtabmapThread does variance summation when frames are discarded. Updated how variance is computed by util3d::estimateMotion3Dto2D(), ignoring very large variance from the computation (stereo issue with very far matched features). MainWindow: added option to align with ground truth or not (default true as before), added for odometry statistics (including bundle stuff), update ground truth statistics every time a graph is loaded/optimized. CameraRGB can now load odometry files (to fake an input odometry). PreferencesDialog: Added option to Odometry so it can use a different registration approach than the default one (the one used for loop closure). Parameters: added new g2o/Solver option 3 (Eigen), added g2o/RobustKernelDelta, g2o/Baseline and Odom/VisKeyFrameThr. Database: from 0.11.13, ignoring patch version when comparing is database version is newer than app version used.
|
2017-01-03 21:05:00 -05:00 |
|
matlabbe
|
d2287ab9f4
|
Backward compatibility (DBViewer, DBReader) with old database format not saving CameraModel's image size, cx and cy
|
2016-12-02 13:43:44 -05:00 |
|
matlabbe
|
f2dbfa9b33
|
StereoCameraModel: baseline computed with Tx of left camera too. Fixed QMultiComboBox not showing on windows. Avoid updating grid view if there are no local grids in signatrues. Clear cached data of StatsItem when detecting smaller timestamp than last ones.
|
2016-12-01 21:46:09 -05:00 |
|
matlabbe
|
2f6d7f81cc
|
Fixed accumulated words bug in highest hypothesis view
|
2016-11-27 20:55:53 -05:00 |
|
matlabbe
|
3363772ce5
|
CloudViewer: added backface culling option on right-click menu. MainWindow: removed error msg on wrong decimation (util3d already handle this case)
|
2016-11-27 20:10:05 -05:00 |
|
matlabbe
|
121446d648
|
Removed parameter "OdomF2M/FixedMapPath". GUI: added odometry disabled option. Rtabmap can now localize even if odometry input is null (only in localization mode).
|
2016-11-27 14:30:11 -05:00 |
|