Uses of Interface
org.ros.node.Node
Packages that use Node
Package
Description
Provides internal classes for creating and communicating with nodes in the ROS graph.
Provides the classes for communicating with the master.
Provides the classes for creating and communicating with nodes in the ROS graph.
-
Uses of Node in org.ros.internal.node
Classes in org.ros.internal.node that implement Node -
Uses of Node in org.ros.master.client
Constructors in org.ros.master.client with parameters of type Node -
Uses of Node in org.ros.node
Subinterfaces of Node in org.ros.nodeModifier and TypeInterfaceDescriptioninterfaceA node in the ROS graph that has successfully contacted the master.Methods in org.ros.node that return NodeModifier and TypeMethodDescriptionDefaultNodeFactory.newNode(NodeConfiguration nodeConfiguration) DefaultNodeFactory.newNode(NodeConfiguration nodeConfiguration, Collection<NodeListener> listeners) NodeFactory.newNode(NodeConfiguration configuration) Build a newNodewith the givenNodeConfiguration.NodeFactory.newNode(NodeConfiguration configuration, Collection<NodeListener> listeners) Methods in org.ros.node with parameters of type NodeModifier and TypeMethodDescriptionvoidvoidvoidCalled when theNodeexperiences an unrecoverable error.voidAbstractNodeMain.onShutdown(Node node) voidDefaultNodeListener.onShutdown(Node node) voidNativeNodeMain.onShutdown(Node node) voidNodeListener.onShutdown(Node node) Called when theConnectedNodehas started shutting down.voidAbstractNodeMain.onShutdownComplete(Node node) voidDefaultNodeListener.onShutdownComplete(Node node) voidNodeListener.onShutdownComplete(Node node) Called when theNodehas shut down.