matlabbe
f1cd819673
Fixed superglue deadlock on standalone ( #896 ). Fixed some elemSize opencv asserts in debug build (876)
2023-09-17 01:19:59 -07:00
matlabbe
fb466a6a96
StereoBM/StereoSGBM: Thresholding output to zero when minDisparity is used
2023-09-16 17:43:00 -07:00
matlabbe
0b7181fc88
Updated minimum cmake version for https://github.com/introlab/rtabmap/pull/1135#issuecomment-1719701828
2023-09-16 16:32:21 -07:00
matlabbe
97f2b4b65d
Fixed autogen cmake warnings. Fixed pytorch requiring c++17.
2023-09-16 14:26:17 -07:00
matlabbe
39dedba93a
workflow: removing EOL xenial
2023-09-14 08:44:26 -07:00
cdb0y511
49daa211ea
use CMAKE_AUTOUIC, CMAKE_AUTOMOC and CMAKE_AUTORCC ( #1135 )
2023-09-14 08:25:00 -07:00
matlabbe
01c2e70b11
rtabmap-info: added --dump ini option
2023-09-08 14:53:21 -07:00
matlabbe
fa4a2eb5e3
Fixed build on 22.04 caused by 9e86faa4ad
2023-09-07 10:29:18 -07:00
matlabbe
9e86faa4ad
GraphView: added right-click option to export 2d grid map directly from the view
2023-09-07 09:10:04 -07:00
matlabbe
e31eec2c55
docker: fixed typo jammy-iron-deps
2023-09-05 09:07:16 -07:00
matlabbe
2d7d0ec424
Fixed backward compatibility (xenial) from #1117
2023-09-05 08:51:57 -07:00
matlabbe
191e4250ef
docker: Fixing jammy-iron build without arm64
2023-09-04 17:18:43 -07:00
matlabbe
e56e0c37f7
Fixed https://github.com/introlab/rtabmap_ros/issues/1024
2023-09-04 11:55:52 -07:00
cdb0y511
6a5b844bac
fix for Undefined symbols for architecture x86_64: "Nabo::NearestNeighbourSearch ( #1117 )
...
related to https://github.com/ethz-asl/libpointmatcher/issues/514
employ fix from https://github.com/ethz-asl/libpointmatcher/pull/513
2023-08-27 13:36:49 -07:00
matlabbe
20ad6cca2c
ros2/iron docker: disabled arm64 build for now (arm64 binaries not available)
2023-08-27 13:35:27 -07:00
matlabbe
f90fede65c
ci: added ros2 iron docker image
2023-08-27 12:38:24 -07:00
Borong Yuan
61dbe51ee3
Update OAK stereo config and IMU rate ( #1116 )
...
* update OAK stereo config and imu rate
* enable brightness filter
2023-08-19 16:29:05 -07:00
Pierre Wendling
f2687ed1ff
CMake: Add compatibility for yaml-cpp 0.8.0. ( #1115 )
...
- Upstream uses YAML_CPP_INCLUDE_DIR
- yaml-cpp 0.8.0 does not set YAML_CPP_LIBRARIES to the new target name.
- Debug builds of yaml-cpp suffix the library with `d`.
2023-08-18 18:06:45 -07:00
matlabbe
cdd8cd9e34
ICP/intensity: Applying fix from #1111
2023-08-13 14:58:15 -07:00
matlabbe
6d36fc1fcd
package.xml: Added ROS gtsam as dependency
2023-08-13 13:50:08 -07:00
matlabbe
ba5579f063
Only remove compressed raw data when publish data is false (keep features/occupancy grid)
2023-08-11 16:31:26 -07:00
matlabbe
6395487b58
Stats: distance from last localization not increasing if small motion
2023-08-10 15:17:15 -07:00
Borong Yuan
f0ba56bf5e
fix ros gtsam 4.2a9 build ( #1108 )
2023-08-07 07:33:23 -07:00
matlabbe
a94a4c9802
adding ros2 iron CI / docker, fixing #1103
0.21.2-iron
2023-08-05 14:38:39 -07:00
matlabbe
e2f037189a
git push origin masterMerge branch 'borongyuan-msckf_vio_update'
2023-07-30 12:15:03 -07:00
matlabbe
bcb29cfb66
msckf: backward compatibility update for euroc dataset evaluation
2023-07-30 12:14:35 -07:00
matlabbe
d25bb758ca
Merge branch 'msckf_vio_update' of https://github.com/borongyuan/rtabmap into borongyuan-msckf_vio_update
2023-07-30 11:43:06 -07:00
matlabbe
424dc90dce
Added Vis/PnPVarianceMedianRatio parameter (to tune pnp computed covariance)
2023-07-27 16:13:30 -07:00
Borong Yuan
5d6875ed98
change for initial frame update
2023-07-24 21:10:55 +08:00
Borong Yuan
f8b761d79b
msckf_vio now supports c++14
2023-07-24 14:08:04 +08:00
matlabbe
446590b19f
Merge branch 'guoqingzh-guoqingz/multi_noncentral'
2023-07-22 11:06:14 -04:00
matlabbe
3feb03cf35
Added Vis/PnPSamplingPolicy parameter (opengv "multi" ransac)
2023-07-22 11:05:21 -04:00
matlabbe
a593b0d525
Merge branch 'guoqingz/multi_noncentral' of https://github.com/guoqingzh/rtabmap into guoqingzh-guoqingz/multi_noncentral
2023-07-21 11:35:26 -04:00
matlabbe
ca4276a951
Merge branch 'borongyuan-oak-d-poe-update'
2023-07-21 09:10:27 -04:00
matlabbe
e8b54de94a
CameraDepthAi: Fixed buffered frames
2023-07-21 09:10:06 -04:00
Borong Yuan
f9719c197d
disparityToDepthUseSpecTranslation is enabled by default as recommended
2023-07-20 00:28:36 +08:00
Borong Yuan
d391f237eb
update imu callback
2023-07-17 23:35:03 +08:00
Borong Yuan
0b4f5d2925
remove unnecessary conversion function
2023-07-17 17:00:43 +08:00
Borong Yuan
7d2272beb3
fix ProtocolToStr() visibility
2023-07-17 10:09:49 +08:00
Borong Yuan
6d690a315a
Using VideoEncoder on PoE devices
2023-07-17 03:32:18 +08:00
Borong Yuan
ce81fe445a
specify device using MXID or IP/USB name
2023-07-15 20:58:00 +08:00
Borong Yuan
a2a75a28ba
add imu local transform for oak-d poe models
2023-07-14 20:18:48 +08:00
Guoqing Zhang
ddeca4585d
Motion estimation: use MultiNoncentralAbsolutePoseSacProblem to estimate camera pose
2023-07-11 16:35:55 +03:00
matlabbe
64f79813cd
Added error log message when graph optimization error is huge (error ratio over > 100) and RGBD/OptimizeMaxError is disabled.
2023-07-03 18:04:54 -07:00
matlabbe
b8c298efd9
Added devcontainer
2023-07-02 23:49:02 -07:00
matlabbe
97be9d4ace
Localization mode: Fixed proximity detection permanently disabled when Rtabmap/StartNewMapOnLoopClosure is true
2023-06-27 17:25:07 -07:00
Chris Lalancette
f8c4b62591
Remove dependency on qt_gui_cpp. ( #1072 )
...
There is no dependency in this package on qt_gui_cpp.
Instead, just use a dependency on qtbase5-dev
Signed-off-by: Chris Lalancette <clalancette@gmail.com >
2023-06-27 13:07:47 -07:00
matlabbe
a1168ba8a9
docker: removed focal-foxy (EOL)
2023-06-27 12:14:00 -07:00
matlabbe
c307f5c65f
Removing foxy from CI (EOL)
2023-06-27 12:11:07 -07:00
matlabbe
b0cf2e9927
Update cmake-ros.yml with setup-ros 0.6
2023-06-27 11:16:14 -07:00