Posted by @akshay-ka:
Hello,
I have installed rmf
packages from source
inside a docker container.
I am currently working on the free_fleet
package.
This morning, I deleted the free_fleet
package existing in my workspace and did a new clone of the main
branch from the official github repo.
All of a sudden, I get the following error (see screenshot below).
I’m not getting much idea why this error occurs or how to solve this ?
Could anyone provide guidance or clarification? Any help would be appreciated.
Note: colcon build
and sourcing the workspace are done correctly.
Edited by @akshay-ka at 2025-03-14T08:56:10Z
Chosen answer
Answer chosen by @aaronchongth at 2025-03-17T02:22:25Z.
Answered by @aaronchongth:
Note: colcon build and sourcing the workspace are done correctly.
Sanity check, have you tried deleting install
, build
, log
and rebuilding the entire workspace from source?
If possible please provide the Dockerfile
for building the workspace inside a container so we can investigate more.