-
Notifications
You must be signed in to change notification settings - Fork 562
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
116 changed files
with
6,099 additions
and
572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.pydevproject | ||
.settings | ||
__pycache__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>rtabmap_conversions</name> | ||
<version>0.21.5</version> | ||
<version>0.21.9</version> | ||
<description>RTAB-Map's conversions package. This package can be used to convert rtabmap_msgs's msgs into RTAB-Map's library objects.</description> | ||
<maintainer email="[email protected]">Mathieu Labbe</maintainer> | ||
<author>Mathieu Labbe</author> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
# rtabmap_demos | ||
|
||
- [rtabmap_demos](#rtabmap-demos) | ||
+ [Outdoor Stereo VSLAM](#outdoor-stereo-vslam) | ||
+ [Indoor 2D LiDAR and RGB-D SLAM](#indoor-2d-lidar-and-rgb-d-slam) | ||
+ [Multi-Session Indoor 2D LiDAR and RGB-D SLAM](#multi-session-indoor-2d-lidar-and-rgb-d-slam) | ||
+ [Find-Object with SLAM](#find-object-with-slam) | ||
+ [Turtlebot4 Nav2, 2D LiDAR and RGB-D SLAM](#turtlebot4-nav2--2d-lidar-and-rgb-d-slam) | ||
+ [Turtlebot3 Nav2 and 2D LiDAR SLAM](#turtlebot3-nav2-and-2d-lidar-slam) | ||
+ [Turtlebot3 Nav2 and RGB-D SLAM](#turtlebot3-nav2-and-rgb-d-slam) | ||
+ [Turtlebot3 Nav2, 2D LiDAR and RGB-D SLAM](#turtlebot3-nav2--2d-lidar-and-rgb-d-slam) | ||
+ [Champ Quadruped Nav2, Elevation Map and VSLAM](#champ-quadruped-nav2--elevation-map-and-vslam) | ||
+ [Clearpath Husky Nav2, 2D LiDAR and RGB-D SLAM](#clearpath-husky-nav2--2d-lidar-and-rgb-d-slam) | ||
+ [Clearpath Husky Nav2, 3D LiDAR and RGB-D SLAM](#clearpath-husky-nav2--3d-lidar-and-rgb-d-slam) | ||
+ [Clearpath Husky Nav2, 3D LiDAR Assembling and RGB-D SLAM](#clearpath-husky-nav2--3d-lidar-assembling-and-rgb-d-slam) | ||
+ [Isaac Sim Nav2 and Stereo SLAM](#isaac-sim-nav2-and-stereo-slam) | ||
+ [Isaac Sim Nav2 and RGB-D VSLAM](#isaac-sim-nav2-and-rgb-d-vslam) | ||
|
||
### Outdoor Stereo VSLAM | ||
``` | ||
ros2 launch rtabmap_demos stereo_outdoor_demo.launch.py | ||
``` | ||
![Peek 2024-11-29 10-52](https://github.com/user-attachments/assets/b6dd4a1c-5bd5-4cfa-936d-e8e707bbcb23) | ||
|
||
### Indoor 2D LiDAR and RGB-D SLAM | ||
``` | ||
ros2 launch rtabmap_demos robot_mapping_demo.launch.py rviz:=true rtabmap_viz:=true | ||
``` | ||
![Peek 2024-11-29 11-07](https://github.com/user-attachments/assets/b02beeea-28ed-4fde-932d-c89bef1a046d) | ||
|
||
### Multi-Session Indoor 2D LiDAR and RGB-D SLAM | ||
``` | ||
ros2 launch rtabmap_demos multisession_mapping_demo.launch.py | ||
``` | ||
![Peek 2024-11-29 11-48](https://github.com/user-attachments/assets/b130e5ab-618f-4c8b-840f-f926b65ab53b) | ||
|
||
### Find-Object with SLAM | ||
``` | ||
ros2 launch rtabmap_demos find_object_demo.launch.py | ||
``` | ||
![Peek 2024-11-29 12-01](https://github.com/user-attachments/assets/b3cc0c67-517a-4f69-b4cc-35d288e96165) | ||
|
||
### Turtlebot4 Nav2, 2D LiDAR and RGB-D SLAM | ||
``` | ||
ros2 launch rtabmap_demos turtlebot4_sim_demo.launch.py | ||
``` | ||
![Peek 2024-11-29 12-19](https://github.com/user-attachments/assets/5914e34c-19f1-4b7c-b4df-2e7084946888) | ||
|
||
### Turtlebot3 Nav2 and 2D LiDAR SLAM | ||
``` | ||
ros2 launch rtabmap_demos turtlebot3_sim_scan_demo.launch.py | ||
``` | ||
![Peek 2024-11-29 12-23](https://github.com/user-attachments/assets/e3c31c5a-5c46-4370-ad17-38c795db7917) | ||
|
||
### Turtlebot3 Nav2 and RGB-D SLAM | ||
``` | ||
ros2 launch rtabmap_demos turtlebot3_sim_rgbd_demo.launch.py | ||
``` | ||
![Peek 2024-11-29 14-22](https://github.com/user-attachments/assets/5088be17-0875-42cc-b863-d14468c67f26) | ||
|
||
### Turtlebot3 Nav2, 2D LiDAR and RGB-D SLAM | ||
``` | ||
ros2 launch rtabmap_demos turtlebot3_sim_rgbd_scan_demo.launch.py | ||
``` | ||
![Peek 2024-11-29 13-41](https://github.com/user-attachments/assets/2e878158-b1b6-48a4-801c-72cdb41b4783) | ||
|
||
### Champ Quadruped Nav2, Elevation Map and VSLAM | ||
``` | ||
ros2 launch rtabmap_demos champ_sim_vslam.launch.py | ||
``` | ||
![Peek 2024-11-29 15-00](https://github.com/user-attachments/assets/d1a27c78-27bc-4901-82a7-59b5d24e6454) | ||
|
||
### Clearpath Husky Nav2, 2D LiDAR and RGB-D SLAM | ||
``` | ||
ros2 launch rtabmap_demos husky_sim_scan2d_demo.launch.py | ||
``` | ||
![Peek 2024-11-29 15-30](https://github.com/user-attachments/assets/c8f79b86-253e-4c8e-ac7a-c26584f43fa4) | ||
|
||
### Clearpath Husky Nav2, 3D LiDAR and RGB-D SLAM | ||
``` | ||
ros2 launch rtabmap_demos husky_sim_scan3d_demo.launch.py | ||
``` | ||
![Peek 2024-11-29 15-36](https://github.com/user-attachments/assets/a4b6e6ae-38ed-44da-bbfb-d3c30a301f9c) | ||
|
||
### Clearpath Husky Nav2, 3D LiDAR Assembling and RGB-D SLAM | ||
``` | ||
ros2 launch rtabmap_demos husky_sim_scan3d_assemble_demo.launch.py | ||
``` | ||
![Peek 2024-11-29 16-16](https://github.com/user-attachments/assets/b2235bd2-33d2-4c44-b6e9-9923a524632b) | ||
|
||
### Isaac Sim Nav2 and Stereo SLAM | ||
``` | ||
ros2 launch rtabmap_demos isaac_sim_vslam_demo.launch.py | ||
``` | ||
![Peek 2024-11-29 17-49](https://github.com/user-attachments/assets/54cd0c82-aaed-47e5-911a-f286b6d2cc17) | ||
|
||
### Isaac Sim Nav2 and RGB-D VSLAM | ||
``` | ||
ros2 launch rtabmap_demos isaac_sim_vslam_demo.launch.py stereo:=false vo:=rtabmap | ||
``` | ||
![Peek 2024-11-30 13-22](https://github.com/user-attachments/assets/240820c6-4dea-4cbf-9431-b4b3af695d51) |
Oops, something went wrong.