Difference between revisions of "Hokuyo URG-04LX-UGo1"

From wikidb
Jump to: navigation, search
(Install)
(Test)
Line 84: Line 84:
  
 
See above for setting up rviz
 
See above for setting up rviz
 
 
 
http://www.hokuyo-aut.jp/02sensor/07scanner/download/products/urg-04lx-ug01/
 
 
see technical drawing for hole placement and screw size
 
http://www.hokuyo-aut.jp/02sensor/07scanner/download/pdf/URG-04LX_UG01_ed_en.pdf
 
  2-M3 Depth 6    metric 6 mm max depth
 
 
specs
 
http://www.hokuyo-aut.jp/02sensor/07scanner/download/pdf/URG-04LX_UG01_spec_en.pdf
 

Revision as of 12:29, 6 September 2016

Hokuyo Reference

URG Drivers

Prefered latest drivers.

References

Install

 sudo apt-get install ros-indigo-urg-node

If cdc_ace Linux module is Blacklisted

This may have been done to make the XV-11 LIDAR work. See

 cd /etc/modprobe.d/

 diff blacklist.conf.org blacklist.conf
   55a56
   > blacklist cdc_acm
 
 sudo cp blacklist.conf blacklist.conf.xv11

 sudo cp blacklist.conf.org blacklist.conf

Reboot

Test

Terminal 1

 roscore

Terminal 2

 ls -l /dev/ttyACM0

 sudo chmod 666 /dev/ttyACM0

 rosrun urg_node urg_node

Terminal 3

 rosrun rviz rviz
  • Global Options
    • Fixed Frame is "laser"
  • LaserScan
    • Topic is "/scan"

Rviz hokuyo.png

Hokuyo Driver

Old drivers for USB only.

Reference

Install

 sudo apt-get install ros-indigo-hokuyo-node

Test

terminal 2

 ls -l /dev/ttyACM0
 
 sudo chmod 666 /dev/ttyACM0

 rosrun hokuyo_node hokuyo_node

terminal 3

 rosrun rviz rviz

See above for setting up rviz