Skip to content

Commit aeb7017

Browse files
committed
fixes and notes
1 parent c694671 commit aeb7017

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Optim = "1"
7777
ProgressMeter = "1"
7878
Reexport = "1"
7979
Requires = "1"
80-
RoME = "0.21.2"
80+
RoME = "0.21"
8181
Rotations = "1.1"
8282
StaticArrays = "1"
8383
StatsBase = "0.33"

examples/dev/database/RandomCloudGraphsInteraction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ usrf(res, 1, pts, getVal(fg, :x4), getVal(fg, :l15))
3535
@show res
3636

3737
@show fieldnames(getData(fg.g.vertices[100003]).fnc)
38-
@show getData(fg.g.vertices[100003]).fnc.particleidx
38+
@show getData(fg.g.vertices[100003]).fnc.particleidx[]
3939

4040
v = getVert(fg, :l15, api=dlapi)
4141
getVal(fg, :l15, api=dlapi)

src/objects/ObjectAffordanceSubcloud.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Base.@kwdef struct _ObjAffSubcCache
1212
o_Ts_p::Vector{<:ArrayPartition}
1313
""" any object priors connected to the landmark variable """
1414
objPrior::Vector{Symbol} = Symbol[]
15+
# TODO add logic or necessary registers for the common object reference frame
16+
# TODO add registers for ObjectAffordancePrior
1517
end
1618
# """ extracted subclouds from connected LIE factors """
1719
# p_SClie::Vector{<:_PCL.PointCloud}

0 commit comments

Comments
 (0)