New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mrob

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mrob

Mobile Robotics library (mrob) is a framework for implementing robotics research and projects.

  • 0.0.17
  • PyPI
  • Socket score

Maintainers
1

PyPi version PyPi downloads Documentation Status

MROB: Mobile Robotics library

The Mobile Robotics library (mrob) is our common framework for implementing our robotics research and projects. It includes a core set of functionalities such as geometric transformations (SE3), factor graphs for general state estimation, optimization, 3D point cloud registration and more to come.

MROB was designed in C++14 with the aim of using it in Python via bindings.

Installation

python -m pip install mrob

Usage

import mrob 
import numpy as np

graph = mrob.FGraph()
R = mrob.geometry.SO3(np.eye(3))
t = np.zeros(3)
pose = mrob.geometry.SE3(R, t)

Examples

You can find more usage examples in python_examples.

Supported platforms

macOSLinuxWindows
Version11+manylinux2014Windows2019
Python3.7-3.103.6-3.103.6-3.10

License

Apache-2.0 License

FAQs


Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc