Create a ROS 2 node on the specified network
The ros2node
object represents a ROS 2 node, and allows you to
communicate with the rest of the ROS 2 network. You have to create a node before you can
create publishers and subscribers.
initializes a ROS 2 node with the given node
= ros2node(Name
)Name
. The node will be on the
network specified by the domain identification 0
, unless otherwise
specified by the ROS_DOMAIN_ID
environment variable.
delete | Remove reference to ROS 2 node |