Table of Contents

Function Definition: getsignaldetail(signal_name = "Go", parameter_value = 1)

Parameters

NameTypeDescriptionExpected ValuesDefault Value
signal_namestringThe signal name which you want to check for."Go", "Stop", "GoStraight", "TurnLeft", "TurnRight", "UTurn", "PedestrianCrossing", or "CrossRoad""Go"
parameter_valueintParameter: 1 for the X position 2 for the Y position 3 for width 4 for height 5 for confidence1, 2, 3, 4 or 51

Description

The function returns the specified parameter for the specified signal detected:

  1. Go
  2. Stop
  3. GoStraight
  4. TurnLeft
  5. TurnRight
  6. UTurn
  7. PedestrianCrossing
  8. CrossRoad

Parameters (Integer Value):

  • 1 for the X position
  • 2 for the Y position
  • 3 for width
  • 4 for height
  • 5 for confidence

Example

There are no examples documented for this article.