-
Notifications
You must be signed in to change notification settings - Fork 5
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
Define a new organization for ROS Packages #31
Comments
ChangesI've been thinking about this subject, and I propose the following changes:
What do you guys think? |
Hi! I agree with Paul to just add the "rb_" prefix (or maybe change it to a more specific one like roborregos_, robert_, etc), just taking into account the package convention of having it lowercase and with a significant, distinguishing characteristic.
You should check it out, because there is also a section for special cases such as launch files packages and bring-up files, which is exactly what I navigation is trying to implement and we'll have to implement in the future. |
Thats amazing, thanks for the info! |
That info, Aurora, is very nice, I didn't know it. I think something like rb_robert_ or rb_home_ is good. For example,
Then, by including the path in the package name, we can avoid collisions of the packages, for example move's state and mainengine's state. |
All right, I think I like Cardozo's idea to go with the prefix <rb_home_area> for the @HOME project, where area refers to the folder and the area where this package is being used.
Did I miss something? We should add a small page to the wiki regarding this issue and update our own folder areas. |
Rules & style proposal: https://docs.google.com/document/d/1N8xFicfTHTpQcqkreHXX42Bds1BwUN9iJZjaGxtYXlQ/edit# |
Will this be a thing? |
@AuroTB @paulvazbad friendly ping |
To achieve a better organization and to even allow externals easily use our ROS packages without having to change names, define and implement a new packages' name convention.
I think is fine having that convention and you (navigation, with this PR) can start doing it like that. About the mentioned problem, I think could be later resolved with a new pkg name and path standard like:
catkin_home/src/robo/athome/navigation/a_pkg
->package(robo_athome_navigation_apkg)
.Originally posted by @diegocardozo97 in #25 (comment)
The text was updated successfully, but these errors were encountered: