ros2_trt_pose icon indicating copy to clipboard operation
ros2_trt_pose copied to clipboard

The manifest contains invalid XML:

Open wuhaoqi-1 opened this issue 3 years ago • 3 comments

HI,An error occurred when I ran this command "rosdep install --from-paths src --ignore-src --rosdistro eloquent -y" image

wuhaoqi-1 avatar Apr 26 '21 14:04 wuhaoqi-1

I got the same error. What I did was removed the copyright headers. Specifically the lines: <!--# -&#45 ... --!> I believe the headers corrupted the XML files. I did this for two files in:

  1. ros2_trt_pose/ros2_trt_pose/package.xml
  2. ros2_trt_pose/pose_msgs/package.xml

I made a backup before modifying just in case.

the-black-viper avatar Apr 28 '21 01:04 the-black-viper

I got the same error. What I did was removed the copyright headers. Specifically the lines: <!--# -&#45 ... --!> I believe the headers corrupted the XML files. I did this for two files in:

  1. ros2_trt_pose/ros2_trt_pose/package.xml
  2. ros2_trt_pose/pose_msgs/package.xml

I made a backup before modifying just in case.

The above problem has been solved, But when I run this command colcon build report an error image

wuhaoqi-1 avatar Apr 29 '21 03:04 wuhaoqi-1

Hi! I have the same problem you had, when i ran the command "rosdep install --from-paths src --ignore-src --rosdistro eloquent -y" i had an error in the xml files too, but when i removed that lines the issue persisted. Do you know why would this happen? I've been a while with this issue and i would appreciate some help. Thank you!

MiguelOsun avatar Jun 28 '23 08:06 MiguelOsun