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 (GL10 gl)
FrameName getFrame ()
void onStart (ConnectedNode connectedNode, Handler handler, FrameTransformTree frameTransformTree, Camera camera)

Package Functions

void update (nav_msgs.OccupancyGrid message)

Private Attributes

FrameName 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 40 of file CompressedOccupancyGridLayer.java.


Constructor & Destructor Documentation

Definition at line 63 of file CompressedOccupancyGridLayer.java.

Definition at line 67 of file CompressedOccupancyGridLayer.java.


Member Function Documentation

Definition at line 74 of file CompressedOccupancyGridLayer.java.

Returns:
the Layer's reference frame

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

Definition at line 81 of file CompressedOccupancyGridLayer.java.

void org.ros.android.view.visualization.layer.CompressedOccupancyGridLayer.onStart ( ConnectedNode  connectedNode,
Handler  handler,
FrameTransformTree  frameTransformTree,
Camera  camera 
) [inline]

Definition at line 86 of file CompressedOccupancyGridLayer.java.

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

Definition at line 97 of file CompressedOccupancyGridLayer.java.


Member Data Documentation

Color of free cells in the map.

Definition at line 51 of file CompressedOccupancyGridLayer.java.

Color of occupied cells in the map.

Definition at line 46 of file CompressedOccupancyGridLayer.java.

Color of unknown cells in the map.

Definition at line 56 of file CompressedOccupancyGridLayer.java.

Definition at line 61 of file CompressedOccupancyGridLayer.java.

Definition at line 60 of file CompressedOccupancyGridLayer.java.

Definition at line 58 of file CompressedOccupancyGridLayer.java.


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


android_core
Author(s): Damon Kohler
autogenerated on Thu Aug 27 2015 12:11:33