Hermes
Toggle table of contents
0.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
Hermes
core
/
com.acmerobotics.roadrunner.paths
/
PosePath
Pose
Path
interface
PosePath
Pose path \((x(s), y(s), \theta(s))\)
Inheritors
TangentPath
HeadingPosePath
CompositePosePath
OffsetPosePath
TurnPath
MappedPosePath
Members
Functions
begin
Link copied to clipboard
open
fun
begin
(
n
:
Int
)
:
Pose2dDual
<
Arclength
>
end
Link copied to clipboard
open
fun
end
(
n
:
Int
)
:
Pose2dDual
<
Arclength
>
get
Link copied to clipboard
abstract
operator
fun
get
(
s
:
Double
,
n
:
Int
)
:
Pose2dDual
<
Arclength
>
length
Link copied to clipboard
abstract
fun
length
(
)
:
Double
map
Link copied to clipboard
open
fun
map
(
map
:
PoseMap
)
:
MappedPosePath
plus
Link copied to clipboard
open
operator
fun
plus
(
other
:
PosePath
)
:
CompositePosePath
project
Link copied to clipboard
open
fun
project
(
query
:
Vector2d
,
init
:
Double
=
0.0
)
:
Double