Caesar.jl
Caesar.jl copied to clipboard
Robust robotic localization and mapping, together with NavAbility(TM). Reach out to [email protected] for help.
As mentioned in the document, > Caesar.jl can utilize a combination of four styles of multiprocessing: i) separate memory multi-process; ii) shared memory multi-threading; iii) asynchronous shared-memory (forced-atomic) co-routines; and...
TAC get SAP3 functional as simple point to point alignment. Notes - separate issue to upgrade ScatterAlignPose3 to also use point normals.
Hi guys, I implemented a small toy example for range-only SLAM. It is based on a 2D Manhattan-world trajectory surrounded by a polygon of 9 ranging beacons. The graph consists...
https://juliarobotics.org/Caesar.jl/latest/examples/custom_variables/
From Slack (Jim): Dehann, Johan, Could we drop a unit test for serialization of ScatterAlignPose2 somewhere in the Caesar ecosystem? After upgrade, the other stuff seems to be working but...
Many of these links seem to be stale: https://juliarobotics.org/Caesar.jl/latest/refs/literature/
see: - https://juliacomputing.com/blog/2016/02/09/static-julia.html - https://github.com/JuliaLang/PackageCompiler.jl - https://discourse.julialang.org/t/compiler-work-priorities/17623
https://juliarobotics.org/Caesar.jl/latest/concepts/dataassociation/#Various-SamplableBelief-Distribution-Types
I have been following the documentation, as well as the example regarding RobotOS integration ( https://github.com/JuliaRobotics/Caesar.jl/blob/7b946d951c26faf75945ed4928c05fbf5ce9a479/examples/wheeled/racecar/ros/CarFeedCommonSetup.jl ), and stumbled on this error when attempting a managetSolveTree! To reproduce using Caesar...