navigation2
navigation2 copied to clipboard
ROS 2 Navigation Framework and System
## Bug report **Required Info:** - Operating System: - Docker 20.04 Ubuntu - ROS2 Version: - rolling - Version or commit hash: - latest 104bdc51fb72e05af4ccb4fb96a2fd421239f016 - DDS implementation: - rmw_cyclonedds_cpp...
Signed-off-by: Aaron Chong --- ## Basic Info | Info | Please fill out this column | | ------ | ----------- | | Ticket(s) this addresses | [(add tickets here #1)](https://github.com/ros-planning/navigation2/issues/3092)...
## Bug report **Required Info:** - Operating System: Ubuntu 22.04 - ROS2 Version: Humble - Version or commit hash: `main` - DDS implementation: Fast-RTPS #### Steps to reproduce issue Missing...
E.g. have a service that can change values in the blackboard and/or request a current value to be returned
--- ## Basic Info | Info | Please fill out this column | | ------ | ----------- | | Ticket(s) this addresses | https://github.com/ros-planning/navigation2/pull/2982 | | Primary OS tested on...
## Bug report **Required Info:** - Operating System: - Docker 20.04 Ubuntu - ROS2 Version: - rolling - Version or commit hash: - latest 97068787fb35894a098f9c4600b5a06c7dddf43b - DDS implementation: - rmw_cyclonedds_cpp...
This PR fixes failing in CI `test_keepout_filter`, `test_speed_filter_global`, `test_speed_filter_local` tests. --- ## Basic Info | Info | Please fill out this column | | ------ | ----------- | | Ticket(s)...
## Bug report **Required Info:** - Operating System: - Docker 20.04 Ubuntu - ROS2 Version: - rolling - Version or commit hash: - latest 104bdc51fb72e05af4ccb4fb96a2fd421239f016 - DDS implementation: - rmw_cyclonedds_cpp...
--- ## Basic Info | Info | Please fill out this column | | ------ | ----------- | | Ticket(s) this addresses | #3086 | | Primary OS tested on...
The path returned by smac planner doesn't explicitly include the start. `bool NodeHybrid::backtracePath(CoordinateVector & path` will not add the start node (who's parrent I would assume is a nullptr). Whats...