I working on a project for prototype of new robotic. I have a raspberry pi and i know already there is a siumlink box for ros on raspberry pi, but my question is : if i have another board ( ardunio or teensy ) connected with raspberry pi with serial port, and i want to publish a message from this board and make raspberry pi subscribe this message, is it possible to do that with ros simulink, or shouldl i publish the teensy message through ros kinetic on raspberry pi and use the ros simulink to subscribe the message ?
I assumed that i install ros kinetic on raspberry pi also i installed rosserial_arduino or rosserial_teensy depending on which board i will use.