You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding RobotOSData to a fresh Julia 1.2+ installation, the dependencies are not installed. I don't know why (maybe due to REQUIRES still being present?), but it forces me to install all dependencies manually.
The text was updated successfully, but these errors were encountered:
just exploring this module as I am working in a similar project.
Could you explain how to use load(), is not as straight forward as shown in the documentation load("path")
ERROR: MethodError: no method matching load(::String)
Closest candidates are:
load(::FileIO.File{FileIO.DataFormat{:ROSBAG}}, ::Module...; std_types) at ~/Facultad/Dropbox/Data/ccj/RobotOSData.jl-master/src/bag.jl:56
When adding RobotOSData to a fresh Julia 1.2+ installation, the dependencies are not installed. I don't know why (maybe due to REQUIRES still being present?), but it forces me to install all dependencies manually.
The text was updated successfully, but these errors were encountered: