splintered-reality/py_trees_ros

Rclpy Question List

Closed this issue · 1 comments

  • Where does the node name come from (i.e. returned from node.get_node_names())?

This is the argument passed in when creating a node (rclpy.node.Node('exchange')).

  • How to append publisher name to the node name (i.e. ~ from rospy)?

Shifting to my wiki