No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
![]() |
jackal_3d_slam package from 3d_slam_and_object_detection repojackal_3d_slam |
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | MIT |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/r-shima/3d_slam_and_object_detection.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2024-01-31 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This packages implements 3D SLAM and object detection on the Jackal UGV
Additional Links
No additional links.
Maintainers
- rshima
Authors
No additional authors.
jackal_3d_slam
This package implements 3D SLAM using RTAB-Map, autonomous navigation using Nav2, and real-time object detection using YOLOv7. In addition, it allows you to perform point cloud processing.
Usage
Before using this package, you must set up the Jackal on ROS 2 Humble. Follow the instructions here to get the Jackal up and running.
Executables
-
filter
: This runs thepoint_cloud_processing
node, which removes and downsamples noisy point cloud data using PassThrough, RadiusOutlierRemoval, and VoxelGrid filters. The node subscribes to/velodyne_points
and publishes sensor_msgs/msg/PointCloud2 messages to/filtered_velodyne_points
. -
object_detection.py
: This runs YOLOv7 to perform object detection. It is based on the code in a separate repository here.Launch Files
-
ros2 launch jackal_3d_slam filtered_velodyne.launch.py
allows RTAB-Map to use the filtered point cloud to generate an occupancy grid map. The arguments are the following:-
use_sim_time
: Uses simulation clock. Default is false. -
deskewing
: Enables LiDAR deskewing. Default is true.
-
-
ros2 launch jackal_3d_slam jackal_nav.launch.py
loads the Nav2 parameters that are modified to work with the Jackal -
ros2 launch jackal_3d_slam jackal_transform.launch.py
publishes a static transform betweenbase_link
andvelodyne
, and runs RTAB-Map. The arguments are the following:-
publish_static_tf
: Publishes a static transform betweenbase_link
andvelodyne
. Default is true. -
use_unfiltered
: Launches RTAB-Map with unfiltered point cloud. Default is false. -
use_filtered
: Launches RTAB-Map with filtered point cloud. Default is false.
-
-
ros2 launch jackal_3d_slam object_detection.launch.xml
runs YOLOv7 object detection on a RealSense camera -
ros2 launch jackal_3d_slam start_3d_slam.launch.xml
starts the Jackal, Velodyne nodes, and Nav2. It runs thepoint_cloud_processing
node depending on the value of the argument below.-
filter
: Determines whether or not to filter the point cloud. Default is false.
-
-
ros2 launch jackal_3d_slam velodyne.launch.py
allows RTAB-Map to use the unfiltered point cloud to generate an occupancy grid map. The arguments are the following:-
use_sim_time
: Uses simulation clock. Default is false. -
deskewing
: Enables LiDAR deskewing. Default is true.
-
Parameters
The following parameters in config/filter_params.yaml
can be used to change the filter settings:
-
x_filter_min
: the minimum value for the PassThrough filter limit in the x direction -
x_filter_max
: the maximum value for the PassThrough filter limit in the x direction -
z_filter_min
: the minimum value for the PassThrough filter limit in the z direction -
z_filter_max
: the maximum value for the PassThrough filter limit in the z direction -
search_radius
: the sphere radius used for finding the k-nearest neighbors for the RadiusOutlierRemoval filter -
num_neighbors
: the minimum number of neighbors that a point needs to have for the RadiusOutlierRemoval filter -
voxel_leaf_size
: the leaf size for the VoxelGrid filter
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_cmake_python | |
rclpy | |
ros2launch | |
ament_lint_auto | |
ament_lint_common | |
rclcpp | |
sensor_msgs | |
pcl_conversions |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
- launch/start_3d_slam.launch.xml
-
- filter [default: false]
- launch/object_detection.launch.xml
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged jackal_3d_slam at Robotics Stack Exchange
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.