Connect bool topics - node required?
Hey folks,
do I actually need a node to translate a boolean topic into two others?
I've got subscribed topic /input
and two published topics /out1
and /out2
. All message are boolean, /out1
shall republish /input
and /out2
shall republish NOT /input
. So if there's a True coming in on /input
, /out1
shall publish True and /out2
shall publish False.
Is there a way to achieve that without writing a node? Some sort of remapping or something?
Thank you, guys!
Cheers, Hendrik