Invalid roslaunch XML syntax: not well-formed
I am trying to launch several launch files from a main launch file. I can successfully call one of the launch files from my main launch file. Like this.
http://answers.ros.org/question/42814...
But I fail at calling the other two. The launch file that I can successfully call runs just a single node. No arguments. But the other two launch files that I fail calling have a bunch of arguments which I feel should be passed inside of the "include" tag?
One of them is the launch file for the Kinova Jaco arm and the other one is a launch file that has all the perception functionalities in it.
I am new to xml files and need help with this.
Please ask/comment if you have questions and I guarantee to respond quickly.