ga72kud
ga72kud
I can show it in Plots, display(render(vis)) But with savefig(..) it does not work
@rdeits is this workaround also suitable for large datasets like visualizing huge LIDAR datasets? I come to the same error message with "> type DataType has no field body" and...
@gdaddi I agree and started a different program with RobotOSData.jl working only on rosbags. Maybe there is a workaround.
Thank you! That sounds great!
It seems that functionality and documentation are not synchronized. As far I can see ciid() is now replaced by: [~x](http://www.zenna.org/Omega.jl/dev/cheatsheet/) : that is equal in distribution to x but conditionally...
I tried also something like this, but it leads to a probability condx, where I cannot use rand() ```julia x = MvNormal(collect(rand((x₁,x₂))), [1.0 0.0;0.0 1.0]) ... # #Conditional Distribution #...
This is a bit shorter version. I am afraid, but I think I do not get the right result. Should I try another algorithm for the sampling? ```julia using StatsPlots...
I tried to figure it out. I think I can reduce the question (how to run that rand(a)): ```julia f(x, y)=~MvNormal(μ, Σ)