Directories
¶
Path | Synopsis |
---|---|
Package main executes a short demo of ORCA and outputs a gif of the calculated trajectory of the set of agents.
|
Package main executes a short demo of ORCA and outputs a gif of the calculated trajectory of the set of agents. |
draw
Package draw is a small helper library to help render some demo-specific figures.
|
Package draw is a small helper library to help render some demo-specific figures. |
generator
Package main defines a small CLI app to generate pre-defined agent layouts.
|
Package main defines a small CLI app to generate pre-defined agent layouts. |
external
|
|
internal
|
|
geometry/2d/segment
Package segment defines a truncated cone-like object whose bottom is defined by a characteristic line segment (instead of a point).
|
Package segment defines a truncated cone-like object whose bottom is defined by a characteristic line segment (instead of a point). |
geometry/2d/vector
Package vector defines utility functions on vectors in 2D ambient space.
|
Package vector defines utility functions on vectors in 2D ambient space. |
solver/2d
Package solver solves a 2D linear programming problem in 2D ambient space.
|
Package solver solves a 2D linear programming problem in 2D ambient space. |
solver/3d
Package solver solves a 2D linear programming problem projected into 3D ambient space.
|
Package solver solves a 2D linear programming problem projected into 3D ambient space. |
solver/bounds/circular
Package circular defines a 2D bounding constraint that limits the maximum length the solution vector may be.
|
Package circular defines a 2D bounding constraint that limits the maximum length the solution vector may be. |
vo/agent
Package agent defines a velocity obstacle object which is constructed from two agents.
|
Package agent defines a velocity obstacle object which is constructed from two agents. |
vo/agent/cache
package cache specifies the truncaged velocity obstacle of A induced by B; that is, an object which tests for what velocies are permissible by A to choose that will not hit B. Geometrically, a truncated VO is a rounded cone, i.e.
|
package cache specifies the truncaged velocity obstacle of A induced by B; that is, an object which tests for what velocies are permissible by A to choose that will not hit B. Geometrically, a truncated VO is a rounded cone, i.e. |
vo/wall
Package wall defines a velocity obstacle object which is constructed from a line segment.
|
Package wall defines a velocity obstacle object which is constructed from a line segment. |
vo/wall/cache
Package cache implements the VO for a wall segment obstacle.
|
Package cache implements the VO for a wall segment obstacle. |
Package kd provides a shim to lift and downcast caller K-D tree instances to the correct type to be consumed by ORCA.
|
Package kd provides a shim to lift and downcast caller K-D tree instances to the correct type to be consumed by ORCA. |
Pacakge vo defines a velocity obstacle object interface for go-orca.
|
Pacakge vo defines a velocity obstacle object interface for go-orca. |
x
module
|
Click to show internal directories.
Click to hide internal directories.