Skip to content
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 example of stereo vision SLAM #6669

Merged
merged 3 commits into from
Jun 28, 2024

Conversation

02alexander
Copy link
Collaborator

@02alexander 02alexander commented Jun 27, 2024

What

Adds an example visualizing stereo vision SLAM.

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I have tested the web demo (if applicable):
  • The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG
  • If applicable, add a new check to the release checklist!

To run all checks from main, comment on the PR with @rerun-bot full-check.

@02alexander 02alexander added examples Issues relating to the Rerun examples include in changelog labels Jun 27, 2024
Copy link

github-actions bot commented Jun 27, 2024

Deployed docs

Commit Link
6324d43 https://landing-cjn9cuzem-rerun.vercel.app/docs

Copy link
Member

@emilk emilk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

## Text log

```cpp
rec.log("world/log", rerun::TextLog(msg).with_color(log_color.at(log_type)));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wha is this weird log_color.at(log_type) thing?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

log_color is a dictionary that maps the type of text log to a color. For example logs related to loop-closure will have a different color than those related to the frontend.

@02alexander 02alexander merged commit c4df5b1 into main Jun 28, 2024
33 of 34 checks passed
@02alexander 02alexander deleted the alexander/example-stereo-vision-slam branch June 28, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples Issues relating to the Rerun examples include in changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants