In ROSBasics in 5 days Unit 1 - the following command works - “roslaunch publisher_example move.launch”
I am trying to find where publisher_example package is defined but am not able to find it. Where can I find this?
In ROSBasics in 5 days Unit 1 - the following command works - “roslaunch publisher_example move.launch”
I am trying to find where publisher_example package is defined but am not able to find it. Where can I find this?
Hello! You can type rospack list | grep publisher_example
on the command line and that should give you the location of your package.