gusimplewhiteboard
wb_sensors_hand_sensors Struct Reference

WHITEBOARD_POSTER_STRING_CONVERSION. More...

#include <wb_sensors_hand_sensors.h>

Inheritance diagram for wb_sensors_hand_sensors:
Collaboration diagram for wb_sensors_hand_sensors:

Public Attributes

bool LHand_Touch_Left
 state of the hand capacitive sensor on the Left side of Left Hand, on / off. More...
 
bool LHand_Touch_Back
 state of the hand capacitive sensor on the Back of Left Hand, on / off. More...
 
bool LHand_Touch_Right
 state of the hand capacitive sensor on the Right side of Left Hand, on / off. More...
 
bool RHand_Touch_Left
 state of the hand capacitive sensor on the Left side of Right Hand, on / off. More...
 
bool RHand_Touch_Back
 state of the hand capacitive sensor on the Back of Right Hand, on / off. More...
 
bool RHand_Touch_Right
 state of the hand capacitive sensor on the Right side of Right Hand, on / off. More...
 

Detailed Description

WHITEBOARD_POSTER_STRING_CONVERSION.

Contains the current values of sensors located on the robots hands (designed for Nao H25 only)

Examples

Get the state of the LHand_Touch_Left sensor

SensorsArmSensors s = SensorsArmSensors_t.get(); //get from the whiteboard bool button_state = s.LHand_Touch_Left(); //pull the variable out of the class

Notes: Only the H25 model has capacitive sensors in the hands. Our V5's are H25 models.

Definition at line 114 of file wb_sensors_hand_sensors.h.

Member Data Documentation

◆ LHand_Touch_Back

bool wb_sensors_hand_sensors::LHand_Touch_Back

◆ LHand_Touch_Left

bool wb_sensors_hand_sensors::LHand_Touch_Left

◆ LHand_Touch_Right

bool wb_sensors_hand_sensors::LHand_Touch_Right

◆ RHand_Touch_Back

bool wb_sensors_hand_sensors::RHand_Touch_Back

◆ RHand_Touch_Left

bool wb_sensors_hand_sensors::RHand_Touch_Left

◆ RHand_Touch_Right

bool wb_sensors_hand_sensors::RHand_Touch_Right

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