Send data thanks to PDO protocol
I am working on controlling a canopen device thanks to canopen_master. I got inspired by the canopen_chain_node but it seems that this node only use SDO protocol. PDO management seems to be implemented in the canopen_master but I wonder how to publish a PDO frame thanks to canopen_master (maybe directly change the data in the OD?).
Is there something that i missed?
Did someone have an example of a ros_canopen SDO publisher?
thanks!