ronelib
Operating System for the r-one robot
 All Data Structures Files Functions Variables Typedefs
Navigation-midangle.h File Reference

Used to steer a robot through a network of robots without crashing. More...

Go to the source code of this file.

Functions

void nbrListPickGuides (NbrList *nbrListGuidesPtr, BroadcastMessage *msgPtr)
 
BehmidAngleNavigation (Beh *behPtr, NbrList *nbrListPtr, int32 tv)
 

Detailed Description

Used to steer a robot through a network of robots without crashing.

Since
Sep 23, 2011
Author
Golnaz Habibi

Function Documentation

Beh* midAngleNavigation ( Beh behPtr,
NbrList *  nbrListPtr,
int32  tv 
)
Parameters
behPtrfor behavior that is updated by this function
nbrListPtrfor list of neighbors
tvdesired translational velocity
Returns
updated behPtr
void nbrListPickGuides ( NbrList *  nbrListGuidesPtr,
BroadcastMessage msgPtr 
)
Parameters
nbrListGuidesPtr
msgPtr
Returns
void