ros2_trt_pose
ros2_trt_pose copied to clipboard
The manifest contains invalid XML:
HI,An error occurred when I ran this command "rosdep install --from-paths src --ignore-src --rosdistro eloquent -y"
I got the same error. What I did was removed the copyright headers. Specifically the lines:
<!--# -- ... --!>
I believe the headers corrupted the XML files. I did this for two files in:
-
ros2_trt_pose/ros2_trt_pose/package.xml
-
ros2_trt_pose/pose_msgs/package.xml
I made a backup before modifying just in case.
I got the same error. What I did was removed the copyright headers. Specifically the lines:
<!--# -- ... --!>
I believe the headers corrupted the XML files. I did this for two files in:
ros2_trt_pose/ros2_trt_pose/package.xml
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
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!