-
-
Notifications
You must be signed in to change notification settings - Fork 58
Add build for rmf-dev package #298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There are a few transitive dependency of |
Hi! Yeah I'm interested in working in this. But my main focus will be on osx-arm64 for now. I've been getting errors mainly from the 'rmf_traffics' module. Copilot has been telling me it's due to scripts such as 'Database.cpp' having the 'final' tag at the end of some methods. But I'm not sure if what it's saying is exactly true. So I'd really appreciate some tips on debugging! |
Ok! First of all, you can always start by copying the error you want to tackle in an comment, so the error on osx-arm64 :
This is helpful (as long as the test that you copy is not so long) so other users do not need to dig in the log to actually find the error, and also as log over time expire and get deleted, while comments remain and can be found by search engines and llms. |
Great! What if the error log is long? Is there a file where the complete error is logged? |
Not automatically. IF the error log is long and you want to save it permanently, I would suggest to save it to a gist and link it in an issue. Going back to the actual build error, it seems that the problem is a mismatch between For referece, see also this ChatGPT conversation, that seems to correctly frame the problem, even if it seems that it hallucinated the version that actually contains the fix: https://chatgpt.com/share/6831e6ca-ae34-8006-81bb-e0c40dc2f800 . |
Great! I'll definitely take some time to look at these. Thanks for the resources. Please also excuse me as this is my first time contributing to a public project. And I'm still taking the time familiarizing myself with the tools haha |
Yeah I see it now. I'll definitely try to patch that PR locally and see what I get. Will definitely try that after I'm done with the chores in the morning |
Sure, no problem, the learning curve for contributions can be steep, feel free to ask questions if you have doubts. |
Thanks so much! |
No description provided.