-
Notifications
You must be signed in to change notification settings - Fork 16
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
Config generator for groovy broken #40
Comments
Groovy and hydro instructions are using the same version of win_python_build_tools. They need to be separate - i.e. groovy installation doesn't use hydro tracks. Maybe 0.2.4 for groovy and 0.2.5 for hydro? |
Hi as they seem to be distro depended can we reflect this in the name? At this moment im using an overlayed workspace in which i have my messages the i can use winros_make to compile them. However my program I develop in Mscv without the CMakeList.txt. Is this the way you guys do it as well? thanks for you help |
That's a good idea. Let's symlink win_python_build_tools-.exe to a particular version for both groovy and hydro. |
For generating headers, yes, that is currently the way we do it. You could of course save those headers somewhere (e.g. github repo) to save from having to recreate them. Even run a jenkins CI job to recreate the latest headers every night to automate things a bit for your team. |
win_python_build_tools for Groovy is different with it for Hydro. The build tool version is 0.2.2 for Groovy and 0.2.5 for Hydro currently. These are linked in each pages. |
winros_create_pkg and winros_create_msg_pkg of Groovy version have the error. This is fixed in Hydro. You can find an example for winros_create_msg_pkg in Msvc SDK Messages. |
Hi yichoe So i will then update the wiki page and refer to the 0.2.2 version. Sorry did not understand; is the bug still existent in groovy when using 0.2.2, if yes do you plan on fixing it? flavio |
Yes, the bug(winros_create_msg_pkg) is still exist in Groovy. Do you have special reason for using Groovy instead of Hydro? |
thanks again for the reply.
|
That would be good to have fixed in groovy, shouldn't take too much effort. flaviofontana, if you want to attack it quickly, you can probably also easily hack the template files that get installed and send us them for groovy once you've tested them. That would certainly be easier than testing and moving your lab to hydro. Having said that, if you're upgrading your lab right now I would recommend hydro. Groovy was a huge update since it was the first mass implementation release for catkin, Hydro is a stabilisation of that change. |
Someone had troubles with this - got mixed up with hydro?
http://wiki.ros.org/win_ros/groovy/Msvc%20Overlays?action=diff&rev1=7&rev2=8
Make sure the wiki page is updated afterwards as well.
The text was updated successfully, but these errors were encountered: