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.

Package Summary

Tags No category tags.
Version 1.0.0
License AIRLAB
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/airlab-polimi/scout_nav2.git
VCS Type git
VCS Version main
Last Updated 2024-05-09
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

Nav2 with Scout robot in gazebo simulation

Additional Links

Maintainers

  • Simone Giampà

Authors

  • Simone Giampà

Scout NAV2: Navigation2 stack for the AgileX Scout robot

This package offers the configuration files and launch files for the navigation of the AgileX Scout robot with Nav2. It provides a tuned set of parameters for autonomous navigation with dynamic obstacle avoidance, using the Navigation2 stack. It also provides some maps created for both simulated and real environments in the laboratory.

Contributor

Author: Simone Giampà

Project realized at Politecnico di Milano, Artificial Intelligence and Robotics Laboratory (AIRLAB)

Project part of my Master’s Thesis project for the Master’s Degree in Computer Science and Engineering

Academic Year: 2023/2024

Usage

The parameters for autonomous navigation will be selected automatically based on the parameters provided in the launch file. The launch file will be needed to be modified according to the specific robot configuration and environment, for example for selecting a new map or changing the set of parameters for NAV2. Launch file for the entire navigation stack:

$ ros2 launch nav2.launch.py

Parameters:

  • simulation: true if running in simulation with gazebo, false if launching the real AgileX Scout robot with real sensors
  • slam: True if you want to use SLAM toolbox for map creation, False if you want to do localization + navigation
  • localization: choose the localization algorithm, among amcl and slam_toolbox

The navigation stack is based on the package nav2_bringup from the Navigation2 stack. The nav2.launch.py launch file launches the following nodes in a composable environment (allowing faster intra-process communication):

  • nav2_controller_server: the controller server node, with a goal checker, a progress checker and a MPPI controller (local planner).
  • nav2_planner_server: the SMAC Hybrid A* node (global planner).
  • nav2_costmap_server: the costmap server node, supporting a local costmap and a global costmap.
  • nav2_bt_navigator: the behavior tree manager plugin.
  • nav2_behavior_server: the behavior tree server node.
  • nav2_lifecycle_manager: the lifecycle manager composable node.
  • nav2_map_server: the map server node.
  • nav2_map_saver: the map saver node.
  • nav2_amcl: the AMCL node for localization using a laserscan topic.
  • nav2_smoother_server: the smoother server node, for smooth trajectory computation.
  • nav2_velocity_smoother: the velocity smoother node, for limiting velocities and accelerations.
  • nav2_collision_monitor: the collision monitor node.
  • nav2_waypoint_follower: the waypoint follower node.
  • slam_toolbox: the SLAM toolbox node.
  • spatio_temporal_voxel_layer: the spatio-temporal voxel layer node.

Note: the original nav2-bringup package has been substituted with a custom version, which is a fork of the original package. The custom version is available at nav2-bringup-custom folder. The custom version is needed to allow the use of the nav2_collision_monitor node, which is not available in the original package.

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

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged scout_nav2 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.