Coder Social home page Coder Social logo

trass3r / rendezvous Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fly4smartcity/rendezvous

0.0 3.0 0.0 1.07 MB

Rendezvous is a simple javascript GUI that runs in your browser and allows to track the position of your device/robot on a global map.

License: GNU General Public License v2.0

CSS 92.73% HTML 4.28% JavaScript 2.99%

rendezvous's Introduction

Rendezvous

Rendezvous is a simple javascript GUI that runs in your browser and displays the position of your device/robot on a global map in real time.

Rendezvous offers basic visualization of:

  • GPS Position
  • Magnetic heading
  • Accuracy of the GPS position
  • GPS Fix status

The application supports the ROS (Robotic Operating System) standard GPS-location sensor_msgs/NavSatFix and magnetometer sensor_msgs/MagneticField messages and it can be very easily customized to fit your needs.

Dependencies:

Rosbridge is needed to run Rendezvous.

HowTo:

  • Generate your personal Gmaps API key. Then paste it in the index.html file: src="https://maps.googleapis.com/maps/api/js?key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX">
  • In the subscriber_ros_gui.js be sure to set the url parameter in the ros variable to match your rosbridge configuration and
  • set the name parameter in the listener variable accordingly to your GPS message naming convention;
  • Launch rosbridge together with your custom ROS environment;
  • Open index.html with your favourite browser.

Rendezvous screenshot

Notes:

  • You can adjust the on-screen update-rate in the GUI modifying the updateRate variable in subscriber_ros_gui.js;
  • The heading angle is computed very roughly directly from the magnetic field components in the magnetometer message without tilt compensation. This is very likely to produce unprecise and biased heading estimates. You've been warned :)

GMAPS API DISCLAIMER:

At the moment (Aug 2014) Google Maps is the only visualization engine integrated in Rendezvous, therefore using this software you must comply with the Google Maps/Google Earth APIs Terms of Service (https://developers.google.com/maps/terms?hl=it).

LICENSE:

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

rendezvous's People

Contributors

blackistheanswer avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.