You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
This is not the scenario for which the Node Manager GUI/daemon was designed. Multiple daemons on the same rosmaster are not handled by GUI!
If you want to use the GUI in multi-machine networks, you have to start a rosmaster on each machine and use master_discovery with master_sync to synchronize them.
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!
The text was updated successfully, but these errors were encountered: