Re: [ros-users] "Service not found" during camera calibratio…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
>> respawn="false" > >> output="screen"> > >>     > >>   > >> -->%0A>%20>>%0A>%20>>%20</launch>%0A>%20>>%0A>%20>>%20rosrun%20camera_calibration%20cameracalibrator.py%20--size%208x6%20--square%200.108%0A>%20>>%20image:=/usb_cam/image_raw%20camera:=/usb_cam%0A>%20>>%20Waiting%20for%20service%20/usb_cam/set_camera_info%20...%0A>%20>>%20Service%20not%20found%0A>%20>>%0A>%20>>%20How%20to%20run%20camera%20calibration%20in%20correct%20way?%0A>%20>>%0A>%20>>%0A>%20>>%0A>%20>>%20--%0A>%20>>%20View%20this%20message%20in%20context:%0A>%20>>%20http://ros-users.122217.n3.nabble.com/Service-not-found-during-camera-calibration-tp2018384p2018384.html%0A>%20>>%20Sent%20from%20the%20ROS-Users%20mailing%20list%20archive%20at%20Nabble.com.%0A>%20>>%20_______________________________________________%0A>%20>>%20ros-users%20mailing%20list%0A>%20>>%20ros-users@code.ros.org%0A>%20>>%20https://code.ros.org/mailman/listinfo/ros-users%0A>%20>%0A>%20>%0A>%20>%20_______________________________________________%0A>%20>%20ros-users%20mailing%20list%0A>%20>%20ros-users@code.ros.org%0A>%20>%20https://code.ros.org/mailman/listinfo/ros-users%0A>%20>%0A>%20>%0A>%20%0A>%20">Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: Re: [ros-users] "Service not found" during camera calibration
It would be very easy to add support using the camera_info_manager package.

http://www.ros.org/wiki/camera_info_manager

On Sat, Dec 4, 2010 at 7:37 AM, Dan Lazewatsky
<> wrote:
> I took a quick peek at the node, and it doesn't look like usb_cam implements
> the set_camera_info service.
> -Dan
>
> On Sat, Dec 4, 2010 at 8:35 AM, hudvin <> wrote:
>>
>> My launch file
>>
>> <launch>
>>  <node name="usb_cam" pkg="usb_cam" type="usb_cam_node" output="screen" >
>>
>>
>>
>>
>>
>>
>>  </node>
>>
>> <!--
>>  <node name="image_view" pkg="image_view" type="image_view"
>> respawn="false"
>> output="screen">
>>    <remap from="image" to="/usb_cam/image_raw"/>
>>  </node>
>> -->
>>
>> </launch>
>>
>> rosrun camera_calibration cameracalibrator.py --size 8x6 --square 0.108
>> image:=/usb_cam/image_raw camera:=/usb_cam
>> Waiting for service /usb_cam/set_camera_info ...
>> Service not found
>>
>> How to run camera calibration in correct way?
>>
>>
>>
>> --
>> View this message in context:
>> http://ros-users.122217.n3.nabble.com/Service-not-found-during-camera-calibration-tp2018384p2018384.html
>> Sent from the ROS-Users mailing list archive at Nabble.com.
>> _______________________________________________
>> ros-users mailing list
>>
>> https://code.ros.org/mailman/listinfo/ros-users
>
>
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>
>