GithubHelp home page GithubHelp logo

rosmod / rosmct Goto Github PK

View Code? Open in Web Editor NEW
19.0 19.0 4.0 47 KB

Development of an openmct system for telemetry of ros systems

License: MIT License

JavaScript 95.91% HTML 4.09%
node openmct plotting ros rosmod

rosmct's Introduction

ROSMOD - Quick Start Guide

Clone Repository

$ git clone --recursive http://github.com/rosmod/rosmod

This Repository contains:

  • ROSMOD GUI v0.3
  • ROSMOD Component Model
  • Test Samples

Dependencies

  • Antlr Python2 Runtime 4.4.1
  • Cheetah 2.4.4
  • Fabric 1.10.1
  • TermEmulator 1.0
  • wxPython 2.8
  • dtach
$ cd <REPOSITORY_HOME>/utils
$ sudo ./dependencies.py

ROSMOD GUI

$ cd <REPOSITORY_HOME>/gui
$ python __main__.py
  • Add the following line to ~/.bashrc
alias rosmod='python ~/PATH_TO_REPOSITORY_HOME/gui/__main__.py'

ROSMOD Communication Layer

  • The ROSMOD Communication Layer is a modified version of the ros_comm communication layer in ROS.
  • ROSMOD introduces PFIFO and EDF-based scheduling schemes to the ROS callback queue.
  • ROSMOD also facilitates deadline monitoring i.e. deadline violation detection and logging for all callbacks.
$ cd <REPOSITORY_HOME>/comm
$ catkin_make -DCMAKE_INSTALL_PREFIX=/opt/ros/<ROS_VERSION> install

rosmct's People

Contributors

dmweis avatar finger563 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

rosmct's Issues

Roscore Status Notification

Notification to server of the addition/removal of a roscore (and therefore a ros deployment)

Notification Object:

{
  name: SYSTEM_NAME,
  master_uri: ROS_MASTER_URI,
  status: OPEN/CLOSE
}

How to read the topics on the website

Hello! I know this is still in process but I was wondering how to connect the OpenMCT to Rosbridge. I was able to run the test nodes and successfully connect to the ROSCORE running on the computer. However, on the website I cannot see any topic.

Thank you again, I hope this project is still in works.

Spawn rosbridge in new shell to connect to a roscore

Spawn a worker process to contain rosbridge and roslib interfaces for each roscore.

Rosbridge needs to run in a new shell for each roscore.

Needs to:

  1. source message definitions for all packages on the system
  2. generate a unique port to reside on

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.