@@ -12,7 +12,7 @@ Click on the badges to follow web url links:
1212
1313| Stable CI | Dev CI | Documentation | caesarjl.slack.com |
1414| :------:| :----------------:| :-------------:| :-----:|
15- | [ ![ Build Status] [ cjl-ci-stb-img ]] [ cjl-ci-stb-url ] | [ ![ Build Status] [ cjl-ci-dev-img ]] [ cjl-ci-dev-url ] <br > [ ![ ColPrac] [ colp-badge ]] [ colprac ] | [ ![ docs] [ docs-shield ]] [ caesar -docs] | [ ![ ] [ caesar -slack-badge]] [ caesar -slack] |
15+ | [ ![ Build Status] [ cjl-ci-stb-img ]] [ cjl-ci-stb-url ] | [ ![ Build Status] [ cjl-ci-dev-img ]] [ cjl-ci-dev-url ] <br > [ ![ ColPrac] [ colp-badge ]] [ colprac ] | [ ![ docs] [ docs-shield ]] [ cjl -docs] | [ ![ ] [ cjl -slack-badge]] [ cjl -slack] |
1616
1717Also find factor graph solver DOI at:
1818[ ![ doi-img]] [ doi-url ]
@@ -23,7 +23,8 @@ Code changes are currently tracked via Github's integrated Milestone/Issues/PR s
2323
2424| ** Major Dependencies** | ** Stable Release** | ** Dev Branch** | ** Test Coverage** | ** Changes** |
2525| :-----------------------:| :---------------:| :-------------------:| :-------------------:| :----------------:|
26- | Caesar.jl | [ ![ version] [ cjl-stbl-img ]] [ caesarjl-releases ] | [ ![ Build Status] [ cjl-ci-dev-img ]] [ cjl-ci-dev-url ] | -* umbrella pkg* - | [ ![ ] [ mst-shield ]] [ caesarjl-milestones ] |
26+ | Caesar.jl | [ ![ version] [ cjl-stbl-img ]] [ cjl-releases ] | [ ![ Build Status] [ cjl-ci-dev-img ]] [ cjl-ci-dev-url ] | -* umbrella pkg* - | [ ![ ] [ mst-shield ]] [ cjl-milestones ] |
27+ | PyCaesar.jl | [ ![ version] [ pycjl-stbl-img ]] [ pycjl-releases ] | [ ![ Build Status] [ pycjl-ci-dev-img ]] [ pycjl-ci-dev-url ] | -* umbrella pkg* - | [ ![ ] [ mst-shield ]] [ pycjl-milestones ] |
2728| [ RoME.jl] [ rjl-url ] | [ ![ ] [ rjl-ver-img ]] [ rjl-releases ] | [ ![ Build Status] [ rjl-ci-dev-img ]] [ rjl-ci-dev-url ] | [ ![ codecov.io] [ rjl-cov-img ]] [ rjl-cov-url ] | [ ![ ] [ mst-shield ]] [ rjl-milestones ] |
2829| [ IncrementalInference.jl] [ iif-url ] | [ ![ ] [ iif-ver-img ]] [ iif-rel-url ] | [ ![ Build Status] [ iif-ci-dev-img ]] [ iif-ci-dev-url ] | [ ![ codecov.io] [ iif-cov-img ]] [ iif-cov-url ] | [ ![ ] [ mst-shield ]] [ iif-milestones ] |
2930| [ ApproxManifoldProducts.jl] [ amp-url ] | [ ![ ] [ amp-stable ]] [ amp-releases ] | [ ![ Build Status] [ amp-build-img ]] [ amp-build-url ] | [ ![ codecov.io] [ amp-cov-img ]] [ amp-cov-url ] | [ ![ ] [ mst-shield ]] [ amp-milestones ] |
@@ -59,24 +60,35 @@ This project adheres to the [JuliaRobotics code of conduct](https://github.com/J
5960[ colprac ] : https://github.com/SciML/ColPrac
6061
6162[ docs-shield ] : https://img.shields.io/badge/docs-latest-blue.svg
62- [ caesar-docs ] : http://juliarobotics.github.io/Caesar.jl/latest/
6363[ mst-shield ] : https://img.shields.io/badge/-milestones-blueviolet
6464[ mst-shield2 ] : https://img.shields.io/badge/-milestones-lightgrey
6565
66+ [ cjl-slack-badge ] : https://img.shields.io/badge/Invite-Slack-green.svg?style=popout
67+ [ cjl-slack ] : https://join.slack.com/t/caesarjl/shared_invite/zt-ucs06bwg-y2tEbddwX1vR18MASnOLsw
68+
6669[ cjl-cov-img ] : https://codecov.io/github/JuliaRobotics/Caesar.jl/coverage.svg?branch=master
6770[ cjl-cov-url ] : https://codecov.io/github/JuliaRobotics/Caesar.jl?branch=master
6871[ cjl-ci-dev-img ] : https://github.com/JuliaRobotics/Caesar.jl/actions/workflows/ci.yml/badge.svg
6972[ cjl-ci-dev-url ] : https://github.com/JuliaRobotics/Caesar.jl/actions/workflows/ci.yml
7073[ cjl-ci-stb-img ] : https://github.com/JuliaRobotics/Caesar.jl/actions/workflows/ci.yml/badge.svg
7174[ cjl-ci-stb-url ] : https://github.com/JuliaRobotics/Caesar.jl/actions/workflows/ci.yml
72-
73-
7475[ cjl-stbl-img ] : https://juliahub.com/docs/Caesar/version.svg
7576[ cjl-stbl-url ] : https://juliahub.com/ui/Packages/Caesar/BNbRm
76- [ caesar-slack-badge ] : https://img.shields.io/badge/Invite-Slack-green.svg?style=popout
77- [ caesar-slack ] : https://join.slack.com/t/caesarjl/shared_invite/zt-ucs06bwg-y2tEbddwX1vR18MASnOLsw
78- [ caesarjl-milestones ] : https://github.com/JuliaRobotics/Caesar.jl/milestones
79- [ caesarjl-releases ] : https://github.com/JuliaRobotics/Caesar.jl/releases
77+ [ cjl-milestones ] : https://github.com/JuliaRobotics/Caesar.jl/milestones
78+ [ cjl-releases ] : https://github.com/JuliaRobotics/Caesar.jl/releases
79+ [ cjl-docs ] : http://juliarobotics.github.io/Caesar.jl/latest/
80+
81+ [ pycjl-cov-img ] : https://codecov.io/github/JuliaRobotics/PyCaesar.jl/coverage.svg?branch=develop
82+ [ pycjl-cov-url ] : https://codecov.io/github/JuliaRobotics/PyCaesar.jl?branch=develop
83+ [ pycjl-ci-dev-img ] : https://github.com/JuliaRobotics/PyCaesar.jl/actions/workflows/CI.yml/badge.svg
84+ [ pycjl-ci-dev-url ] : https://github.com/JuliaRobotics/PyCaesar.jl/actions/workflows/CI.yml
85+ [ pycjl-ci-stb-img ] : https://github.com/JuliaRobotics/PyCaesar.jl/actions/workflows/CI.yml/badge.svg
86+ [ pycjl-ci-stb-url ] : https://github.com/JuliaRobotics/PyCaesar.jl/actions/workflows/CI.yml
87+ [ pycjl-stbl-img ] : https://juliahub.com/docs/PyCaesar.jl/version.svg
88+ <!-- [pycjl-stbl-url]: https://juliahub.com/ui/Packages/Caesar/____ -->
89+ [ pycjl-milestones ] : https://github.com/JuliaRobotics/PyCaesar.jl/milestones
90+ [ pycjl-releases ] : https://github.com/JuliaRobotics/PyCaesar.jl/releases
91+
8092
8193<!-- md variables duplicated in RoME.jl README -->
8294[ rjl-url ] : http://www.github.com/JuliaRobotics/RoME.jl
0 commit comments