Hey robotics heads,
I want to source build the open rmf humble workspace that is I dont want any binary file to be installed in root directory, everything must be in a single folder so that the changes i am making will reflected properly and able to do development as per my needs .
process i am doing
- Downloaded core files of RMF from humble release
- Putted them in SRC
- AND trying to build with “colcon build” command
but there are dependencies & stuff which failing my building
How can I do that?