-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing examples to the example manifest #5666
Labels
examples
Issues relating to the Rerun examples
Milestone
Comments
We should maybe add a lint so that we don't forget adding examples to the manifest |
This was referenced Apr 4, 2024
emilk
pushed a commit
that referenced
this issue
Apr 4, 2024
### What - Part of ##5666 ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using newly built examples: [rerun.io/viewer](https://rerun.io/viewer/pr/5785) * Using examples from latest `main` build: [rerun.io/viewer](https://rerun.io/viewer/pr/5785?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [rerun.io/viewer](https://rerun.io/viewer/pr/5785?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! - [PR Build Summary](https://build.rerun.io/pr/5785) - [Docs preview](https://rerun.io/preview/d2b16ddde46cc35b0e0a174688b76ddc84439429/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/d2b16ddde46cc35b0e0a174688b76ddc84439429/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
abey79
added a commit
that referenced
this issue
Apr 4, 2024
### What - Part of #5666 ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using newly built examples: [rerun.io/viewer](https://rerun.io/viewer/pr/5789) * Using examples from latest `main` build: [rerun.io/viewer](https://rerun.io/viewer/pr/5789?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [rerun.io/viewer](https://rerun.io/viewer/pr/5789?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! - [PR Build Summary](https://build.rerun.io/pr/5789) - [Docs preview](https://rerun.io/preview/ee289d8824bb1107f80a9418c756fb83f963fd0e/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/ee289d8824bb1107f80a9418c756fb83f963fd0e/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
abey79
added a commit
that referenced
this issue
Apr 4, 2024
### What - Part of #5666 Also added a linkinator exception as apparently tensorflow.org blocks CI 🤷🏻 ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using newly built examples: [rerun.io/viewer](https://rerun.io/viewer/pr/5790) * Using examples from latest `main` build: [rerun.io/viewer](https://rerun.io/viewer/pr/5790?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [rerun.io/viewer](https://rerun.io/viewer/pr/5790?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! - [PR Build Summary](https://build.rerun.io/pr/5790) - [Docs preview](https://rerun.io/preview/72ffd3e4937cfa0e6b4ae7ce488eecbaf2a253ca/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/72ffd3e4937cfa0e6b4ae7ce488eecbaf2a253ca/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are several useful examples that we keep in separate repositories that aren't currently easy to find under rerun.io/examples. There are also examples we have in the repository that aren't discoverable on the website. We should add these to the example manifest to make the easier to find for our users. This includes, any ROS bridges or interesting dataloaders.
Use this figma page to format the thumbnail.
Related to:
External examples:
ros_bridge
external example #5785urdf_loader
external example #5789tfrecord_loader
external example #5790Internal examples:
“rerun_example_log_file”
Code snippets that aren't used anywhere in docs:
The text was updated successfully, but these errors were encountered: