is it possible to have 2 rosnode handles in rosserial ?
HI I am trying to implement a PILS with gazebo by using rosserial to link MCU to PC . My MCU runs freeRTOS . I want to create 2 node handles one for subscriber and other for publisher each nh will be called in 2 separate tasks respectively.
When I tried this either subscriber or publisher is getting connected not both.