Publisher in ROS
The publisher node will publish the type of data and the data on the topic
Following commands should be ran in the terminal
$ roscd beginner_tutorials
$ mkdir scripts
$ cd scripts
Make a new file and name it talker.py
$ chmod +x talker.py (Write this command to make the file executable)
Last updated
Was this helpful?