Skip to content

(ROS) Dependency Extraction : Building ros2 package with local dependent pkgs #399

@viprob-ai

Description

@viprob-ai

Following Up #385

Building ros2 package with local dependent pkgs

What could be the issue , its not clear ?

[package.build.backend]
name = "pixi-build-ros"
version = "*"

[package.build.config]
distro = "humble"
debug-dir = ".build-debug"


[package.build-dependencies]
ros-humble-plansys2-msgs = { path = "../plansys2_msgs" }


Output ?

└─$ pixi install
Error:   × failed to solve requirements of environment 'default' for platform 'linux-64'
  ├─▶   × failed to extract metadata for package 'ros-humble-plansys2-pddl-parser'
  │   
  ╰─▶   × AttributeError: 'NoneType' object has no attribute 'removeprefix'

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingrosRelated to the ROS backend

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions