fizyr / camera_pose_calibration

45 stars 21 forks source link

Fix XML declaration in nodelet.launch #3

Closed dbolkensteyn closed 7 years ago

dbolkensteyn commented 7 years ago

Without this, I am getting the following error on Kinetic:

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

(and I am getting another error after this fix, but that's another story... Failed to load nodelet [/CirclesCalibrationNodelet] of type [dr/CirclesCalibrationNodelet] even after refreshing the cache: According to the loaded plugin descriptions the class...)

de-vri-es commented 7 years ago

Thanks for the patch. The space is indeed illegal there.

I'm afraid the nodelet version has not been tested extensively. Could you open another issue with more details on the other error?