User Tools

Site Tools


eeros_architecture:control_system:available_blocks:rospubanalogsignal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
eeros_architecture:control_system:available_blocks:rospubanalogsignal [2025/03/18 09:43] – created ursgrafeeros_architecture:control_system:available_blocks:rospubanalogsignal [2025/03/18 10:14] (current) – removed ursgraf
Line 1: Line 1:
-====== ROS Publisher Analog Signal ====== 
-This block samples the signal at its input and packs it into a ROS message of type ''eeros_msgs::msg::AnalogSignal''. Each time the block is run by its time domain, this message is published under a given topic name. 
-<code cpp> 
-  RosPublisherAnalogSignal pubAS("myTopic"); // create publisher block 
-</code> 
-For ROS2 you have to pass the node, from where the topic is sent. The ROS2 message is of type ''eeros_msgs::msg::AnalogSignal''. 
-<code cpp> 
-  RosPublisherAnalogSignal pubAS(node, "myTopic"); // create publisher block 
-</code> 
  
eeros_architecture/control_system/available_blocks/rospubanalogsignal.1742287433.txt.gz · Last modified: 2025/03/18 09:43 by ursgraf