navigation2
navigation2 copied to clipboard
ROS 2 Navigation Framework and System
## Bug report **Required Info:** - Operating System: - Ubuntu 22.04.5 LTS - ROS2 Version: - Iron binaries - Version or commit hash: - ros-iron-navigation2 1.2.9-1jammy.20240815.145756 - DDS implementation: -...
## Bug report **Required Info:** - Operating System: - Ubuntu 22.04 - ROS2 Version: - Humble - Version or commit hash: - 1.1.16-1jammy.20240830.231501 - DDS implementation: - CycloneDDS #### Steps...
https://github.com/ros-navigation/navigation2/pull/4558 fixed our CI issues caused by https://github.com/ros2/rclcpp/issues/2589. Revert once resolved and for the test case
The controller server uses a configurable goal checker to determine if the robot has completed its current path as defined by the global plan. Current goal checkers compare the goal...
## Feature request The dock_backwards parameter as a dock_plugin parameter #### Feature description The dock_backwards param is a general param of the node, so it is fixed once the node...
Previously, we didn't do this since IPC required the use of only the default QoS profiles and we use several others in Nav2 for various things. We should investigate if...
## Feature request #### Feature description I believe it would make sense to have an option to ignore the deceleration limits when the commanded velocity is 0. Something like that...
--- ## Basic Info | Info | Please fill out this column | | ------ | ----------- | | Ticket(s) this addresses | https://github.com/ros-navigation/navigation2/issues/3017, https://github.com/ros-navigation/navigation2/pull/3930| | Primary OS tested on...
## Bug report **Required Info:** - Operating System: UBUNTU 22 - ROS2 Version: Humble - Version or commit hash: dpkg-query --show "ros-$ROS_DISTRO-navigation2" ros-humble-navigation2 1.1.16-1jammy.20240824.191514 - DDS implementation: Cyclone #### Steps...
Per https://github.com/ros-navigation/navigation2/issues/3765, there was a bug requiring us to set a high action timeout to prevent goals from going out of scope in the `rclcpp_action`. This has been resolved, but...