-
Notifications
You must be signed in to change notification settings - Fork 34
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
replace occurrences of 'name' with 'type' #176
Conversation
Thank you for the PR @PracticalMetal! I see that the change from There are mainly two issues:
I recommend looking at this section of the readme for running tests locally. Please reach out to us if there are any issues with running the tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have a look at my previous comment. In addition, we try to follow this set of rules for writing git commit messages so you should capitalize the commit message.
Thankyou for your response, will do the required changes |
Hey I was trying to test the code locally on my machine and whenever I try to
I've tried searching the web for the solution but couldn't find any. I am using Ubuntu on my local machine. I would be great if you could guide me on how I can fix this issue. |
Mhm, it's not an error I have seen before and I suspect it's related to your local setup more than it's related to ISAR and the pip installation itself. Do you have more error logs to provide? In any case, you can push your changes to your fork and we can verify if the tests run in the pipeline. Not an ideal and efficient solution but if you're not able to resolve the local errors it can be a workaround. |
Hi @PracticalMetal! Would you like to address the remainder of the review? Otherwise I will close this PR. |
Closing due to inactivity. |
With reference to the issue #157, I've made the required changes in
src/robot_interface/models/mission/task.py
and thejson
files insrc/isar/config/predefined_missions/
. Do let me know what you think about it. Thanks