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

mambo-angular-service

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mambo-angular-service

Angular Service to control Parrot Mambo drone

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

mambo-angular-service

Angular Service to control Parrot Mambo drone

Examples of usage

API

MamboService

search(): Promise

Drone

setMaxAltitude(maxAltitude: number): Promise

  • Sets the drone's altitude limitation
  • @param {Integer} altitude the altitude in meters (2m-10m for Airborne Cargo / 2m - 25m for Mambo)

setMaxTilt(maxTilt: number): Promise

  • Sets the drone's max tilt limitation
  • @param {integer} tilt The max tilt from 0-100 (0 = 5° - 100 = 20°)

setMaxVerticalSpeed(maxVerticalSpeed: number): Promise

  • Sets the drone's max vertical speed limitation
  • @param {integer} verticalSpeed The max vertical speed from 0.5m/s - 2m/s

setMaxRotationSpeed(maxRotationSpeed: number): Promise

  • Sets the drone's max rotation speed limitation
  • @param {integer} tilt The max rotation speed from (50°-360° for Airborne Cargo / 50° - 180° for Mambo)

takeOff()

  • Instructs the drone to take off

land()

  • Instructs the drone to land

public updateFlightParams(roll: number, pitch: number, yaw: number, altitude: number)

  • Sets the roll, pitch, yaw and altitude of drone's flight params
  • @param roll turn speed, expected value from -1 (move left) to 1 (move right)
  • @param pitch turn speed, expected value from -1 (move back) to 1 (move forward)
  • @param yaw turn speed, expected value from -1 (turn counter-clocwise) to 1 (turn clocwise)
  • @param altitude turn speed, expected value from -1 (move down) to 1 (move up)

public setRoll(roll)

  • Sets the roll speed of drone's flight params
  • @param roll turn speed, expected value from -1 (move left) to 1 (move right)

public setPitch(pitch)

  • Sets the pitch of drone's flight params
  • @param pitch turn speed, expected value from -1 (move back) to 1 (move forward)

public setYaw(yaw: number)

  • Sets the turn speed of drone's flight params
  • @param yaw turn speed, expected value from -1 (turn counter-clocwise) to 1 (turn clocwise)

public setAltitude(altitude)

  • Sets the altitude of drone's flight params
  • @param altitude turn speed, expected value from -1 (move down) to 1 (move up)

Keywords

FAQs

Package last updated on 29 Mar 2017

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