Understanding topicsBackgroundtopic은 node간 message를 주고받는 bus 역할을 하는 graph의 필수요소이다. 노드는 topic으로 data를 publish함과 동시에 topic에 대한 subscription을 가진다.publisher가 topic으로 message를 보내면 subscriber가 topic으로부터 message를 받는다. Taskssetupros2 run turtlesim turtlesim_noderos2 run turtlesim turtle_teleop_key rqt graphnode와 topic간의 연결과 교환을 시각화하기 위해 rqt_graph를 사용한다.rqt_graph2개의 action이 보이긴 하지만 지금 단계에선 무시하자./teleop_t..