Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Jun 14, 2016
1 parent 8a90439 commit 0710786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/RobotFourDoor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ using Cairo, Fontconfig # for drawing PNG/PDF
# if you want to add multiple process here rather than calling $ julia -p4
# addprocs(3)

gt = Dict{ASCIIString, Array{Float64,2}}()
# HMM computed ground truth for first 3 poses only
gt["x1"]=[[-100.0; 1.96]';[0.0; 1.96]']'
gt["x2"]=[[-50.0; 3.1]';[50.0; 3.1]']'
gt["x3"]=[[100.0; 3.05]';[0.0; 3.05]']'

fg = emptyFactorGraph()

N=100
N=500

doors = [-100.0;0.0;100.0;300.0]'
pd = kde!(doors,[3.0])
Expand Down

0 comments on commit 0710786

Please sign in to comment.