himm
Version:
Histrogramic In-Motion Mapping module framework for NodeJS.
37 lines (36 loc) • 749 B
JSON
{
"name": "himm",
"version": "0.0.2",
"description": "Histrogramic In-Motion Mapping module framework for NodeJS.",
"main": "index.js",
"scripts": {
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ojengwa/himm.git"
},
"keywords": [
"mapping",
"algorithm",
"histogram",
"obstacle",
"avoidance",
"real-time",
"mapp",
"building",
"robotics",
"motion",
"sampling",
"steering",
"omnidirectional",
"vector",
"field"
],
"author": "Bernard Ojengwa <bernardojengwa@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ojengwa/himm/issues"
},
"homepage": "https://github.com/ojengwa/himm#readme"
}