I cannot get the package to compile. It always stops somewhere between 65 and 95 % of compiling, even after 20 minutes. I already made a new account to start all over. When it still did not work I also deleted install, log and build folders and tried again but I am always stuck.
I don’t know how to copy the lines from the terminal but there is no error message, just ongoing compiling with the percentage not rising. Is there something wrong with my folder structure?
@LenaPanda
It would be helpful if you could tell us what unit and section (exercise or example) of the course you are currently working on, so someone can do a quick check.
Hi LenaPanda and stroyer,
Thanks for the error message. This error means that there is insufficient RAM memory in the virtual machine. Sometimes you can solve this by compiling package by package with this command:
colcon build --packages-select <package_name>
In this case you can compile “behaviortree_cpp_v3”:
However, you are not supposed to use this in the course and it shouldn’t take this large amount of time (I tried and it was the same for me), so we will look inside the course’s files and try to optimize them for a faster compilation.