matlabbe
1dadd50cf2
cmake: added VTK_GLOBAL_WARNING_DISPLAY option (default off) for VTK>=9 ( https://github.com/introlab/rtabmap_ros/issues/1111 )
2024-02-03 17:04:48 -08:00
matlabbe
856e372dde
fixed bundle windows qt plugins destination
2024-01-15 23:53:27 -08:00
matlabbe
423e67558b
fixed windows ci
2024-01-15 23:39:41 -08:00
matlabbe
ace653593b
working qt6/mac deploy
2024-01-15 20:51:12 -08:00
matlabbe
7b31c737be
Deploy fix
2024-01-15 20:45:58 -08:00
matlabbe
0b534c9427
Qt6 deploy fixes for Mac
2024-01-15 20:41:18 -08:00
matlabbe
6dca8ab0f3
Fixed seg fault on start with >= VTK9.1, MACOSX: fixed bundle with homebrew
2023-03-25 22:41:28 -07:00
matlabbe
e66ea7b42b
updated qt6 deploy configurations
2023-03-18 00:13:14 -07:00
matlabbe
46edd15121
Fixed bundle with Qt6
2023-03-16 23:07:13 -07:00
matlabbe
e7bea0ec03
Windows: Fixed QVTKWidget error with VTK9.2, fixed ambiguous "byte" compilation error
2023-03-16 19:27:54 -07:00
matlabbe
53025bf059
Update for windows release: added FindEigen3.cmake so that g2oConfig.cmake can find Eigen3 not using targets from PCL install, hiding console when creating a bundle app in windows, disabled vtk console
2023-03-13 03:10:16 -07:00
matlabbe
89e3e10d89
Refactoring RTABMapConfig.cmake with targets ( #904 )
...
* Config: Using cmake targets
* fixed RTABMAP_DEPRECATED build error
* fixed melodic build
* cleanup
* Fixed qhull exported library error
* Update svg depend private
* removed g2o from public interface
* Fixed Windows with external project
* removed some required dep
* Fixed nsis error (also fixed unspecified components)
* updated workflow rules
2023-02-12 16:18:01 -08:00
matlabbe
9bd758a62c
SuperPoint: return at minimum 2 features or 0 (fixed crash when only one feature). Python: added main python instance from Rtabmap object (to get python instancied once for ROS). MultiSessionWidget: Fixed layout warning. Memory::computeTransform() avoid re-instanciating RegistrationVis when Reg/Strategy=1 for guess transform (to fix PyMatcher re-initialized every time). CMake: added video module to opencv required components.
2022-02-15 01:28:38 -05:00
matlabbe
f3095a2e0a
Calibration dialog: fixed right panel width size. Win32: packaging missing cudnn dlls (when torch is used)
2021-12-29 15:13:13 -05:00
matlabbe
dbecaac809
Moved bin dir inside build directory ( #784 )
...
* Moved bin directory inside build directory (to make easier different builds with same source directory)
* Switched include order to avoid problems with remaining Version.h still in source directory taen before the one in binary dir. Fixed android build (updated res tool search path).
* workflow-cmake: fixed path to bin directory
2021-11-14 19:29:37 -05:00
matlabbe
d75cc04ad2
CloudViewer: fixed opengl not refreshed on update (VTK9). Fixed File Explorer hanging (Qt 5.12). Fixed backup database not deleted after a recovery.
2021-06-18 12:43:08 -04:00
matlabbe
21dbeed4b7
Odom sensor option ( #726 )
...
* Added Odom Sensor option
* Odom Sensor: Added pose time offset parameter
* Gui: fixed odom cloud not shown when rgb/depth doesn't have same size. Odom sensor: fixed rawImages set on non-stereo camera (because stereoRectify wrongly set to all cameras)
* Calibration: fixed rgb and depth suffixes not correctly set. OpenNI2: horizontal and vertical shifts can be also set for default calib.
* Fixed a warning
* OdomSensor: added option to use odom sensor output as ground truth (for comparison between odom sensor and rtabmap odom). Added scale factor option.
* FindG2O.cmake: updated path suffixes to find EXTERNAL csparse
* Pose3GravityFactor: fixed dllimport error on windows
* UI: Statistics panel not updated if not visible and keep stats in cache is unchecked. Added description to some timing debug logs in processStatistics().
* Removed vtkOutputWindow on Windows
* Odom Sensor: added zed sdk support
* bump version 0.20.11
2021-05-23 17:21:12 -04:00
matlabbe
731b073ed8
Cleanup ObjDeletionHandler not used. Zed: fixed assert "qual >= sl::DEPTH_MODE::NONE && qual < sl::DEPTH_MODE::LAST" with latest sdk.
2021-01-19 17:24:38 -05:00
matlabbe
c49785061f
Added PyDetector ( #677 )
...
* Added PyDetector. Refactored PyMatcher.
* Fixed python freezing with multi-threading
2021-01-17 01:56:27 -05:00
matlabbe
4f6d8b1fbe
Windows: add depthengine_2_0.dll plugin when packaging with K4A support
2020-07-01 14:46:37 -04:00
matlabbe
a2b0de2a4d
MacOSX bundle: fixed ui native style with Qt>=5.10
2020-06-18 12:09:26 -04:00
matlabbe
de7ceb91dd
Windows packaging: adding missing qwindowsvistastyle.dll to get windows Vista/7/10 native look
2018-11-01 10:38:09 -04:00
matlabbe
444b511548
rtabmap: use last argument with db suffix as the database used (fixed issue when setting a dictionary path as argument)
2018-10-15 11:33:46 -04:00
matlabbe
527cbddb4b
rtabmap app: default log level is now warning. This avoids showing log stuff when using --params argument for example.
2018-10-12 16:03:29 -04:00
matlabbe
9c70b7116b
fixed a cmake warning
2018-09-04 19:01:43 -04:00
matlabbe
3c1095be65
Windows: BUILD_AS_BUNDLE option should now be set to ON to create package with all dependencies embedded, otherwise only rtabmap libraries and headers are installed (like default on linux and Mac).
2018-09-04 15:44:37 -04:00
matlabbe
b8847fd006
0.17.5: added --version option on command line
2018-08-14 14:21:44 -04:00
matlabbe
4d5b42ab79
rtabmap: parameters passed by arguments override those in the database loaded from command line. Dictionary: set words saved to avoid saving them in database (causing db error when remapping from an old db created by fixed dictionary). G2O: ba supporting words with negative ids.
2018-07-27 16:01:17 -04:00
matlabbe
dfcd7ae1a8
Added QT_NO_KEYWORDS definition to avoid conflicts between boost and qt macros
2018-06-15 12:17:11 -04:00
matlabbe
2a9508b4e3
Fixed build for Lunar
2017-08-03 16:40:12 -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
b3a6650a6f
Updated error msg when database cannot be written on disk (write permission issue)
2017-01-27 14:31:44 -05:00
matlabbe
ed83d90603
RTAB-Map.exe can be started with parameters as arguments (in similar way than rtabmap-console)
2016-11-16 17:39:17 -05:00
matlabbe
ca6cd19fb1
Updated Copyright year and About dialog summary
2016-07-17 21:57:10 -04:00
matlabbe
ce04336648
fixed cmake warning, removed a .DS_Store from repository
2016-06-04 16:21:00 -04:00
matlabbe
a8bf7e5d5f
Fixed Qt5 plugins release. Zed driver: sdded 2 seconds delay before sending grab error.
2016-06-04 15:17:13 -04:00
matlabbe
2f817568e2
MainWindow: Don't show an error if a created cloud is empty
2016-06-02 17:52:22 -04:00
matlabbe
b8c2cd9f94
Auto detect which Qt version to use (Qt5 has priority if both are installed). ROS Kinetic fix for vtk libproj.so not found bug.
2016-05-04 16:45:19 -04:00
matlabbe
29dd529762
Main app: Open database as argument, file association *.db on Mac OS X, automatically ask to download clouds when opening a database
2016-04-10 14:52:14 -04:00
matlabbe
786bbaa2c2
updated debug->info level at startup
2015-09-03 09:56:25 -04:00
matlabbe
7a721105ae
Added parameter "RGBD/OptimizeRobust" (default true) to use Vertigo robust graph optimization (only for g2o and GTSAM optimization strategies). Added GTSAM support.
2015-09-02 17:51:43 -04:00
matlabbe
68187f172e
fixed packaging error on Mac OS X
2015-04-25 17:50:24 -04:00
Tobias Fischer
b5e015ec8f
Add QT5 Support
2015-03-16 22:54:19 +00:00
Mathieu Labbe
a2dde36093
Integration of the path planner into rtabmap's memory management to actually retrieve nodes on the planned path on the graph.
...
Added Rtabmap::clearPath(), Rtabmap::computePath(), Rtabmap::getPathGoalId() and Rtabmap::updateGoalIndex() methods.
Added virtual links when path retrieval is activated (virtual links are not saved to database and removed when the path goal is reached).
New parameters: RGBD/GoalReachedRadius and RGBD/MaxAnticipatedNodes
Refactored how loop closure hypotheses are selected (fixed ratio between consecutive hypotheses, not the last loop closure).
Updated getNodesInRadius() to use all filtered scans.
GUI: window can be saved/loaded maximized
GUI: saving Graph View parameters to config.ini
2015-01-30 15:30:57 -05:00
Mathieu Labbe
7a6bf630ca
Moved some util3d methods to Transform.h, Graph.h and Compression.h
...
Added computePath() method implementating A star on graph
GUI: SetWindowModified() and user should explicitly save the GUI config to keep them
Calibration: added mirror checkbox, added device id argument
2015-01-23 11:17:42 -05:00
Alexis Ballier
d8db777d7c
Use standard CMAKE_INSTALL_{BIN,LIB}DIR instead of INSTALL_{BIN,LIB}_DIR.
...
Overriding the latters caused me to see these files installed in ${DESTDIR}/${BUILD_DIR}
2014-12-17 17:44:47 +01:00
matlabbe
29097c023e
Changed license to BSD
...
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1633 f169173b-cf89-36c8-b27e-44dbe73f0c83
2014-08-11 17:00:55 +00:00
matlabbe
586f4e3d86
MAC OS X binaries fixed bundle. Freenect underscore vs dashed includes
...
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1394 f169173b-cf89-36c8-b27e-44dbe73f0c83
2014-06-17 01:45:52 +00:00
matlabbe
836ae8d5a6
Packaging binaries on Windows: Fixed missing plugins for OpenNI2
...
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1392 f169173b-cf89-36c8-b27e-44dbe73f0c83
2014-06-16 22:00:10 +00:00
matlabbe
97e1743628
updated small versions of icons
...
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1331 f169173b-cf89-36c8-b27e-44dbe73f0c83
2014-06-05 15:55:59 +00:00