andino_slam package from andino repoandino_apps andino_base andino_bringup andino_control andino_description andino_firmware andino_gz_classic andino_hardware andino_navigation andino_slam |
|
Package Summary
Tags | No category tags. |
Version | 0.2.0 |
License | BSD Clause 3 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/Ekumen-OS/andino.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-09-16 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
The andino_slam package
Additional Links
No additional links.
Maintainers
- Franco Cipollone
Authors
- Franco Cipollone
andino_slam
Description
For achieving SLAM we rely on the great slam_toolbox
package.
Usage
After the robot bring up, simply execute the provided launch file.
ros2 launch andino_slam slam_toolbox_online_async.launch.py
Several configuration can be forwarded to the slam_toolbox_node
. By default, the configuration parameters are obtained from config/slam_toolbox_only_async.yaml. In case a custom file is wanted to be passed, simply use the launch file argument for indicating the path to a new file.
ros2 launch andino_slam slam_toolbox_online_async.launch.py slams_param_file:=<my_path>
For saving the map you can use map_saver_cli
node provided by Nav2.
ros2 run nav2_map_server map_saver_cli -f <my-map-name>
You can modify the threshold for free space (0.25) and occupied space (0.65) by using
--free
and --occ
arguments.
ros2 run nav2_map_server map_saver_cli --free 0.15 -f <my-map-name>
More information at:
- https://navigation.ros.org/configuration/packages/configuring-map-server.html
- https://github.com/ros-planning/navigation2/tree/main/nav2_map_server
Once you have the map saved, you can navigate on it!
Go to andino_navigation
to learn how.
CHANGELOG
Changelog for package andino_slam
0.2.0 (2024-07-19)
- Improves andino_navigation package. (#224)
- Contributors: Franco Cipollone
0.1.0 (2023-10-09)
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 | |
slam_toolbox |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
andino_gz |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged andino_slam at Robotics Stack Exchange
No version for distro iron. 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.
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 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.