Skip to content

Commit 2a45bb7

Browse files
authored
Merge pull request #995 from JuliaRobotics/nstime_as_epoch
Change meaning of nstime
2 parents 1858564 + 1d20f9d commit 2a45bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entities/DFGVariable.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Base.@kwdef struct DFGVariable{T<:InferenceVariable, P, N} <: AbstractDFGVariabl
256256
"""Variable timestamp.
257257
Accessors: [`getTimestamp`](@ref), [`setTimestamp`](@ref)"""
258258
timestamp::ZonedDateTime = now(localzone())
259-
"""Nano second time, for more resolution on timestamp (only subsecond information)"""
259+
"""Nanoseconds since a user-understood epoch (i.e unix epoch, robot boot time, etc.)"""
260260
nstime::Nanosecond = Nanosecond(0)
261261
"""Variable tags, e.g [:POSE, :VARIABLE, and :LANDMARK].
262262
Accessors: [`getTags`](@ref), [`mergeTags!`](@ref), and [`removeTags!`](@ref)"""

0 commit comments

Comments
 (0)