Spawn using launch file
Consider the content of my launch file:
<launch> <node pkg="turtlesim" type="turtlesim_node" name="turtle1" /> <node pkg="just" type="spawn" name="spawn" /> </launch>
Individually a new turtle is spawning properly, but it is not happening when i used it in launch file.
Same happening with Kill service also. Names are properly given.
I am using kinetic in Ubuntu 16.04.
It isn't clear what your problem is. You should provide a more detailed explanation of what you're expecting to happen and what is actually happening.