Socket
Socket
Sign inDemoInstall

ouster-mapping

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ouster-mapping

Library to perform basic SLAM with Ouster lidars


Maintainers
1

Readme

Ouster SDK Mapping

.. [sdk-mapping-overview-start]

The Ouster SDK Mapping provides mapping functionalities as an extension of the Ouster Sensor SDK PyPI_

The two main functions of the Ouster SDK Mapping:

  • Simultaneous Localization and Mapping (SLAM)
  • Point Cloud Construction using SLAM outputs

More SDK libraries and tools information can be found at GitHub_ and Ouster SDK Mapping user documentation is located at MappingSession_

.. [sdk-mapping-overview-end]

Supported Platforms

.. [supported-platforms-start]

Ouster SDK Mapping is a pure python package which can be installed on all platforms. However, some of its dependencies may not be supported on your system.

SLAM function is available on the following platforms:

  • Linux x86_64 (manylinux2014_x86_64) for python >= 3.8, <=3.12

  • MacOS >= 10.14 on x86_64 platforms (macosx_10_14_x86_64) for python >= 3.8, <=3.12

  • MacOS >= 11.0 on M1 platforms (macosx_11_0_arm64) for python >= 3.8, <=3.12

  • Windows 10 on x86_64 platforms (win_amd64) for python >= 3.8, <=3.12

  • NOT support Linux ARM64 platforms (manylinux2014_aarch64)

Point Cloud Construction is available on the following platforms:

  • Linux x86_64 (manylinux2014_x86_64) for python >= 3.8, <=3.11
  • Linux ARM64 (manylinux2014_aarch64) for python >= 3.8, <=3.11
  • MacOS >= 10.14 on x86_64 platforms (macosx_10_14_x86_64) for python >= 3.8, <=3.12
  • MacOS >= 11.0 on M1 platforms (macosx_11_0_arm64) for python >= 3.8, <=3.12
  • Windows 10 on x86_64 platforms (win_amd64) for python >= 3.8, <=3.11

Later we will support building from source.

.. _PyPI: https://pypi.org/project/ouster-sdk/ .. _GitHub: https://github.com/ouster-lidar/ouster_example/ .. _MappingSession: https://static.ouster.dev/sdk-docs/cli/mapping-sessions.html

.. [supported-platforms-end]

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc