-
Notifications
You must be signed in to change notification settings - Fork 14
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
Catkinized pr2_common_actions #27
Conversation
…now enough about PCL to migrate some of the code to Hydro; snapshot is not built right now.
relates to #2 |
This looks reasonable. Care to review @ibaranov-cp ? The ticket to catkinize or update pr2_kinematics is PR2/pr2_kinematics#2 |
I've seen the ticket on pr2_kinematics. However, the repo itself is empty. I could not find the rosbuild-versions of the packages. |
I will look it over, more for my own knowledge than anything else. Initial look through looks fine though. On Tue, Apr 15, 2014 at 12:08 PM, Austin Hendrix
Regards, Ilia Baranov |
Seems to compile fine for me, and changes seem ok. However, catkin_lint finds some minor problems:
Some of these are expected, but others are mistakes of not following convention. |
Thanks for the fast review. I tried to address most of the issues noted by catkin_lint. |
@ahendrix Any outstanding chores for merging? |
Looks good to me, I would say we can merge. |
Thanks. |
I'm worried that this is half-done, but at a quick glance it will look done because it compiles now. I'd rather see the kinematics fixed first, and then build this on top of the new kinematics. |
Fair enough. I'll have a look at pr2_kinematics, then. |
I need to merge this PR for PR2/pr2_navigation#3. It seems pr2_navigation does not depends on pr2_kinematics. |
Self note for review and catkinization. @thedash |
@trainman419 Is there an update on "I'd rather see the kinematics fixed first, and then build this on top of the new kinematics." What would be the repercussions of merging this right now? |
I haven't made any effort on catkinizing the pr2_kinematics package. The trouble here is that there are a few packages in this repository that depend on pr2_kinematics, and the current catkinization converts them to catkin, but removes all of the compile commands, effectively rendering them empty and unusable. This would be extremely surprising for anyone else who tries to use the hydro-devel branch and expects all of the packages to be available, and would become worse if these packages were released, empty, to the build farm. There are a couple of ways that we can proceed here:
|
+1 for
|
I've put this in the hydro-devel-unstable branch. It has been working for myself. Thank you airballking |
Everything compiles on our PR2 in Bremen under Hydro. However, some work remains to have everything work as it did some years ago:
Still, I hope it's a first step enabling others to provide fixes in the future.