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 | MAINTAINED |
| Released | RELEASED |
Package Description
Additional Links
Maintainers
- David V. Lu!!
Authors
Wiki Tutorials
Source Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged nav_2d_msgs at answers.ros.org
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 | tf2 |
| Last Updated | 2019-02-12 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
Package Description
Additional Links
Maintainers
- David V. Lu!!
Authors
nav_2d_msgs
This package has basic message types for two dimensional navigation. Many of the messages are similar to those in geometry_msgs or nav_msgs but are streamlined to only be concerned with 2.5 dimensional (x, y, theta) navigation. This eliminates quaternions from the messages in many places, which make calculations faster and avoids that particular headache when only one orientation value is needed for 2.5D navigation.
Points and Poses
-
Point2D- likegeometry_msgs::Pointbut justxandy(noz) -
Pose2DStamped-geometry_msgs::Pose2Dwith a header -
Pose2D32-(x, y, theta)with only 32bit floating point precision. -
Path2D- An array ofPose2Dwith a header. Similar tonav_msgs::Pathbut without redundant headers.
Polygons
-
Polygon2D- Likegeometry_msgs::Polygonbut with 64 bit precision and nozcoordinate. -
Polygon2DStamped- above with a header
Twists
-
Twist2D- Likegeometry_msgs::Twistbut only(x, y, theta)(and not separated into linear and angular) -
Twist2DStamped- above with a header -
Twist2D32-(x, y, theta)with only 32bit floating point precision.
NavGrids
-
NavGridInfo- Same data asnav_grid::NavGridInfo. Similar tonav_msgs::MapMetadata -
NavGridOfChars- Data fornav_grid::NavGrid<unsigned char>. Similar tonav_msgs::OccupancyGrid -
NavGridOfDoubles- Data fornav_grid::NavGrid<double> -
NavGridOfCharsUpdateandNavGridOfDoublesUpdate- Similar tomap_msgs::OccupancyGridUpdate -
UIntBounds- Same data asnav_core2::UIntBounds. Used in bothUpdatemessages.
Service
-
SwitchPlugin- A simple service equivalent to SetString.srv use by the PluginMux.
Wiki Tutorials
Source Tutorials
Package Dependencies
| Deps | Name | |
|---|---|---|
| 1 | message_generation | |
| 1 | message_runtime | |
| 1 | catkin | |
| 2 | geometry_msgs | |
| 2 | std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/NavGridOfDoublesUpdate.msg
- msg/NavGridInfo.msg
- msg/Polygon2DStamped.msg
- msg/Twist2DStamped.msg
- msg/Path2D.msg
- msg/Polygon2D.msg
- msg/Point2D.msg
- msg/Pose2DStamped.msg
- msg/Pose2D32.msg
- msg/Twist2D.msg
- msg/NavGridOfDoubles.msg
- msg/NavGridOfChars.msg
- msg/NavGridOfCharsUpdate.msg
- msg/UIntBounds.msg
- msg/Twist2D32.msg
Services
Plugins
Recent questions tagged nav_2d_msgs at answers.ros.org
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 | 2019-05-24 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
Package Description
Additional Links
Maintainers
- David V. Lu!!
Authors
nav_2d_msgs
This package has basic message types for two dimensional navigation. Many of the messages are similar to those in geometry_msgs or nav_msgs but are streamlined to only be concerned with 2.5 dimensional (x, y, theta) navigation. This eliminates quaternions from the messages in many places, which make calculations faster and avoids that particular headache when only one orientation value is needed for 2.5D navigation.
Points and Poses
-
Point2D- likegeometry_msgs::Pointbut justxandy(noz) -
Pose2DStamped-geometry_msgs::Pose2Dwith a header -
Pose2D32-(x, y, theta)with only 32bit floating point precision. -
Path2D- An array ofPose2Dwith a header. Similar tonav_msgs::Pathbut without redundant headers.
Polygons
-
Polygon2D- Likegeometry_msgs::Polygonbut with 64 bit precision and nozcoordinate. -
Polygon2DStamped- above with a header
Twists
-
Twist2D- Likegeometry_msgs::Twistbut only(x, y, theta)(and not separated into linear and angular) -
Twist2DStamped- above with a header -
Twist2D32-(x, y, theta)with only 32bit floating point precision.
NavGrids
-
NavGridInfo- Same data asnav_grid::NavGridInfo. Similar tonav_msgs::MapMetadata -
NavGridOfChars- Data fornav_grid::NavGrid<unsigned char>. Similar tonav_msgs::OccupancyGrid -
NavGridOfDoubles- Data fornav_grid::NavGrid<double> -
NavGridOfCharsUpdateandNavGridOfDoublesUpdate- Similar tomap_msgs::OccupancyGridUpdate -
UIntBounds- Same data asnav_core2::UIntBounds. Used in bothUpdatemessages.
Service
-
SwitchPlugin- A simple service equivalent to SetString.srv use by the PluginMux.
Wiki Tutorials
Source Tutorials
Package Dependencies
| Deps | Name | |
|---|---|---|
| 1 | message_generation | |
| 1 | message_runtime | |
| 1 | catkin | |
| 2 | geometry_msgs | |
| 2 | std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/NavGridOfDoublesUpdate.msg
- msg/NavGridInfo.msg
- msg/Polygon2DStamped.msg
- msg/Twist2DStamped.msg
- msg/Path2D.msg
- msg/Polygon2D.msg
- msg/Point2D.msg
- msg/Pose2DStamped.msg
- msg/Pose2D32.msg
- msg/Twist2D.msg
- msg/NavGridOfDoubles.msg
- msg/NavGridOfChars.msg
- msg/NavGridOfCharsUpdate.msg
- msg/UIntBounds.msg
- msg/Twist2D32.msg
Services
Plugins
Recent questions tagged nav_2d_msgs at answers.ros.org
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 | 2019-05-24 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
Package Description
Additional Links
Maintainers
- David V. Lu!!
Authors
nav_2d_msgs
This package has basic message types for two dimensional navigation. Many of the messages are similar to those in geometry_msgs or nav_msgs but are streamlined to only be concerned with 2.5 dimensional (x, y, theta) navigation. This eliminates quaternions from the messages in many places, which make calculations faster and avoids that particular headache when only one orientation value is needed for 2.5D navigation.
Points and Poses
-
Point2D- likegeometry_msgs::Pointbut justxandy(noz) -
Pose2DStamped-geometry_msgs::Pose2Dwith a header -
Pose2D32-(x, y, theta)with only 32bit floating point precision. -
Path2D- An array ofPose2Dwith a header. Similar tonav_msgs::Pathbut without redundant headers.
Polygons
-
Polygon2D- Likegeometry_msgs::Polygonbut with 64 bit precision and nozcoordinate. -
Polygon2DStamped- above with a header
Twists
-
Twist2D- Likegeometry_msgs::Twistbut only(x, y, theta)(and not separated into linear and angular) -
Twist2DStamped- above with a header -
Twist2D32-(x, y, theta)with only 32bit floating point precision.
NavGrids
-
NavGridInfo- Same data asnav_grid::NavGridInfo. Similar tonav_msgs::MapMetadata -
NavGridOfChars- Data fornav_grid::NavGrid<unsigned char>. Similar tonav_msgs::OccupancyGrid -
NavGridOfDoubles- Data fornav_grid::NavGrid<double> -
NavGridOfCharsUpdateandNavGridOfDoublesUpdate- Similar tomap_msgs::OccupancyGridUpdate -
UIntBounds- Same data asnav_core2::UIntBounds. Used in bothUpdatemessages.
Service
-
SwitchPlugin- A simple service equivalent to SetString.srv use by the PluginMux.
Wiki Tutorials
Source Tutorials
Package Dependencies
| Deps | Name | |
|---|---|---|
| 1 | message_generation | |
| 1 | message_runtime | |
| 1 | catkin | |
| 2 | geometry_msgs | |
| 2 | std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/NavGridOfDoublesUpdate.msg
- msg/NavGridInfo.msg
- msg/Polygon2DStamped.msg
- msg/Twist2DStamped.msg
- msg/Path2D.msg
- msg/Polygon2D.msg
- msg/Point2D.msg
- msg/Pose2DStamped.msg
- msg/Pose2D32.msg
- msg/Twist2D.msg
- msg/NavGridOfDoubles.msg
- msg/NavGridOfChars.msg
- msg/NavGridOfCharsUpdate.msg
- msg/UIntBounds.msg
- msg/Twist2D32.msg
Services
Plugins
Recent questions tagged nav_2d_msgs at answers.ros.org
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 | 2019-05-24 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
Package Description
Additional Links
Maintainers
- David V. Lu!!
Authors
nav_2d_msgs
This package has basic message types for two dimensional navigation. Many of the messages are similar to those in geometry_msgs or nav_msgs but are streamlined to only be concerned with 2.5 dimensional (x, y, theta) navigation. This eliminates quaternions from the messages in many places, which make calculations faster and avoids that particular headache when only one orientation value is needed for 2.5D navigation.
Points and Poses
-
Point2D- likegeometry_msgs::Pointbut justxandy(noz) -
Pose2DStamped-geometry_msgs::Pose2Dwith a header -
Pose2D32-(x, y, theta)with only 32bit floating point precision. -
Path2D- An array ofPose2Dwith a header. Similar tonav_msgs::Pathbut without redundant headers.
Polygons
-
Polygon2D- Likegeometry_msgs::Polygonbut with 64 bit precision and nozcoordinate. -
Polygon2DStamped- above with a header
Twists
-
Twist2D- Likegeometry_msgs::Twistbut only(x, y, theta)(and not separated into linear and angular) -
Twist2DStamped- above with a header -
Twist2D32-(x, y, theta)with only 32bit floating point precision.
NavGrids
-
NavGridInfo- Same data asnav_grid::NavGridInfo. Similar tonav_msgs::MapMetadata -
NavGridOfChars- Data fornav_grid::NavGrid<unsigned char>. Similar tonav_msgs::OccupancyGrid -
NavGridOfDoubles- Data fornav_grid::NavGrid<double> -
NavGridOfCharsUpdateandNavGridOfDoublesUpdate- Similar tomap_msgs::OccupancyGridUpdate -
UIntBounds- Same data asnav_core2::UIntBounds. Used in bothUpdatemessages.
Service
-
SwitchPlugin- A simple service equivalent to SetString.srv use by the PluginMux.
Wiki Tutorials
Source Tutorials
Package Dependencies
| Deps | Name | |
|---|---|---|
| 1 | message_generation | |
| 1 | message_runtime | |
| 1 | catkin | |
| 2 | geometry_msgs | |
| 2 | std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/NavGridOfDoublesUpdate.msg
- msg/NavGridInfo.msg
- msg/Polygon2DStamped.msg
- msg/Twist2DStamped.msg
- msg/Path2D.msg
- msg/Polygon2D.msg
- msg/Point2D.msg
- msg/Pose2DStamped.msg
- msg/Pose2D32.msg
- msg/Twist2D.msg
- msg/NavGridOfDoubles.msg
- msg/NavGridOfChars.msg
- msg/NavGridOfCharsUpdate.msg
- msg/UIntBounds.msg
- msg/Twist2D32.msg