arni repository

Repository Summary

Checkout URI https://github.com/ROS-PSE/arni.git
VCS Type git
VCS Version master
Last Updated 2019-10-23
Dev Status MAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Packages

README

ARNI

This is the codebase of the Advanced ROS Network Introspection.

Hey guys, sorry for the long neglect of the project. I'd like to know if there is still interest in this project. If you are using it and want it to continue write me: arni-github@posteo.de. I'm also open to different contributors if someone has the time to do so :) Thanks a lot!

Please note that this is still a development version. If you find any bugs please report or open pull requests. We will be fixing them as soon as our time permits it.

What is arni?

Advanced ROS Network Introspection (ARNI) extends the /statistics features introduced with Indigo and completes the collected data with measurements about the hosts and nodes participating in the network. These are gathered from an extra node that has to run on each host machine. All statistics or metadata can be compared against a set of reference values using the monitoring_node. The rated statistics allow to run optional countermeasures when a deviation from the reference is detected, in order to remedy the fault or at least bring the system in a safe state. Further information can be found at: http://wiki.ros.org/arni Also there are a few to tutorials which cover most basics: http://wiki.ros.org/arni/Tutorials

Note for ROS kinetic:

pyqtgraph has to be installed manually for this package to work correctly (don't ask me why):

git clone git@github.com:pyqtgraph/pyqtgraph.git
cd pyqtgraph; sudo python setup.py install

===

Guidelines for developers:

  • everything in this repository should be in english.
  • every commit should be commented in english.
  • python code has to follow the ROS and the pep8 style guide (please actually read them before coding)
  • directories begin with a lower case character
  • see code-examples for some examples on code guidelines

CONTRIBUTING

No CONTRIBUTING.md found.

Repository Summary

Checkout URI https://github.com/ROS-PSE/arni.git
VCS Type git
VCS Version master
Last Updated 2019-10-23
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Packages

README

ARNI

This is the codebase of the Advanced ROS Network Introspection.

Hey guys, sorry for the long neglect of the project. I'd like to know if there is still interest in this project. If you are using it and want it to continue write me: arni-github@posteo.de. I'm also open to different contributors if someone has the time to do so :) Thanks a lot!

Please note that this is still a development version. If you find any bugs please report or open pull requests. We will be fixing them as soon as our time permits it.

What is arni?

Advanced ROS Network Introspection (ARNI) extends the /statistics features introduced with Indigo and completes the collected data with measurements about the hosts and nodes participating in the network. These are gathered from an extra node that has to run on each host machine. All statistics or metadata can be compared against a set of reference values using the monitoring_node. The rated statistics allow to run optional countermeasures when a deviation from the reference is detected, in order to remedy the fault or at least bring the system in a safe state. Further information can be found at: http://wiki.ros.org/arni Also there are a few to tutorials which cover most basics: http://wiki.ros.org/arni/Tutorials

Note for ROS kinetic:

pyqtgraph has to be installed manually for this package to work correctly (don't ask me why):

git clone git@github.com:pyqtgraph/pyqtgraph.git
cd pyqtgraph; sudo python setup.py install

===

Guidelines for developers:

  • everything in this repository should be in english.
  • every commit should be commented in english.
  • python code has to follow the ROS and the pep8 style guide (please actually read them before coding)
  • directories begin with a lower case character
  • see code-examples for some examples on code guidelines

CONTRIBUTING

No CONTRIBUTING.md found.