# 使用Hokuyo_LX30做gmapping
==學習ROS的過程是痛並快樂著==:smiley:
# DEBIUGGING : Tutorial/indigo/Adding a ladar to the turtlebot...
There are some bugs in the "Step2. Plugin the sensor"
Lidar= Hokuyo UTM-30LX
ROS Distro= kinetic
Edit the 50-hokuyo.rules
```javascript=
$sudo gedit /etc/udev/rules.d/50-hokuyo.rules
```
>KERNEL=="ttyACM[0-9]*", ACTION=="add", ATTRS{idVendor}=="15d1",
MODE="0666", GROUP="dialout",
PROGRAM="/opt/ros/kinetic/env.sh rosrun urg_node getID %N q",
SYMLINK+="sensors/hokuyo_%c"