On Wed, Apr 14, 2010 at 9:21 PM, Adam Leeper <span dir="ltr"><<a href="mailto:aleeper@stanford.edu">aleeper@stanford.edu</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I use a pre-built boxturtle install for most of ROS, but I checked out<br>
an SVN-based version of "latest" so I could try the fixes.<br>
<br>
~/rosinstall ~/ros <a href="http://ros.org/rosinstalls/latest_pr2.rosinstall" target="_blank">http://ros.org/rosinstalls/latest_pr2.rosinstall</a><br></blockquote><div><br>That actually gets you the latest (unstable) development release of image_pipeline, 1.1.2. You can replace "latest" with "boxturtle", or check out <a href="https://code.ros.org/svn/ros-pkg/stacks/image_pipeline/tags/boxturtle">https://code.ros.org/svn/ros-pkg/stacks/image_pipeline/tags/boxturtle</a> directly.<br>
<br>But it sounds like you'll still have trouble with 1.0.1, see below...<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I still get an error related to the button sizes, and it looks like<br>
that part of the code is unchanged from the previous version...<br></blockquote><div><br>I don't know what this problem is, can you be more specific?<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

I'm pretty sure I have the new file though, because now I had to<br>
comment out the part about "Wait for set_camera_info service at<br>
startup, error if it doesn't become available (#3977)." since I don't<br>
have a service running.<br></blockquote><div><br>In the development release you checked out you can disable the check with the "--no-service-check" option. I didn't include that option in 1.0.1 because strictly speaking camera_calibration requires the set_camera_info service, but maybe I should relax that requirement.<br>
<br>Due to a problem in the service check code (<a href="https://code.ros.org/trac/ros-pkg/ticket/3989">#3989</a>) I'll have to do a 1.0.2 release, but I'd like to know what your button size error is first.<br><br>
Cheers,<br>Patrick<br></div></div>