Open gyuhwan-park opened 4 days ago
Hi @gyuhwan-park , thanks for reporting the problem you are having. There is work going on to make all of ros-image-world build for kirkstone+humble. You can see the work-in-progress (WIP) pull request here: https://github.com/ros/meta-ros/pull/1150/commits
The commit relating to mrpt2 is here: https://github.com/ros/meta-ros/pull/1150/commits/eb2c38a8d67788992aba7035444722bfee64aace#diff-82e82d17f2d91756400deba50de2e2af857d2dceab42a2c019ca4498181780ea
However, it may depend on other changes in the commit series.
I hope that it may help address your issue. Please let me know if it does or not as that would be valuable feedback.
Describe the bug I am building on
meta-ros
kirkstone
and encountering the following error when runningbitbake mrpt2
:To resolve this error, I added the following to
ros-distro.inc
:ROS_UNRESOLVED_DEP-liboctomap-dev = "octomap"
After applying this change and running bitbake again, I encountered a new error:
To address this, I modified the mrpt2_2.13.5-1.bb file as follows:
Despite these changes, I encountered additional errors. To resolve each error, I had to repeatedly add more lines to the recipe.
However, with every error fixed, new errors kept arising. This has led me to suspect that I might be approaching this problem incorrectly.
So, I would like to report that I am unable to successfully build mrpt2 using bitbake and seek guidance on how to resolve this issue. Could you please help me with this problem?
To Reproduce I started the build with the command:
kas build ../kas/oeros-kirkstone-humble-jetson-agx-xavier-devkit.yml
and added several layers to the configuration. All additional layers were cloned usinggit clone -b kirkstone <layers>
. Additional layers outside ofmeta-ros
:Expected behavior
bitbake mrpt2
succeed