After starting the robot instance using
from rae_sdk.robot import Robot robot = Robot()
Can that instance of robot be called from another node to, for example stop that instance or add a publisher, nav command or make another api call to Robot? Creating a second instance of Robot() disrupts the first instance.
After starting the robot instance using
from rae_sdk.robot import Robot robot = Robot()Can that instance of robot be called from another node to, for example stop that instance or add a publisher, nav command or make another api call to Robot? Creating a second instance of Robot() disrupts the first instance.