Skip to content

Commit

Permalink
Merge pull request #106 from JuliaRobotics/22Q4/enh/plotpc2
Browse files Browse the repository at this point in the history
fix on plotGraphPointClouds
  • Loading branch information
dehann authored Dec 6, 2022
2 parents 0175a37 + cb9a056 commit 1332602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Arena.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Arena
# using Colors
import Manifolds as MJL
using Caesar
# const Caesar._PCL = _PCL
const _PCL = Caesar._PCL
# can switch to WGLMakie after https://github.com/SimonDanisch/JSServe.jl/issues/131
using GLMakie
using ColorSchemes
Expand Down
2 changes: 1 addition & 1 deletion src/services/PlotPointCloudMap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ end

function plotGraphPointClouds(
dfg::AbstractDFG,
getpointcloud::Function = (v)->getDataPointCloud(dfg, v, Regex("PCLPointCloud2"));
getpointcloud::Function = (v)->_PCL.getDataPointCloud(dfg, v, Regex("PCLPointCloud2"));
varList = (listVariables(dfg) |> sortDFG .|> string),
solveKey = :default
)
Expand Down

0 comments on commit 1332602

Please sign in to comment.