Can we create a gateway between ROS and Ethernet based Adaptive Applications?
i am currently working on my master thesis, as part of it i need an interface between application developed using some ip protocol in adaptive autosar and another application developed using ros.
please let me know if there is such an interface or gateway, where i can achieve it .
There is the rosbridge_suite to communicate with non-ros applications. You can also create a rosnode that receives data over ethernet & publishes that on ros topics. (and the other way: subscribe to ros topic & send that over ethernet).