Package | Description |
---|---|
SocialSteeringsBeta | |
Steerings | |
SteeringStuff |
Modifier and Type | Interface and Description |
---|---|
interface |
ISocialSteering |
Modifier and Type | Class and Description |
---|---|
class |
TriangleSteer |
Modifier and Type | Method and Description |
---|---|
protected javax.vecmath.Vector3d |
SocialSteeringManager.setVelocitySpecific(ISteering steering,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
cz.cuni.amis.pogamut.base3d.worldview.object.Location newFocus) |
Modifier and Type | Class and Description |
---|---|
class |
LeaderFollowingSteer
Provides following steering to bots.
|
class |
ObstacleAvoidanceSteer
A class for providing obstacle avoiding steering via raycasting.
|
class |
PathFollowingSteer
A class for providing pathFuture following steering to bots.
|
class |
PeopleAvoidanceSteer
A class for providing people avoiding steering.
|
class |
TargetApproachingSteer
Using this steering the bot can approach one or more targets.
|
class |
WalkAlongSteer
A class for providing obstacle avoiding steering to bots via raycasting.
|
class |
WallFollowingSteer
A class for providing wall following steering to bots via raycasting.
|
Modifier and Type | Method and Description |
---|---|
protected javax.vecmath.Vector3d |
SteeringManager.setVelocitySpecific(ISteering steering,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
cz.cuni.amis.pogamut.base3d.worldview.object.Location newFocus)
When owerriden can provide different behaviour of steering computation
i.e.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.