forked from ANYbotics/grid_map
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eadf107
commit b33d84a
Showing
6 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,3 +32,6 @@ | |
.project | ||
.settings | ||
*.pydevproject | ||
|
||
# OS X | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ The storage structure is implemented as two-dimensional circular buffer so the m | |
**Author: Péter Fankhauser, [email protected]<br /> | ||
Affiliation: Autonomous Systems Lab, ETH Zurich** | ||
|
||
 | ||
 | ||
|
||
|
||
Citing | ||
|
@@ -97,6 +97,9 @@ ROS interfaces and conversions for the `grid_map_lib`. | |
|
||
This node subscribes to a grid map topic and publishes messages that can be visualized in [rviz]. | ||
|
||
Point cloud | Occupancy grid | ||
--- | --- | ||
[](grid_map_visualization/doc/point_cloud.jpg) | [](grid_map_visualization/doc/occupancy_grid.jpg) | ||
|
||
#### Subscribed Topics | ||
|
||
|
@@ -118,6 +121,10 @@ This node subscribes to a grid map topic and publishes messages that can be visu | |
* **`vector`** ([visualization_msgs/Marker]) | ||
|
||
TODO. | ||
|
||
* **`occupancy_grid`** ([nav_msgs/OccupancyGrid]) | ||
|
||
TODO. | ||
|
||
|
||
#### Parameters | ||
|
@@ -185,6 +192,7 @@ Please report bugs and request features using the [Issue Tracker](https://github | |
|
||
|
||
[ROS]: http://www.ros.org | ||
[rviz]: http://wiki.ros.org/rviz | ||
[Eigen]: http://eigen.tuxfamily.org | ||
[grid_map_msg/GridMapInfo]: grid_map_msg/msg/GridMapInfo.msg | ||
[grid_map_msg/GridMap]: grid_map_msg/msg/GridMap.msg | ||
|
@@ -193,3 +201,4 @@ Please report bugs and request features using the [Issue Tracker](https://github | |
[sensor_msgs/PointCloud2]: http://docs.ros.org/api/sensor_msgs/html/msg/PointCloud2.html | ||
[visualization_msgs/Marker]: http://docs.ros.org/api/visualization_msgs/html/msg/Marker.html | ||
[geometry_msgs/PolygonStamped]: http://docs.ros.org/api/geometry_msgs/html/msg/PolygonStamped.html | ||
[nav_msgs/OccupancyGrid]: http://docs.ros.org/api/nav_msgs/html/msg/OccupancyGrid.html |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.