|
Package Summary
Tags | No category tags. |
Version | 1.1.17 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/navigation2.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-11-08 |
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
Additional Links
Maintainers
- David V. Lu!!
Authors
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
mir_dwb_critics | |
mir_navigation | |
nav2_dwb_controller |
Launch files
Messages
Services
Plugins
Recent questions tagged dwb_critics at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 1.2.10 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/navigation2.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2024-10-02 |
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
Additional Links
Maintainers
- David V. Lu!!
Authors
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
mir_dwb_critics | |
mir_navigation | |
nav2_dwb_controller |
Launch files
Messages
Services
Plugins
Recent questions tagged dwb_critics at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 1.3.3 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/navigation2.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-11-08 |
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
Additional Links
Maintainers
- David V. Lu!!
Authors
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
mir_dwb_critics | |
mir_navigation | |
nav2_dwb_controller |
Launch files
Messages
Services
Plugins
Recent questions tagged dwb_critics at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 0.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/robot_navigation.git |
VCS Type | git |
VCS Version | noetic |
Last Updated | 2022-06-27 |
Dev Status | DEVELOPED |
CI status |
|
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David V. Lu!!
Authors
- David V. Lu!!
dwb_critics
This package contains plugin implementations of dwb_local_planner::TrajectoryCritic
sufficient to replicate the behavior of dwa_local_planner
.
Obstacle Avoidance
There are two options for critics that examine the contents of the costmap and reject trajectories that come close to obstacles.
-
BaseObstacleCritic
assumes a circular robot, and therefore only needs to check one cell in the costmap for each pose in the trajectory (assuming the costmap is properly inflated). -
ObstacleFootprintCritic
uses the robot’s footprint and checks all of the cells along the outline of the robot’s footprint at each pose.
Progress Toward the Goal along the Path
There are two critics which evaluate the robot’s position at the end of the trajectory relative to the goal pose and the global plan.
-
GoalDistCritic
estimates the distance from the last pose to the goal pose. -
PathDistCritic
estimates the distance from the last pose to the closest pose in the global plan.
Alignment
There are also two critics for keeping the robot pointed in the right direction. They use a point on the front of the robot as a proxy to calculate which way the robot is pointed.
-
GoalAlignCritic
estimates the distance from the front of the robot to the goal pose. This score will be higher if the robot is pointed away from the goal. -
PathAlignCritic
estimates the distance from the front of the robot to the closest point in the global plan. This score will be higher if the robot is pointed away from the global plan.
Rotating to the Goal
There is a special case in the navigation when the robot reaches the correct XY position, but still needs to rotate to the proper yaw. The standard critics will not be useful in this case. Instead we have RotateToGoalCritic
which operates in a couple different modes.
- If the robot is not yet in the correct XY position, it has no effect on the trajectory score.
- If the robot is at the correct XY position but still moving, this critic will score the trajecotries such that the robot slows down.
- If the robot is at the correct XY position and stopped its forward motion, the critic will A) Disallow trajectories with forward motion B) Score trajectories (rotations) based on how close to the goal yaw they get.
Other Critics
-
OscillationCritic
detects oscillations by looking at the sign of the commanded motions. For example, if in a short window, the robot moves forward and then backward, it will penalize further trajectories that move forward again, as that is considered an oscillation. -
PreferForwardCritic
was implemented but not used byDWA
and penalize trajectories that move backwards and/or turn too much. -
TwirlingCritic
penalizes trajectories with rotational velocities
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
roslint | |
angles | |
costmap_queue | |
dwb_local_planner | |
geometry_msgs | |
nav_2d_msgs | |
nav_2d_utils | |
nav_core2 | |
nav_grid_iterators | |
pluginlib | |
roscpp | |
sensor_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dwb_critics at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 0.1.7 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/navigation2.git |
VCS Type | git |
VCS Version | crystal-devel |
Last Updated | 2019-03-13 |
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
Additional Links
Maintainers
- David V. Lu!!
Authors
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
nav2_dwb_controller |
Launch files
Messages
Services
Plugins
Recent questions tagged dwb_critics at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 0.3.5 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/navigation2.git |
VCS Type | git |
VCS Version | eloquent-devel |
Last Updated | 2021-01-04 |
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
Additional Links
Maintainers
- David V. Lu!!
Authors
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
nav2_common | |
ament_cmake | |
ament_lint_common | |
ament_lint_auto | |
angles | |
nav2_costmap_2d | |
nav2_util | |
costmap_queue | |
dwb_core | |
geometry_msgs | |
nav_2d_msgs | |
nav_2d_utils | |
pluginlib | |
rclcpp | |
sensor_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
nav2_dwb_controller |
Launch files
Messages
Services
Plugins
Recent questions tagged dwb_critics at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 0.2.6 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/navigation2.git |
VCS Type | git |
VCS Version | dashing-devel |
Last Updated | 2020-12-28 |
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
Additional Links
Maintainers
- David V. Lu!!
Authors
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
nav2_dwb_controller |
Launch files
Messages
Services
Plugins
Recent questions tagged dwb_critics at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 1.0.12 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/navigation2.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2022-09-15 |
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
Additional Links
Maintainers
- David V. Lu!!
Authors
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
mir_dwb_critics | |
mir_navigation | |
nav2_dwb_controller |
Launch files
Messages
Services
Plugins
Recent questions tagged dwb_critics at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 0.4.7 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/navigation2.git |
VCS Type | git |
VCS Version | foxy-devel |
Last Updated | 2022-08-31 |
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
Additional Links
Maintainers
- David V. Lu!!
Authors
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
nav2_common | |
ament_cmake | |
ament_lint_common | |
ament_lint_auto | |
angles | |
nav2_costmap_2d | |
nav2_util | |
costmap_queue | |
dwb_core | |
geometry_msgs | |
nav_2d_msgs | |
nav_2d_utils | |
pluginlib | |
rclcpp | |
sensor_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
mir_dwb_critics | |
mir_navigation | |
nav2_dwb_controller |
Launch files
Messages
Services
Plugins
Recent questions tagged dwb_critics at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 0.2.5 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/robot_navigation.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2020-07-03 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David V. Lu!!
Authors
- David V. Lu!!
dwb_critics
This package contains plugin implementations of dwb_local_planner::TrajectoryCritic
sufficient to replicate the behavior of dwa_local_planner
.
Obstacle Avoidance
There are two options for critics that examine the contents of the costmap and reject trajectories that come close to obstacles.
-
BaseObstacleCritic
assumes a circular robot, and therefore only needs to check one cell in the costmap for each pose in the trajectory (assuming the costmap is properly inflated). -
ObstacleFootprintCritic
uses the robot’s footprint and checks all of the cells along the outline of the robot’s footprint at each pose.
Progress Toward the Goal along the Path
There are two critics which evaluate the robot’s position at the end of the trajectory relative to the goal pose and the global plan.
-
GoalDistCritic
estimates the distance from the last pose to the goal pose. -
PathDistCritic
estimates the distance from the last pose to the closest pose in the global plan.
Alignment
There are also two critics for keeping the robot pointed in the right direction. They use a point on the front of the robot as a proxy to calculate which way the robot is pointed.
-
GoalAlignCritic
estimates the distance from the front of the robot to the goal pose. This score will be higher if the robot is pointed away from the goal. -
PathAlignCritic
estimates the distance from the front of the robot to the closest point in the global plan. This score will be higher if the robot is pointed away from the global plan.
Rotating to the Goal
There is a special case in the navigation when the robot reaches the correct XY position, but still needs to rotate to the proper yaw. The standard critics will not be useful in this case. Instead we have RotateToGoalCritic
which operates in a couple different modes.
- If the robot is not yet in the correct XY position, it has no effect on the trajectory score.
- If the robot is at the correct XY position but still moving, this critic will score the trajecotries such that the robot slows down.
- If the robot is at the correct XY position and stopped its forward motion, the critic will A) Disallow trajectories with forward motion B) Score trajectories (rotations) based on how close to the goal yaw they get.
Other Critics
-
OscillationCritic
detects oscillations by looking at the sign of the commanded motions. For example, if in a short window, the robot moves forward and then backward, it will penalize further trajectories that move forward again, as that is considered an oscillation. -
PreferForwardCritic
was implemented but not used byDWA
and penalize trajectories that move backwards and/or turn too much. -
TwirlingCritic
penalizes trajectories with rotational velocities
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
roslint | |
angles | |
costmap_queue | |
dwb_local_planner | |
geometry_msgs | |
nav_2d_msgs | |
nav_2d_utils | |
nav_core2 | |
nav_grid_iterators | |
pluginlib | |
roscpp | |
sensor_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dwb_critics at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 0.2.5 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/robot_navigation.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2020-07-03 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David V. Lu!!
Authors
- David V. Lu!!
dwb_critics
This package contains plugin implementations of dwb_local_planner::TrajectoryCritic
sufficient to replicate the behavior of dwa_local_planner
.
Obstacle Avoidance
There are two options for critics that examine the contents of the costmap and reject trajectories that come close to obstacles.
-
BaseObstacleCritic
assumes a circular robot, and therefore only needs to check one cell in the costmap for each pose in the trajectory (assuming the costmap is properly inflated). -
ObstacleFootprintCritic
uses the robot’s footprint and checks all of the cells along the outline of the robot’s footprint at each pose.
Progress Toward the Goal along the Path
There are two critics which evaluate the robot’s position at the end of the trajectory relative to the goal pose and the global plan.
-
GoalDistCritic
estimates the distance from the last pose to the goal pose. -
PathDistCritic
estimates the distance from the last pose to the closest pose in the global plan.
Alignment
There are also two critics for keeping the robot pointed in the right direction. They use a point on the front of the robot as a proxy to calculate which way the robot is pointed.
-
GoalAlignCritic
estimates the distance from the front of the robot to the goal pose. This score will be higher if the robot is pointed away from the goal. -
PathAlignCritic
estimates the distance from the front of the robot to the closest point in the global plan. This score will be higher if the robot is pointed away from the global plan.
Rotating to the Goal
There is a special case in the navigation when the robot reaches the correct XY position, but still needs to rotate to the proper yaw. The standard critics will not be useful in this case. Instead we have RotateToGoalCritic
which operates in a couple different modes.
- If the robot is not yet in the correct XY position, it has no effect on the trajectory score.
- If the robot is at the correct XY position but still moving, this critic will score the trajecotries such that the robot slows down.
- If the robot is at the correct XY position and stopped its forward motion, the critic will A) Disallow trajectories with forward motion B) Score trajectories (rotations) based on how close to the goal yaw they get.
Other Critics
-
OscillationCritic
detects oscillations by looking at the sign of the commanded motions. For example, if in a short window, the robot moves forward and then backward, it will penalize further trajectories that move forward again, as that is considered an oscillation. -
PreferForwardCritic
was implemented but not used byDWA
and penalize trajectories that move backwards and/or turn too much. -
TwirlingCritic
penalizes trajectories with rotational velocities
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
roslint | |
angles | |
costmap_queue | |
dwb_local_planner | |
geometry_msgs | |
nav_2d_msgs | |
nav_2d_utils | |
nav_core2 | |
nav_grid_iterators | |
pluginlib | |
roscpp | |
sensor_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dwb_critics at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 0.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/robot_navigation.git |
VCS Type | git |
VCS Version | kinetic |
Last Updated | 2021-01-08 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David V. Lu!!
Authors
- David V. Lu!!
dwb_critics
This package contains plugin implementations of dwb_local_planner::TrajectoryCritic
sufficient to replicate the behavior of dwa_local_planner
.
Obstacle Avoidance
There are two options for critics that examine the contents of the costmap and reject trajectories that come close to obstacles.
-
BaseObstacleCritic
assumes a circular robot, and therefore only needs to check one cell in the costmap for each pose in the trajectory (assuming the costmap is properly inflated). -
ObstacleFootprintCritic
uses the robot’s footprint and checks all of the cells along the outline of the robot’s footprint at each pose.
Progress Toward the Goal along the Path
There are two critics which evaluate the robot’s position at the end of the trajectory relative to the goal pose and the global plan.
-
GoalDistCritic
estimates the distance from the last pose to the goal pose. -
PathDistCritic
estimates the distance from the last pose to the closest pose in the global plan.
Alignment
There are also two critics for keeping the robot pointed in the right direction. They use a point on the front of the robot as a proxy to calculate which way the robot is pointed.
-
GoalAlignCritic
estimates the distance from the front of the robot to the goal pose. This score will be higher if the robot is pointed away from the goal. -
PathAlignCritic
estimates the distance from the front of the robot to the closest point in the global plan. This score will be higher if the robot is pointed away from the global plan.
Rotating to the Goal
There is a special case in the navigation when the robot reaches the correct XY position, but still needs to rotate to the proper yaw. The standard critics will not be useful in this case. Instead we have RotateToGoalCritic
which operates in a couple different modes.
- If the robot is not yet in the correct XY position, it has no effect on the trajectory score.
- If the robot is at the correct XY position but still moving, this critic will score the trajecotries such that the robot slows down.
- If the robot is at the correct XY position and stopped its forward motion, the critic will A) Disallow trajectories with forward motion B) Score trajectories (rotations) based on how close to the goal yaw they get.
Other Critics
-
OscillationCritic
detects oscillations by looking at the sign of the commanded motions. For example, if in a short window, the robot moves forward and then backward, it will penalize further trajectories that move forward again, as that is considered an oscillation. -
PreferForwardCritic
was implemented but not used byDWA
and penalize trajectories that move backwards and/or turn too much. -
TwirlingCritic
penalizes trajectories with rotational velocities
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
roslint | |
angles | |
costmap_queue | |
dwb_local_planner | |
geometry_msgs | |
nav_2d_msgs | |
nav_2d_utils | |
nav_core2 | |
nav_grid_iterators | |
pluginlib | |
roscpp | |
sensor_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dwb_critics at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 0.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/robot_navigation.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2021-07-30 |
Dev Status | DEVELOPED |
CI status |
|
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David V. Lu!!
Authors
- David V. Lu!!
dwb_critics
This package contains plugin implementations of dwb_local_planner::TrajectoryCritic
sufficient to replicate the behavior of dwa_local_planner
.
Obstacle Avoidance
There are two options for critics that examine the contents of the costmap and reject trajectories that come close to obstacles.
-
BaseObstacleCritic
assumes a circular robot, and therefore only needs to check one cell in the costmap for each pose in the trajectory (assuming the costmap is properly inflated). -
ObstacleFootprintCritic
uses the robot’s footprint and checks all of the cells along the outline of the robot’s footprint at each pose.
Progress Toward the Goal along the Path
There are two critics which evaluate the robot’s position at the end of the trajectory relative to the goal pose and the global plan.
-
GoalDistCritic
estimates the distance from the last pose to the goal pose. -
PathDistCritic
estimates the distance from the last pose to the closest pose in the global plan.
Alignment
There are also two critics for keeping the robot pointed in the right direction. They use a point on the front of the robot as a proxy to calculate which way the robot is pointed.
-
GoalAlignCritic
estimates the distance from the front of the robot to the goal pose. This score will be higher if the robot is pointed away from the goal. -
PathAlignCritic
estimates the distance from the front of the robot to the closest point in the global plan. This score will be higher if the robot is pointed away from the global plan.
Rotating to the Goal
There is a special case in the navigation when the robot reaches the correct XY position, but still needs to rotate to the proper yaw. The standard critics will not be useful in this case. Instead we have RotateToGoalCritic
which operates in a couple different modes.
- If the robot is not yet in the correct XY position, it has no effect on the trajectory score.
- If the robot is at the correct XY position but still moving, this critic will score the trajecotries such that the robot slows down.
- If the robot is at the correct XY position and stopped its forward motion, the critic will A) Disallow trajectories with forward motion B) Score trajectories (rotations) based on how close to the goal yaw they get.
Other Critics
-
OscillationCritic
detects oscillations by looking at the sign of the commanded motions. For example, if in a short window, the robot moves forward and then backward, it will penalize further trajectories that move forward again, as that is considered an oscillation. -
PreferForwardCritic
was implemented but not used byDWA
and penalize trajectories that move backwards and/or turn too much. -
TwirlingCritic
penalizes trajectories with rotational velocities
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
roslint | |
angles | |
costmap_queue | |
dwb_local_planner | |
geometry_msgs | |
nav_2d_msgs | |
nav_2d_utils | |
nav_core2 | |
nav_grid_iterators | |
pluginlib | |
roscpp | |
sensor_msgs |