Skip to content

IntelligentRoboticsLabs/systems_bringup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

systems_bringup

This package brings up the systems for the RoboCup Team, running all the nodes in the same process, allowing:

  • Use intra-process communications
  • Select which nodes are real-time and which ones aren't
  • Unifying all the node parameter configurations in the same file

Setup the system for launch real-time threads

Normal users are not allowed by default to set high-priority threads, so you have to add a file /etc/security/limits.d/20-YOURUSERNAME-rtprio.conf (for example, /etc/security/limits.d/20-fmrico-rtprio.conf) with the content:

YOURUSERNAME - rtprio 98

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors