We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9643f32 commit f45d088Copy full SHA for f45d088
backends/pixi-build-ros/src/pixi_build_ros/ros_generator.py
@@ -50,8 +50,6 @@ def generate_recipe(
50
# an absolute path to package.xml or a directory containing it
51
# so I'm handling both cases
52
if manifest_path_obj.is_file():
53
- if manifest_path_obj.name != "package.xml":
54
- raise ValueError("Manifest filename must be package.xml for ROS packages.")
55
manifest_root = manifest_path_obj.parent
56
else:
57
manifest_root = manifest_path_obj
0 commit comments