Skip to content

Fix build failures due to missing dependencies in package.xml#121

Open
FreeFeFive wants to merge 1 commit into
huawei-noah:masterfrom
FreeFeFive:master
Open

Fix build failures due to missing dependencies in package.xml#121
FreeFeFive wants to merge 1 commit into
huawei-noah:masterfrom
FreeFeFive:master

Conversation

@FreeFeFive
Copy link
Copy Markdown

I have updated the package.xml files in two ROSLLM packages. The dependencies listed in CMakeLists.txt were not synchronized with package.xml, which leads to build failures.

Specifically:

  • The rosllm_srvs package depends on rosllm_msgs, but this was missing from package.xml. This caused build errors due to undefined compilation order.
  • The rosllm_msgs package depends on sensor_msgs, which was also missing from its package.xml.

I have fixed both issues, and the project now builds successfully on my machine.

There are some depended packages you write in the CMakeLists.txt but forgot to add in the package.xml, which would cause failure when building the ROS package.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant