JuliaRobotics / Arena.jl

Collection 3D visualization tools associated with the Caesar.jl and RoME.jl robot navigation packages
MIT License
7 stars 2 forks source link

Suggestion: Replace this with getDataEntriesForSession() #26

Closed GearsAD closed 5 years ago

GearsAD commented 5 years ago

https://github.com/JuliaRobotics/Arena.jl/blob/18a9113cac2e399f8ec96ae259c3e1c216324dfb/src/Amphitheatre/reprojectAmphis.jl#L111-L115

"""
$(SIGNATURES)
Get data entries for whole session.
Return: Summary of all data associated with a session as a dictionary keyed by label ID.
"""
function getDataEntriesForSession()::Dict{String, Vector{BigDataEntryResponse}}
Affie commented 5 years ago

Thanks, I updated: https://github.com/JuliaRobotics/Arena.jl/blob/dfdbe13697f048324cf648cf1232ffe5d4900b8e/src/Amphitheatre/reprojectAmphis.jl#L110-L114