matlabbe
|
b63f073d90
|
CameraStereoZed: handling initialization failures
|
2017-07-31 14:11:32 -04:00 |
|
matlabbe
|
be720be74a
|
💄
|
2017-07-26 11:46:59 -04:00 |
|
matlabbe
|
f3e491f15b
|
Added KAZE feature detector (OpenCV3)
|
2017-07-25 16:20:05 -04:00 |
|
matlabbe
|
62de6fcdae
|
util3d::denseMeshPostProcessing(): coloredOutput param not used anymore
|
2017-07-24 19:21:22 -04:00 |
|
matlabbe
|
b4cfa0e844
|
RtabmapThread: use largest covariance instead of summation
|
2017-07-13 11:36:55 -04:00 |
|
matlabbe
|
dc77bb4332
|
OdometryViso2: updated for dynamic local transform
|
2017-07-10 17:34:37 -04:00 |
|
matlabbe
|
9e011d6ad9
|
Fixed changing local transform not handled correctly when changing for third party odometries
|
2017-07-07 19:41:11 -04:00 |
|
matlabbe
|
f9ed36ed54
|
Parameters: renamed Rtabmap/VhStrategy to VhEp/Enabled
|
2017-07-05 13:38:27 -04:00 |
|
matlabbe
|
44969a7fdf
|
Docker: added zesty
|
2017-06-29 14:32:12 -04:00 |
|
matlabbe
|
ebada30984
|
Tango: updated UI
|
2017-06-28 13:59:20 -04:00 |
|
matlabbe
|
653d4fef4b
|
Fixed Windows+PCL1.8 build (std::vector/Eigen error)
|
2017-06-26 15:45:30 -04:00 |
|
matlabbe
|
5f8ffa7afc
|
Fixed compilation warning
|
2017-06-22 11:49:02 -04:00 |
|
matlabbe
|
7a2d1c29f0
|
Tango: fixed saveOnDevice and shareSketchfab actions when visualizing optimized mesh of a just opened database
|
2017-06-21 17:14:40 -04:00 |
|
matlabbe
|
ee8d48a915
|
Database: added "opt_****" fields in Admin table. Tango: optimized mesh saved in database for quick open, open menu shows preview images. util3d::mergeTextures() return all textures in same cv::Mat.
|
2017-06-20 17:29:06 -04:00 |
|
matlabbe
|
8787ecceb8
|
Tango: refactored mesh creation
|
2017-06-16 14:44:48 -04:00 |
|
matlabbe
|
c3aeae5ed7
|
Moved clean texture mesh stuff from ExportCloudsDialog to util3d::cleanTextureMesh()
|
2017-06-15 14:10:08 -04:00 |
|
matlabbe
|
ba4437edee
|
Tango: replaced RTABMapApp::mergeTextures() by util3d::mergeTextures()
|
2017-06-14 10:33:26 -04:00 |
|
matlabbe
|
811afa1171
|
Moved ExportCloudsDialog::mergeTextures() method in util3d_surface module
|
2017-06-13 19:20:09 -04:00 |
|
matlabbe
|
bbaac8b2b1
|
Grid: support negative ground/obstacle height thresholds
|
2017-06-12 11:48:13 -04:00 |
|
matlabbe
|
fa2199c3ea
|
Merged master to devel
|
2017-06-10 10:34:52 -04:00 |
|
matlabbe
|
dfc425a7c5
|
Update Parameters.h
|
2017-06-09 14:58:23 -04:00 |
|
matlabbe
|
ff6e42fa6d
|
DbViewer: added more info about size of all tables in database
|
2017-06-06 18:22:19 -04:00 |
|
matlabbe
|
7a0a82bcb4
|
Texturing: using depth image to filter wrongly projected textures
|
2017-06-06 11:42:42 -04:00 |
|
matlabbe
|
c4ca6a0bac
|
Integrated ORB_SLAM2 as an odometry approach Odom/Strategy=5.
|
2017-06-05 19:04:23 -04:00 |
|
matlabbe
|
de797b644e
|
Export: added rgb/gray gain compensation option, added maximum outout textures option (can be useful for #189).
|
2017-06-03 18:24:56 -04:00 |
|
matlabbe
|
4f26e34717
|
Integrated DVO odometry approach
|
2017-05-31 20:57:24 -04:00 |
|
matlabbe
|
e2c5b87a7e
|
Parameters.h: normalized indendation
|
2017-05-31 11:09:06 -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
|
4ffbc0fb58
|
Integrated Fovis (Odom/Strategy=2)
|
2017-05-30 09:27:31 -04:00 |
|
matlabbe
|
c8e1060ea4
|
Merge branch 'dronecrew-g2o_prior' into devel
|
2017-05-22 21:14:02 -04:00 |
|
matlabbe
|
e361abcecd
|
Reg: normalize covariance angle /10
|
2017-05-22 21:11:36 -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
|
5223629ab1
|
Windows: fixe build error (discrete_depth_distortion_model.h)
|
2017-05-18 16:23:39 -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
|
414e3555a5
|
DepthCalibrationDialog: added distortion model parameters
|
2017-05-11 14:44:15 -04:00 |
|
Anton Onishchenko
|
197bb2179f
|
Depth calibration: move GetBinSize to clams namespace
|
2017-05-11 11:38:42 +03:00 |
|
Anton Onishchenko
|
df40b0b8d3
|
Depth calibration: using appropriate bin_width and bin_height for all cameras
|
2017-05-10 13:54:11 +03:00 |
|
matlabbe
|
f023adff4b
|
Export: supporting texturing with multi-camera
|
2017-04-26 18:39:57 -04:00 |
|
matlabbe
|
6a2fe47b22
|
Preferences: updated RGBD/ProximityPathMaxNeighbors description and default value (now 0=disabled)
|
2017-04-26 14:06:42 -04:00 |
|
matlabbe
|
13425e1ad4
|
3D Rendering: Added floor/ceiling filtering and normal estimation for scans
|
2017-04-24 19:12:53 -04:00 |
|
matlabbe
|
6e1dbbcf4f
|
Reverted change of cloudFromStereoImages() decimation, should be done after StereoBM to avoid backward compatibility problems
|
2017-04-24 15:26:12 -04:00 |
|
matlabbe
|
1b71a96a3d
|
Added rtabmap-kitti_dataset tool
|
2017-04-24 12:17:18 -04:00 |
|
matlabbe
|
bc2da10713
|
RealSense driver: added odometry option (ZR300)
|
2017-04-21 21:24:23 -04:00 |
|
matlabbe
|
a274f3cf01
|
Export Added RoiRatios parameter to texturing (#171)
|
2017-04-20 11:51:23 -04:00 |
|
matlabbe
|
42fb02c36f
|
zed 2.0: fixed sensing mode order, fixed conversion from zed pose to transform (when zed odometry is enabled)
|
2017-04-18 20:16:04 -04:00 |
|
akria_you
|
b402ce1564
|
change for zed sdk 2.0
|
2017-04-18 15:03:10 +09: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 |
|