Skip to content

Commit

Permalink
Merge pull request #53 from JuliaRobotics/improvement/allowsubgraphs
Browse files Browse the repository at this point in the history
small comment for considertation
  • Loading branch information
dehann committed May 16, 2018
2 parents cf9a7b8 + fb70e27 commit a3f9df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RobotUtils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ end
function initfg(;sessionname="NA")
fgl = emptyFactorGraph()
fgl.sessionname=sessionname
# fgl.robotname = ?
# registerCallback!(fgl, RoME.getSample) # RoME.evalPotention
return fgl
end
Expand Down

0 comments on commit a3f9df3

Please sign in to comment.