Public Member Functions | Package Functions | Private Attributes | Static Private Attributes
org.ros.android.view.visualization.layer.CompressedOccupancyGridLayer Class Reference
Inheritance diagram for org.ros.android.view.visualization.layer.CompressedOccupancyGridLayer:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CompressedOccupancyGridLayer (String topic)
 CompressedOccupancyGridLayer (GraphName topic)
void draw (VisualizationView view, GL10 gl)
GraphName getFrame ()
void onStart (VisualizationView view, ConnectedNode connectedNode)

Package Functions

void update (nav_msgs.OccupancyGrid message)

Private Attributes

GraphName frame
boolean ready
final TextureBitmap textureBitmap

Static Private Attributes

static final int COLOR_FREE = 0xff8d8d8d
static final int COLOR_OCCUPIED = 0xdfffffff
static final int COLOR_UNKNOWN = 0xff000000

Detailed Description

Author:
damonkohler@google.com (Damon Kohler)
moesenle@google.com (Lorenz Moesenlechner)

Definition at line 37 of file CompressedOccupancyGridLayer.java.


Constructor & Destructor Documentation

Definition at line 60 of file CompressedOccupancyGridLayer.java.

Definition at line 64 of file CompressedOccupancyGridLayer.java.


Member Function Documentation

Definition at line 71 of file CompressedOccupancyGridLayer.java.

Returns:
the Layer's reference frame

Implements org.ros.android.view.visualization.layer.TfLayer.

Definition at line 78 of file CompressedOccupancyGridLayer.java.

Definition at line 83 of file CompressedOccupancyGridLayer.java.

void org.ros.android.view.visualization.layer.CompressedOccupancyGridLayer.update ( nav_msgs.OccupancyGrid  message) [inline, package]

Definition at line 93 of file CompressedOccupancyGridLayer.java.


Member Data Documentation

Color of free cells in the map.

Definition at line 48 of file CompressedOccupancyGridLayer.java.

Color of occupied cells in the map.

Definition at line 43 of file CompressedOccupancyGridLayer.java.

Color of unknown cells in the map.

Definition at line 53 of file CompressedOccupancyGridLayer.java.

Definition at line 58 of file CompressedOccupancyGridLayer.java.

Definition at line 57 of file CompressedOccupancyGridLayer.java.

Definition at line 55 of file CompressedOccupancyGridLayer.java.


The documentation for this class was generated from the following file:


android_core
Author(s): Damon Kohler
autogenerated on Thu Jun 6 2019 21:20:07