eeros_architecture:control_system:available_blocks:rossublaserscan
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
eeros_architecture:control_system:available_blocks:rossublaserscan [2017/11/01 22:58] – created graf | eeros_architecture:control_system:available_blocks:rossublaserscan [2023/02/27 16:53] (current) – ursgraf | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ROS Subcriber | + | ====== ROS Subscriber |
This block receives a ROS message of type '' | This block receives a ROS message of type '' | ||
<code cpp> | <code cpp> | ||
- | | + | // create |
- | ros:: | + | RosSubscriberLaserScan< |
- | | + | |
- | RosSubscriberLaserScan< | + | |
</ | </ | ||
The template parameter of the block determines the size of the range and intensity vectors. | The template parameter of the block determines the size of the range and intensity vectors. | ||
+ | |||
+ | For ROS2 you have to pass the node, from where the topic is received. The ROS2 message is of type '' | ||
+ | <code cpp> | ||
+ | RosSubscriberLaserScan< | ||
+ | </ | ||
+ |
eeros_architecture/control_system/available_blocks/rossublaserscan.1509573493.txt.gz · Last modified: 2017/11/01 22:58 (external edit)