-
Notifications
You must be signed in to change notification settings - Fork 109
Description
Hi! I have a few questions regarding the following setup: A robot which is the rosmaster is connected to a PC with the ROS_MASTER_URI set to the IP of the robot. Both the robot and the PC should run some nodes. Now I would like to use the Node Manager GUI on the PC.
-
) I need to run the node manager daemon on both machines (since i want to start nodes on both). However there can only be one node in the network with that name and if I rename them the GUI complains that node_manager_daemon is not found?
-
) Remote nodes have a question mark in the green circle and the warning "remote nodes will not be ping, so they are always marked running." Is there a way to see the status of remote nodes, i.e. launching nodes form the PC to run on the robot?
Thanks in advance!