pal-robotics / perception_blort

opencv
15 stars 14 forks source link

Create blort_ros_msgs + Allow rosbuild/catkin switch #12

Closed gergondet closed 10 years ago

gergondet commented 10 years ago

Hello,

This PR addresses two things:

I have not been able to test the compilation using catkin so I'm interested to know if it's working.

Best

bmagyar commented 10 years ago

I appreciate the work you do but I'm afraid I cannot merge this as is. The package has to stick to a standard method of compiling, we cannot have the bash script.

What blocks you from using catkin? Are you using fuerte? I had an example cmake file somewhere which worked with both catkin and rosbuild, but if nothing else the dynamic reconfigure would still break...

po1 commented 10 years ago

It might be easier to use a separate branch. It is a bit more work to merge all the changes back and forth, but in the end it's easier for the end-user, and helps keeping things clean.

Catkin can be very easily installed without any ROS package. I highly recommend you give it a try. As much as I appreciate the efforts to maintain backwards compatibility, rosbuild is pretty broken and its use is deprecated.

gergondet commented 10 years ago

I get your points and they seem fair to me. The machine where I do most of my work is still running fuerte but I guess this is becoming a thing of the past :-)

I'll redo a PR that fully embrace catkin :+1:

bmagyar commented 10 years ago

Arigato :+1: