-
Notifications
You must be signed in to change notification settings - Fork 38
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
Different branches for different features/robots is a mess #22
Comments
Proposed solution:
|
@rtkg, @diogoalmeida Thank you for your input. I think those are good directives, and we are set on the right path. Later today I'll create the "core" branch. I propose the following order of things:
|
I'd name the branch "kinetic" to be coherent with the conventions used in ROS repos. As for your points:
|
@diogoalmeida thank you for the feedback. Then for the new branch I'll focus on:
|
Sounds good! Can you make separate issues for those features and track them under the "Setup core yumi package" milestone? This will make it easier to track progress. |
@diogoalmeida @YoshuaNava: regarding point 1 it might be an idea to have a short chat / discussion? There have been some recent discussions about ros-i urdfs that might be good to take into account. I also have some other things I'd like to discuss with you, so perhaps we could combine that with a short discussion about the robot support package. |
@gavanderhoorn, that sounds great. I am out of office until Friday, and next week my availability starts on Wednesday. So, Friday at some point in time or later next week works for me! |
@rtkg @diogoalmeida @gavanderhoorn: This week I'm very busy. Could it be next week after Wednesday? On a different note, should we arrange the details of the meeting via mail? |
@YoshuaNava wrote:
yes, let's do that. Could you send me a message on my tu address? It's used in just about any commit on any of the repositories I've committed to. |
We currently have a 'main' brainch,
egm_modifications
with code for our EGM-compatible yumis. Then we have branches likeoptodaq_sensors
for the optoforce-equipped Yumi.This does not make sense, as everytime we update
egm_modifications
, those changes should be made available to the optoforce Yumi. Furthermore, we might want to change other Yumis in the future. This repo should contain base code for all the Yumis, and we should have a way to keep the feature/Yumi-specific files away from this repo.The text was updated successfully, but these errors were encountered: