Public Member Functions | Public Attributes | Static Public Attributes | Private Attributes | Static Private Attributes
yocs_ar_pair_approach.rotate.Rotate Class Reference

Classes. More...

List of all members.

Public Member Functions

def __init__
def change_direction
def execute
def init
def is_running
def is_stopped
def shutdown
def stop

Public Attributes

 yaw_absolute_rate
 yaw_direction

Static Public Attributes

int CLOCKWISE = 1
int COUNTER_CLOCKWISE = 1

Private Attributes

 _cmd_vel_frequency
 _cmd_vel_publisher
 _cmd_vel_topic
 _initialise_pose_trigger
 _rate
 _running
 _stop
 _twist

Static Private Attributes

list __slots__

Detailed Description

Classes.

    implements a rotating motion.

Definition at line 20 of file rotate.py.


Constructor & Destructor Documentation

def yocs_ar_pair_approach.rotate.Rotate.__init__ (   self,
  cmd_vel_topic 
)

Definition at line 40 of file rotate.py.


Member Function Documentation

Definition at line 75 of file rotate.py.

  Drop this into threading.Thread or QThread for execution

Definition at line 87 of file rotate.py.

def yocs_ar_pair_approach.rotate.Rotate.init (   self,
  yaw_absolute_rate = 1.2,
  yaw_direction = CLOCKWISE 
)
  Initialise the direction and rate the robot should rotate at.

Definition at line 60 of file rotate.py.

Definition at line 72 of file rotate.py.

Definition at line 81 of file rotate.py.

Definition at line 67 of file rotate.py.

Definition at line 84 of file rotate.py.


Member Data Documentation

Initial value:
[
            'yaw_absolute_rate',
            'yaw_direction',  # +1, or -1
            '_stop',
            '_cmd_vel_topic',
            '_cmd_vel_publisher',
            '_cmd_vel_frequency',
            '_rate',
            '_running',
            '_twist',
            '_listener',
            '_initialise_pose_trigger'  # tell the initial pose manager to grab an initialisation
        ]

Definition at line 24 of file rotate.py.

Definition at line 40 of file rotate.py.

Definition at line 40 of file rotate.py.

Definition at line 40 of file rotate.py.

Definition at line 40 of file rotate.py.

Definition at line 40 of file rotate.py.

Definition at line 40 of file rotate.py.

Definition at line 40 of file rotate.py.

Definition at line 40 of file rotate.py.

Definition at line 37 of file rotate.py.

Definition at line 38 of file rotate.py.

Definition at line 62 of file rotate.py.

Definition at line 62 of file rotate.py.


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


yocs_ar_pair_approach
Author(s): Daniel Stonier
autogenerated on Thu Jun 6 2019 21:47:14