ROS Topics
ros nodes communicate on ros topics, ros nodes can publish or ros nodes can subscribe to a publisher to get data, and typically there is one publisher and N number of subscribers
These are some commands for ros topics as well which are listed below
>rostopic list
>rostopic echo /topicname
>rostopic info /topicname
>rostopic type /topicname
>rostopic pub /topicname
Last updated
Was this helpful?