Example 4.2 error when launching Blob tracking with OpenCV and Python part 2,

i get this error when Launching

Invalid roslaunch XML syntax: not well-formed (invalid token): line 1, column 1
The traceback for the exception was written to the log file

Can i get a little bit of more information. Do i need to make a new launch file or can i launch the py file. I tried with the example given in solution.

Hi Vedkar,

It is a syntax error in your XML. make sure you are closed all brackets.

Best Regards,
Mahmoud

<?xml version="1.0"?>

my_blob_tracking_pkg

0.0.0

The my_blob_tracking_pkg package

user

TODO

<buildtool_depend>catkin</buildtool_depend>

<build_depend>roscpp</build_depend>

<build_depend>rospy</build_depend>

<build_export_depend>roscpp</build_export_depend>

<build_export_depend>rospy</build_export_depend>

<exec_depend>roscpp</exec_depend>

<exec_depend>rospy</exec_depend>

<!-- Other tools can request additional information be placed here -->

I dont see where i miss it

The error is the .launch file. Can you paste that here?

i solved it. it was an error in the Launch file