|
Package Summary
Tags | No category tags. |
Version | 0.1.7 |
License | Apache License 2.0 |
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
- Brian Wilcox
Authors
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
nav2_common | |
rclcpp | |
nav2_util | |
nav2_msgs | |
nav2_costmap_2d | |
tf2_ros | |
ament_cmake | |
ament_lint_common | |
ament_lint_auto | |
ament_cmake_gtest | |
ament_cmake_pytest | |
launch | |
launch_testing |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
navigation2 |
Launch files
Messages
Services
Plugins
Recent questions tagged nav2_world_model at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 0.2.6 |
License | Apache-2.0 |
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
- Brian Wilcox
Authors
Nav2 World Model
nav2_world_model
is a package containing an exposed environmental representation. Today, it uses the nav2_costmap_2d
layered costmap as the world model. In the future, this is the entry point for applications to request or view information about the environment around it. The implementations such as costmaps or height maps will provide the buffering of data and representations as they require. They are then wrapped for generalized use for path planning and control.
ROS1 Comparison
ROS1 Navigation contains costmap_2d
which is directly used as the evironmental model. This package is able to consume nav2_costmap_2d
as an implementation of a world model, but can also utilize other world models to suit the needs of a specific application. Rather than querying costmap_2d
for information, applications will query nav2_world_model
which will in turn use the current world model and retrieve the information requested.
Future
- Additional implementations/support for different environmental representations like
grid_maps
, height maps, traversibility maps, etc. - Utilities for converting types for use in other applications like control and planning.
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
rclcpp | |
nav2_util | |
nav2_msgs | |
nav2_costmap_2d | |
tf2_ros | |
nav2_common | |
ament_cmake | |
ament_lint_common | |
ament_lint_auto | |
ament_cmake_gtest | |
ament_cmake_pytest | |
launch | |
launch_testing |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
navigation2 |