getting_started:ros
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| getting_started:ros [2021/03/29 15:56] – [Interfacing with ROS] ursgraf | getting_started:ros [2025/03/18 10:42] (current) – [EEROS Messages] ursgraf | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Interfacing with ROS ====== | ====== Interfacing with ROS ====== | ||
| - | [[http:// | + | [[http:// | 
| * [[getting_started: | * [[getting_started: | ||
| + | * [[getting_started: | ||
| * [[getting_started: | * [[getting_started: | ||
| * [[getting_started: | * [[getting_started: | ||
| You can make use of ROS within EEROS in the following two ways. | You can make use of ROS within EEROS in the following two ways. | ||
| + | |||
| + | ===== EEROS Messages ===== | ||
| + | EEROS defines its own ROS message types. They correspond to EEROS [[eeros_architecture: | ||
| + | * Analog Signal → **eeros_msgs:: | ||
| + | - timestamp | ||
| + | - array of float64 values | ||
| + | * Digital Signal → **eeros_msgs:: | ||
| + | - timestamp | ||
| + | - array of boole values | ||
| + | These messages are fetched and built when building EEROS with ROS supprt and will be installed into the same directory as EEROS itself. | ||
| ===== Using Publisher and Subscriber Blocks in the Control System ===== | ===== Using Publisher and Subscriber Blocks in the Control System ===== | ||
| Line 23: | Line 34: | ||
| - | ===== Running your Application ===== | ||
| - | An EEROS application using ROS needs to be started with super user privileges. Further, | ||
| - | ROS needs some system variables, like '' | ||
| - | To forward these variables to the super user process, the option //-E// has to be used. | ||
| - | < | ||
| - | $ sudo -E ./ | ||
| - | </ | ||
getting_started/ros.1617026191.txt.gz · Last modified: 2021/03/29 15:56 by ursgraf
                
                