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

OusterSDK + Ouster CLI 2023 Q2 Release #534

Merged
merged 1 commit into from
Jul 7, 2023
Merged

Conversation

bexcite
Copy link
Contributor

@bexcite bexcite commented Jul 7, 2023

OusterSDK + Ouster CLI 2023 Q2 Release

With this release we are adding a bunch of things that we've used internally at Ouster for some
time and we hope it will be useful to a broader set of users well.

Major things:

Ouster CLI (Python)

Command Line Tools ouster-cli that combines basic and common actions to work with sensors:

  • Discover connected sensors (ouster-cli discover)
  • Configure sensors (ouster-cli source <SENSOR> config)
  • Get sensors metadata (ouster-cli source <SENSOR> metadata)
  • Record data to a pcap with metadata json stored along (ouster-cli source <SENSOR> record)
  • Visualize data from sensor or pcap (ouster-cli source [<SENSOR> | <PCAP>] viz)
  • Pcap slice and convertion operations (ouster-cli source <PCAP> {info,slice,convert})
  • Run slam to get trajectories and registered point clouds (ouster-cli source [<SENSOR> | <PCAP>] slam)

Ouster Mapping (Python)

Mapping utilities + tools to save registered point clouds from pcap or running sensors that
accounts for sensor motion and deskews the cloud.

Ouster OSF (C++/Python)

C++/Python library to save stream of LidarScans with metadata. Used by mapping module to work with
scans + poses.

For more details please see the CHANGELOG.rst file.

Copy link
Contributor

@kairenw kairenw left a comment

Choose a reason for hiding this comment

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

🎉 🎉

Copy link
Collaborator

@chrisbayruns chrisbayruns left a comment

Choose a reason for hiding this comment

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

🥂

@bexcite bexcite merged commit 9d09711 into master Jul 7, 2023
1 check passed
@bexcite bexcite deleted the ouster-cli-release-23q2 branch July 7, 2023 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants