All Projects → fkie → Multimaster_fkie

fkie / Multimaster_fkie

Licence: bsd-3-clause
ROS stack with FKIE packages for multi-robot (discovering, synchronizing and management GUI)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Multimaster fkie

Rdbox
RDBOX is an advanced IT platform for robotics and IoT developers that highly integrates cloud-native and edge computing technologies.
Stars: ✭ 246 (+64%)
Mutual labels:  ros, network
Urdf Viz
visualize URDF/XACRO file, URDF Viewer works on Windows/MacOS/Linux
Stars: ✭ 149 (-0.67%)
Mutual labels:  ros
Pyfunceble
The tool to check the availability or syntax of domain, IP or URL.
Stars: ✭ 143 (-4.67%)
Mutual labels:  network
Core
Eru, a simple, stateless, flexible, production-ready orchestrator designed to easily integrate into existing workflows. Can run any virtualization things in long or short time.
Stars: ✭ 147 (-2%)
Mutual labels:  network
Boost Asio Study
Examples and toturials for C++ Boost Asio library.
Stars: ✭ 144 (-4%)
Mutual labels:  network
Ether.network
https://github.com/Eastrall/Sylver
Stars: ✭ 147 (-2%)
Mutual labels:  network
Ansible Role Nfs
Ansible Role - NFS
Stars: ✭ 141 (-6%)
Mutual labels:  network
Wifi Password
Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect
Stars: ✭ 2,325 (+1450%)
Mutual labels:  network
K8s Testsuite
Test suite for Kubernetes
Stars: ✭ 149 (-0.67%)
Mutual labels:  network
Industrial ci
Easy continuous integration repository for ROS repositories
Stars: ✭ 146 (-2.67%)
Mutual labels:  ros
Roslibpy
Python ROS Bridge library
Stars: ✭ 146 (-2.67%)
Mutual labels:  ros
Networkgraph
基于D3.js的Neo4j网络图可视化(Visualization of Neo4j Network Graph Based on D3.js
Stars: ✭ 145 (-3.33%)
Mutual labels:  network
Simplewall
Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.
Stars: ✭ 2,505 (+1570%)
Mutual labels:  network
Weloveinterns
中科院软件所智能软件中心实习生社区
Stars: ✭ 143 (-4.67%)
Mutual labels:  ros
Djim100 People Detect Track
A ros demo for people detection and tracking on DJI M100 drone
Stars: ✭ 150 (+0%)
Mutual labels:  ros
Laravel Passport Social Grant
🔒 API authentication via social networks for your Laravel application
Stars: ✭ 142 (-5.33%)
Mutual labels:  network
Rosnodejs
Client library for writing ROS nodes in JavaScript with nodejs
Stars: ✭ 145 (-3.33%)
Mutual labels:  ros
Self Driving Golf Cart
Be Driven 🚘
Stars: ✭ 147 (-2%)
Mutual labels:  ros
Keras Serving
bring keras-models to production with tensorflow-serving and nodejs + docker 🍕
Stars: ✭ 150 (+0%)
Mutual labels:  network
Dotzu
📱👀 In-App iOS Debugging Tool With Enhanced Logging, Networking Info, Crash reporting And More.
Stars: ✭ 1,802 (+1101.33%)
Mutual labels:  network

This is a new version with daemon instance!

Whats new:

  • Remote access and control of launch and configuration files.
  • Easy remote editing of launch files.
  • Monitoring for ROS nodes and system resources on remote hosts.

Old version is available on branch: old_master and is no longer supported!

FKIE multimaster for ROS

The ROS stack of fkie_multimaster offers a complete solution for using ROS with multicores. In addition, Node Manager with a daemon provide a GUI-based management environment that is very useful to manage ROS-launch configurations and control running nodes, also in a single-core system.

multimaster overview

Packages have been renamed

The FKIE multimaster packages used to have an _fkie suffix. In conformance with REP-144, all packages have been renamed with an fkie_ prefix, starting from version 1.0.0. If you have built an older version from source, make sure to remove the build artifacts of the old versions from your build space.

Install

The communication between the Node Manager GUI and the Daemon is based on Python gRPC. If you are using Ubuntu 18.10 or later, you can simply run sudo apt install python-grpcio python-grpc-tools. For Ubuntu 18.04 LTS, we provide a PPA backport of the gRPC libraries. If your Ubuntu version is older than that, you need to install grpcio-tools from PyPI.

You can run the following commands to setup a build from source:

cd catkin_ws/src
git clone https://github.com/fkie/multimaster_fkie.git multimaster
rosdep update
rosdep install -i --as-root pip:false --reinstall --from-paths multimaster

Then build all packages:

catkin build fkie_multimaster

Documentation

For ROS interfaces and parameterization see the ROS Wiki. For configuration details you can find example launch files in each package.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].