Commit Graph
67 Commits
Author SHA1 Message Date
matlabbe 2eef2b3231 Lyrical support (#1433)
* Lyrical support

* removed dep not available on lyrical

* updated docker lyrcical

* making cmake less verbose, disabled tests on rtabmap_python

* cleanup not used tests in rtabmap_python

* addressing some lyrical deprecated warnings

* cancel pr jobs on recommit

* small refactor

* disabled lyrical bin docker

* restored python test and fixed error

* trigger ci

* fixing docker lyrical

* disabled rtabmap_ros lyrical

* pytest

* fixing packages-skip

* bump 0.23.7
2026-06-21 12:55:28 -07:00
matlabbe a2b3747120 Added some composition examples 2026-06-13 21:44:39 -07:00
matlabbe 3bc26e1a41 Updated euroc example to use rectify_node instead of image_proc (#1404) 2026-03-21 14:06:02 -07:00
matlabbe 2fb3923212 merged master->ros2 (new multi_rgbd_inertial_dataset.launch.py example), fixed rtabmap_viz error on exit, fixed default name of rgbdx_sync node, fixed yaml_to_camera_info.py exit exception 2026-02-21 18:06:19 -08:00
matlabbe 95004363b4 multi_rgbd_inertial_dataset.launch: record intermediate poses 2026-02-19 19:51:33 -08:00
matlabbe 9d7fb44723 Added multi_rgbd_inertial_dataset.launch example (https://github.com/introlab/rtabmap/issues/1654). Also fixed dev container not showing GUI apps. 2026-02-19 19:18:11 -08:00
matlabbe 6ed02b65e4 Added new depthai examples (color and stereo) 2026-02-08 14:54:33 -08:00
matlabbe 3283309e76 Added realsense D435i combined IR stereo VO and RGB-D SLAM example 2026-02-08 12:10:47 -08:00
matlabbe 9963bc06af Added VINS-Fusion example. 2025-11-01 13:09:39 -07:00
matlabbe 2477bc21c3 Making odometry's services private (under odometry node namespace) like rtabmap node instead of being global. For example, "reset_odom" will be under "rgbd_odometry/reset_odom". Added new parameter for rtabmap_viz to call correctly odometry services, with "odometry_node_name" set to "rgbd_odometry" by default. 2025-10-19 17:02:25 -07:00
matlabbe 491a04b78b merged master->ros2 2025-09-14 18:41:31 -07:00
matlabbe 3d827e002d Fixing internal VINS-fusion not in par to external vins fusion (#911) 2025-09-14 23:46:16 +00:00
matlabbe ca6a2c2ff7 bump 0.22.1 2025-07-12 17:18:44 -07:00
matlabbe 945101697a bump version 0.22.0 2025-06-08 16:01:18 -07:00
matlabbe 29b4734cd7 merged master->ros2 2025-06-08 15:45:43 -07:00
matlabbe aa1e17b1c1 Updated lidar3d examples with new option "rgbd_images_topic" to input multi-camera data. 2025-06-07 13:31:50 -07:00
matlabbe 4e6924979d lidar3d examples: fixed min_loop_closure_overlap parameter not converted to string. 2025-05-01 19:14:28 -07:00
matlabbe f122dbace5 bump 0.21.13 2025-04-27 15:22:34 -07:00
matlabbe f5a3e48705 lidar3d examples: added gps_topic argument 2025-03-30 14:17:34 -07:00
matlabbe a2f2971094 Updated lidar3d examples (and new 2x lidars example) 2025-03-29 21:29:46 -07:00
matlabbe 81d99d2c1c Improved rgbdslam_datasets.launch.py to re-use vo features in back-end (#1277), also added ground truth recording. 2025-03-01 17:43:22 -08:00
matlabbe a4dafb6ba5 bump 0.21.10 (merged master) 2025-02-12 19:27:01 -08:00
matlabbe 59390d8199 bump 0.21.10 2025-02-12 19:25:32 -08:00
matlabbe d12f73af6a bump 0.21.9 2024-12-01 10:46:41 -08:00
matlabbe 3f6adad463 ROS2 various QOL updates (preparing new binary release) (#1225)
* Updating examples and README

* updated main readme

* odom: Added always_check_imu_tf parameter. sync: increased default sync_queue_size from 2 to 5 (to be more flexible to different hardware), added input and output diagnostics. rtabmap_viz: fixed node with same name redeclared warning.

* update readme

* Added husky demo

* converted demo_robot_mapping.launch to ros2

* Converted stereo_outdoor demo from ros1 to ros2

* Converted multi-session demo to ros2

* Converted demo_find_object launch to ros2

* renamed files

* uniformized default qos, increased sync_queue_size default to 10

* Added vlp16 + imu example

* Added husky 3D lidar demos

* moved demos in subdir

* Added vlp16+zed example

* rtabmap_viz: ignore odom update if tf not ready when not using topic (to avoid showing red screen). Added champ VSLAM demo.

* forwarded camera_model arg for zed examples, removed qos for turtlebot4 demo

* pointcloud_to_depthimage: added more error logs, removed output camera_info published twice and match ros1 namespaces

* Created two base general examples for 3D lidar usage, then create hardware specific examples on top of them.

* Added isaac sim demo

* Final update of all demos. Fixed MapCloud rviz plugin crashing when floor/ceiling filtering is used and resulting cloud is empty.

* Fixed 2d scan deskewing output frame, moved nav2 params under "params" folder, added number of topics processed/dropped for odometry, added icp_odometry option for turtlebot3 scan-only demo.

* rtabmap_demos: added README with examples

* Added TOC

* bump version to 0.21.9
2024-11-30 17:28:16 -08:00
Reza Kermaniandmatlabbe c83cff14c9 update realsense examples for ros2 (#1224)
* update realsense examples

* Modifiying realsense2 namespace instead.

* single quote str

---------

Co-authored-by: matlabbe <matlabbe@gmail.com>
2024-10-16 21:04:25 -07:00
matlabbe 18f2788a37 zed.launch.py: Fixed use_zed_odometry arg behavior 2024-09-05 21:05:50 -07:00
matlabbe dac04faef0 zed example: added use_zed_odometry option 2024-09-04 19:38:05 -07:00
matlabbeandBorong Yuan c956e3780f Fixing topic sync lagging and delay issues, more examples (depthai, zed) (#1206)
* Fixed odometry latency

* Fixed node ID=0 issues as msgs may not have seq. (#1202)

(cherry picked from commit 097cab0667)

* Odom: removed long processing from ros callbacks (decreasing delay, also making delay independent of the message filters topic_queue_size and sync_queue_size parameters)

* Changed a log from info->debug

* Changed a log from info->debug

* Updated default topic and sync queue_size inside nodes. Exposing topic and sync queue size params in warning when cannot synchronize. Added zed and depthai examples. Odom: Fixed imu callback group, added multi-threaded executors for all odometry nodes.

* fixed merge

* Include everything needed in example launch files for simple launch. Small fixes.

---------

Co-authored-by: Borong Yuan <yuanborong@hotmail.com>
2024-09-04 00:46:44 -07:00
matlabbe 76c6a1fa8f examples: added missing exec_depend imu_complementary_filter for euroc_datasets.launch example (#1179) 2024-06-30 20:31:23 +00:00
matlabbe 86f91f3cec bump 0.21.5 2024-05-27 12:01:05 -07:00
matlabbe 655ab10fc8 bump 0.21.5 2024-05-27 11:19:25 -07:00
matlabbe bfef9eed54 vlp example: moved rtabmap's parameters from arguments to parameters to avoid string parameter conversion errors like #1134 2024-03-24 16:41:44 -07:00
matlabbe b2856b3037 merged master->ros2 (0.21.4) 2024-02-20 19:43:45 -08:00
matlabbe 609a424ba6 bump 0.21.4 2024-02-20 19:19:29 -08:00
matlabbe d5dad838ea merged master->ros2 (bump package version to 0.21.3) 2024-01-03 18:58:04 -08:00
matlabbe 6d8e65cfa9 bump ros package version to 0.21.3 2024-01-03 18:52:24 -08:00
matlabbe 0748b91acc Updated osuter example with option to set wait tf duration, increased too low Icp/PMOutlierRatio 2023-12-09 15:57:33 -08:00
matlabbe bf5b3ef157 Added kinect for xbox 360 example (https://github.com/introlab/rtabmap/discussions/1124) 2023-11-23 12:20:05 -08:00
matlabbe 67de27b1ee Add rtabmap_msgs/SensorData (#1055)
* Add rtabmap_msgs/SensorData

* After testing fixes

* Updated output topic name

* added explicit --logconsole for nodelets

* fixed intermediate nodes not generated

* Refactored SyncDiagnostic usage to handle nodelet name

* SyncDiagnostic: added TimeStampStatus. Odom: added new status when data not received yet

* rtabmap: Fixed parameters not updated when using nodelet
2023-11-19 13:16:35 -08:00
matlabbe aaac47adae bump version 0.21.2 2023-08-05 14:41:46 -07:00
Adrián RicárdezandAdrian Ricardez Ortigosa b32f15e2f1 Multi camera examples using D405 (#1002)
Co-authored-by: Adrian Ricardez Ortigosa <adrian.ricardezortigosa@dlr.de>
2023-07-24 11:27:00 -07:00
matlabbe 49316bff00 merged master->ros2 2023-06-17 18:17:20 -07:00
Linda TJ a6e4414967 Spelling fix (#971) 2023-05-18 20:03:18 -07:00
matlabbe 65a8faf78e usyd_dataset: updated visual parameters 2023-04-30 14:36:38 -07:00
matlabbe 0bd2190f77 rtabmap_examples: Added missing exec_depend 2023-04-24 11:37:13 -07:00
matlabbe 1d01511a05 rtabmap_examples: updated usyd_dataset.launch 2023-04-23 19:14:10 -07:00
matlabbe e0cae222be euroc: fixed static TF issue with V2 datasets 2023-04-16 12:35:28 -07:00
matlabbe 3e140a04e6 Update test_ouster_gen2.launch
suggestion from #566
2023-04-15 16:29:02 -07:00
matlabbe 95e763cd7e Added possible missing deps 2023-04-15 10:53:11 -07:00