Johannes Terblanche

Results 88 issues of Johannes Terblanche

upstream
testing
CI

Nice! I have two short comments after a short first look: In the intro you introduce Lie groups – at the end you link to JuliaManifolds/Manifolds.jl, but you could actually...

documentation
standardization
manifolds

Add poses/factors for: as example an AHRS that gives an orientation relative to some world yaw offset that is a parameter in the node that changes slowly over time.

feature request
factors

Hi, I want to update the Julia wrapper for apriltags and I have this change that fixes an issue. Memory not owned by the function is freed and new memory...

I'm on the master branch with an updated WebIO to latest, because of a requirement conflict with it. Julia 1.2 on Ubuntu 18.04 If I draw a bunch of (

Say I have a Meshcat Visualizer object (vis) with vis[:poses][:x1] and vis[:poses][:x2] Is there a way to get a list (:x1,:x2) of children for vis[:poses] or a haskey(vis[:poses], :x1) kind...

Multi-threaded factor evaluation was temporarily removed with the CPT cleanup see #1615

regression
multithreading

Should it be included or can it be removed?

testing
maintenance

A lot of the factors' gradients can be analytically computed. For others, automatic differentiation can be done with packages such as Zygote or ForwardDiff. I'm starting this broad issue to...

enhancement
performance
inference
numerical

This issue is currently just a placeholder for performance-related issues around parametric batch solve. ```julia using IncrementalInference #v0.29 using RoME #v0.19 ## fg = initfg() addVariable!(fg, :x0, ContinuousScalar) addVariable!(fg, :x1,...

performance
parametric solve
factors