Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Our agents can detect the road by "road" channelssentences, but also they can detect the road in the reverse direction. And use our "OR" logic setup, our agent can walk on the road bi-directional. rroad.ox

inverse direction, I'm on road and it point to LEFT(RIGHT) (reverse road detection channel)

This channel sentence is the same as "road.ox" but I'm on road and it point to LEFT(RIGHT) but it detected the road by reverse direction, that means if the road direction in my left, this channel sentence will return the road direction in my right, and also the result degree will be changed.

For example:

  • road.ox I'm on road and it point to LEFT(RIGHT) will return 30 ( the road point to my left )rroad.ox will LEFT )
  • inverse direction, I'm on road and it point to LEFT(RIGHT) will return -150 (the road point to my right RIGHT behind)

We usually use the decision node channels sentences like this:

Image RemovedImage Added
Road point to left logic


Image RemovedImage Added
Road point to right logic

...