Skip to content

Di0nisP/SR_ctl-remake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SR_ctl

Description

Distributed control system framework for robotics

SR_ctl is framework for distributed control system for robotics.

The framework allows to assemble control systems from many end devices are joined by Ethernet network. The control system is based on Message Passing Interface (MPI). Control system algorithms are realized as .so files that compiled from C++ files produced by special template.

Different .so algorithms are linked by variables transmission. Each algorithm has inputs and outputs. Output value form one algorithm transmits to another algorithm input if names of the input and output correspond one to each other.

Algorithms work with constant period on each device. Algorithms work one after other.

Описание

Платформа распределенной системы управления для робототехники

SR_ctl - это платформа для распределенной системы управления для робототехники.

Платформа позволяет собирать системы управления из множества конечных устройств, объединенных сетью Ethernet. Система управления основана на интерфейсе передачи сообщений (MPI). Алгоритмы системы управления реализованы в виде файлов .so, которые компилируются из файлов C++, созданных по специальному шаблону.

Решение возможных проблем

В случае возникновения ошибок при добавлении или изменении алгоритмов следует удалить INI-файлы.

About

Использование фреймворка SR_ctl для реализаций функций релейной защиты

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors