Giter VIP home page Giter VIP logo

angular-ros's Introduction

angular-ros POC

This is a simple proof-of-concept for angular-ros

This is a simple app that shows how Angular makes ROS webapps pretty easy. With the right directives and helpers you mostly configure everything in markup: topics, message types, connection details, etc.

This example shows a message sender, receiver and an action lib client. To run the example:

  • launch rosbridge
  • launch Fibbonacci server from the tutorial
  • launch something that publishes on /chatter

The example shows how to react to the connection established.

Ideas:

  • Tests!
  • Proper bower packaging, minification, etc
  • Configure default goal value (at least have a simple example)
  • Dynamic response to attributes, so that you can change topics on the fly.
  • Proper support for namespaces, so that it pick up the namespace from parent tags. This should display messages from topic /another/example/chatter
<div ros-namespace='/another/>
  <div ros-namespace='/example/>
    <div ros-topic="/chatter">
      <div ng-controller="TopicListnerCtl" >
        {{messages}}
      </div>
    </div>
  </div>
</div>
  • Some common display templates for common message types, so that it's easy to compose views

angular-ros's People

Watchers

James Cloos avatar Tazhou 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.