Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | Static Private Attributes
org.ros.android.android_tutorial_map_viewer.MainActivity Class Reference
Inheritance diagram for org.ros.android.android_tutorial_map_viewer.MainActivity:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 MainActivity ()
void onClearMapButtonClicked (View view)
void onCreate (Bundle savedInstanceState)
void onFollowMeToggleButtonClicked (View view)
void onSaveMapButtonClicked (View view)

Protected Member Functions

void init (NodeMainExecutor nodeMainExecutor)

Private Member Functions

void disableFollowMe ()
void enableFollowMe ()
void toast (final String text)

Private Attributes

ToggleButton followMeToggleButton
final SystemCommands systemCommands
VisualizationView visualizationView

Static Private Attributes

static final String MAP_FRAME = "map"
static final String ROBOT_FRAME = "base_link"

Detailed Description

Definition at line 42 of file android_tutorial_map_viewer/src/main/java/org/ros/android/android_tutorial_map_viewer/MainActivity.java.


Constructor & Destructor Documentation


Member Function Documentation

void org.ros.android.android_tutorial_map_viewer.MainActivity.init ( NodeMainExecutor  nodeMainExecutor) [inline, protected, virtual]

This method is called in a background thread once this Activity has been initialized with a master URI via the MasterChooser and a NodeMainExecutorService has started. Your NodeMains should be started here using the provided NodeMainExecutor.

Parameters:
nodeMainExecutorthe NodeMainExecutor created for this Activity

Implements org.ros.android.RosActivity.

Definition at line 70 of file android_tutorial_map_viewer/src/main/java/org/ros/android/android_tutorial_map_viewer/MainActivity.java.

void org.ros.android.android_tutorial_map_viewer.MainActivity.onCreate ( Bundle  savedInstanceState) [inline]
void org.ros.android.android_tutorial_map_viewer.MainActivity.toast ( final String  text) [inline, private]

Member Data Documentation

final String org.ros.android.android_tutorial_map_viewer.MainActivity.ROBOT_FRAME = "base_link" [static, private]

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