Rest api

From RobotinoWiki
Revision as of 16:34, 28 January 2019 by Verbeek (talk | contribs)

Installation

Robotino rest icon 64.png REST-API is already running at http://RobotinoIP.

Package links

nothing to install

GET

PUT

/data/omnidrive

Set forwward and rotational velocity. You have to send data periodically at least every 200ms. If no data is received for more than 200ms Robotino will stop.

{
  "vx": "x-vel in m/s",
  "vy" : "y-vel in m/s",
  "omega" : "rot-vel in rad/s"
}