Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ Major changes and news in Caesar.jl.
## v0.15 - v0.16

- Change to standard weakdeps package extensions, dropping use of Requires.jl.
- Refactor and separate out to new PyCaesar package all code using PyCall.
- Refactor and separate out to new PyCaesar.jl package all code using PyCall.
- Updates for Julia 1.10.
- Updates for IncrementalInference upgrades relating to StaticArray variable values.
- Manifold updates to factors.
- Downstreamed std ROS handlers to PyCaesar.

## Changes in v0.13

- Finally adding a NEWS.md to Caesar.jl.
Expand Down
30 changes: 21 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Click on the badges to follow web url links:

| Stable CI | Dev CI | Documentation | caesarjl.slack.com |
|:------:|:----------------:|:-------------:|:-----:|
| [![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] |
| [![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] |

Also find factor graph solver DOI at:
[![doi-img]][doi-url]
Expand All @@ -23,7 +23,8 @@ Code changes are currently tracked via Github's integrated Milestone/Issues/PR s

| **Major Dependencies** | **Stable Release** | **Dev Branch** | **Test Coverage** | **Changes** |
|:-----------------------:|:---------------:|:-------------------:|:-------------------:|:----------------:|
| Caesar.jl | [![version][cjl-stbl-img]][caesarjl-releases] | [![Build Status][cjl-ci-dev-img]][cjl-ci-dev-url] | -*umbrella pkg*- | [![][mst-shield]][caesarjl-milestones] |
| Caesar.jl | [![version][cjl-stbl-img]][cjl-releases] | [![Build Status][cjl-ci-dev-img]][cjl-ci-dev-url] | -*umbrella pkg*- | [![][mst-shield]][cjl-milestones] |
| PyCaesar.jl | [![version][pycjl-stbl-img]][pycjl-releases] | [![Build Status][pycjl-ci-dev-img]][pycjl-ci-dev-url] | -*umbrella pkg*- | [![][mst-shield]][pycjl-milestones] |
| [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] |
| [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] |
| [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] |
Expand Down Expand Up @@ -59,24 +60,35 @@ This project adheres to the [JuliaRobotics code of conduct](https://github.com/J
[colprac]: https://github.com/SciML/ColPrac

[docs-shield]: https://img.shields.io/badge/docs-latest-blue.svg
[caesar-docs]: http://juliarobotics.github.io/Caesar.jl/latest/
[mst-shield]: https://img.shields.io/badge/-milestones-blueviolet
[mst-shield2]: https://img.shields.io/badge/-milestones-lightgrey

[cjl-slack-badge]: https://img.shields.io/badge/Invite-Slack-green.svg?style=popout
[cjl-slack]: https://join.slack.com/t/caesarjl/shared_invite/zt-ucs06bwg-y2tEbddwX1vR18MASnOLsw

[cjl-cov-img]: https://codecov.io/github/JuliaRobotics/Caesar.jl/coverage.svg?branch=master
[cjl-cov-url]: https://codecov.io/github/JuliaRobotics/Caesar.jl?branch=master
[cjl-ci-dev-img]: https://github.com/JuliaRobotics/Caesar.jl/actions/workflows/ci.yml/badge.svg
[cjl-ci-dev-url]: https://github.com/JuliaRobotics/Caesar.jl/actions/workflows/ci.yml
[cjl-ci-stb-img]: https://github.com/JuliaRobotics/Caesar.jl/actions/workflows/ci.yml/badge.svg
[cjl-ci-stb-url]: https://github.com/JuliaRobotics/Caesar.jl/actions/workflows/ci.yml


[cjl-stbl-img]: https://juliahub.com/docs/Caesar/version.svg
[cjl-stbl-url]: https://juliahub.com/ui/Packages/Caesar/BNbRm
[caesar-slack-badge]: https://img.shields.io/badge/Invite-Slack-green.svg?style=popout
[caesar-slack]: https://join.slack.com/t/caesarjl/shared_invite/zt-ucs06bwg-y2tEbddwX1vR18MASnOLsw
[caesarjl-milestones]: https://github.com/JuliaRobotics/Caesar.jl/milestones
[caesarjl-releases]: https://github.com/JuliaRobotics/Caesar.jl/releases
[cjl-milestones]: https://github.com/JuliaRobotics/Caesar.jl/milestones
[cjl-releases]: https://github.com/JuliaRobotics/Caesar.jl/releases
[cjl-docs]: http://juliarobotics.github.io/Caesar.jl/latest/

[pycjl-cov-img]: https://codecov.io/github/JuliaRobotics/PyCaesar.jl/coverage.svg?branch=develop
[pycjl-cov-url]: https://codecov.io/github/JuliaRobotics/PyCaesar.jl?branch=develop
[pycjl-ci-dev-img]: https://github.com/JuliaRobotics/PyCaesar.jl/actions/workflows/CI.yml/badge.svg
[pycjl-ci-dev-url]: https://github.com/JuliaRobotics/PyCaesar.jl/actions/workflows/CI.yml
[pycjl-ci-stb-img]: https://github.com/JuliaRobotics/PyCaesar.jl/actions/workflows/CI.yml/badge.svg
[pycjl-ci-stb-url]: https://github.com/JuliaRobotics/PyCaesar.jl/actions/workflows/CI.yml
[pycjl-stbl-img]: https://juliahub.com/docs/PyCaesar.jl/version.svg
<!-- [pycjl-stbl-url]: https://juliahub.com/ui/Packages/Caesar/____ -->
[pycjl-milestones]: https://github.com/JuliaRobotics/PyCaesar.jl/milestones
[pycjl-releases]: https://github.com/JuliaRobotics/PyCaesar.jl/releases


<!-- md variables duplicated in RoME.jl README -->
[rjl-url]: http://www.github.com/JuliaRobotics/RoME.jl
Expand Down
48 changes: 0 additions & 48 deletions examples/ROS/StdROSHandlers/IngestCamera.jl

This file was deleted.

63 changes: 0 additions & 63 deletions examples/ROS/StdROSHandlers/IngestCameraInfo.jl

This file was deleted.

105 changes: 0 additions & 105 deletions examples/ROS/StdROSHandlers/IngestCameraRaw.jl

This file was deleted.

13 changes: 0 additions & 13 deletions examples/ROS/StdROSHandlers/IngestClock.jl

This file was deleted.

65 changes: 0 additions & 65 deletions examples/ROS/StdROSHandlers/IngestGPS.jl

This file was deleted.

Loading