
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/moveit_tutorials/html/doc/pr2_tutorials/kinematics/src/doc/kinematic_model_tutorial.html)
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
Originally posted by JonasG on ROS Answers with karma: 1 on 2018-04-12
Post score: 0
Original comments
Comment by gvdhoorn on 2018-04-12:\
Do I have to build a package
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.