Do I have to build a package, when I want to run a node?
Hello,
I am working on my Bachelor-Thesis and I want to run a node from a MoveIt! tutorial. ( http://docs.ros.org/kinetic/api/movei... )
Do I have to build a package and set dependencies or is it enough to make a launch file? In which directory do I have to save the launch.file?
Thanks for your help.
Greetings Jonas
Not an answer, more a comment: technically: no, nodes can be started and created without packages, but it's perhaps not straightforward for novices and will make it more difficult to work with some/many of the tools ROS provides.