Node not found after being initialized
I run this code below with a python interpreter. Then I type rosnode list
from terminal. But I cannot see the node "hello". I only see "/rosout". Why?
import rospy
rospy.init_node("hello")
What do you see?
I only see "/rosout" in the list.