Public Member Functions
com.github.c77.base_driver.BaseDevice Interface Reference
Inheritance diagram for com.github.c77.base_driver.BaseDevice:
Inheritance graph
[legend]

List of all members.

Public Member Functions

BaseStatus getBaseStatus ()
OdometryStatus getOdometryStatus ()
void initialize ()
void move (double linearVelX, double angVelZ)

Detailed Description

Created by Lucas Chiesa on 30/09/13.

Definition at line 23 of file BaseDevice.java.


Member Function Documentation

initialize the base. This method should is called by the node before sending movement commands.

Implemented in com.github.c77.base_driver.husky.HuskyBaseDevice, com.github.c77.base_driver.kobuki.KobukiBaseDevice, and com.github.c77.base_driver.create.CreateBaseDevice.

void com.github.c77.base_driver.BaseDevice.move ( double  linearVelX,
double  angVelZ 
)

moves the base. The argument values are the ones transmitted in a twist message.

Parameters:
linearVelX,:linear speed
angVelZ,:rotational speed

Implemented in com.github.c77.base_driver.husky.HuskyBaseDevice, com.github.c77.base_driver.kobuki.KobukiBaseDevice, and com.github.c77.base_driver.create.CreateBaseDevice.


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


android_base_controller
Author(s):
autogenerated on Fri Aug 28 2015 10:04:47