User Tools

Site Tools


Writing /var/lib/dokuwiki/data/meta/tutorials/ros_seek_cam.meta failed
tutorials:ros_seek_cam

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorials:ros_seek_cam [2019/11/20 22:21] lrodriguezptutorials:ros_seek_cam [2022/09/20 00:08] (current) – external edit 127.0.0.1
Line 28: Line 28:
 With the line: With the line:
   SUBSYSTEM=="usb", ATTR{idVendor}=="<vendor id>", ATTR{idProduct}=="<product id>", MODE="0666"   SUBSYSTEM=="usb", ATTR{idVendor}=="<vendor id>", ATTR{idProduct}=="<product id>", MODE="0666"
-Where the vendor id and the product id, can be obtained with the dmesg command after connecting the seek camera.+Where the vendor id and the product id, can be obtained with the dmesg command after connecting the seek camera. The last camara used on the humanoid robot had 289d as idVendor and 0010 as idProduct.
 Then restart the udev service (if you are using a docker container you can skip this step, because udev doesn't support containers) : Then restart the udev service (if you are using a docker container you can skip this step, because udev doesn't support containers) :
   $ sudo service udev restart   $ sudo service udev restart
Line 44: Line 44:
   $ rosrun seek_cam seek_cam_node.py   $ rosrun seek_cam seek_cam_node.py
 Open another terminal and run the following command to visualize thermal images with the image_view package: Open another terminal and run the following command to visualize thermal images with the image_view package:
-$ rosrun image_view image_view image:=/thermalview _image_transport:=compressed+  $ rosrun image_view image_view image:=/thermalview _image_transport:=compressed
 ===== API Reference ===== ===== API Reference =====
 ==== Topic ==== ==== Topic ====
tutorials/ros_seek_cam.1574288516.txt.gz · Last modified: 2022/09/20 00:08 (external edit)