Sicklms200 model for Gazebo
Anyone knows where I can find a Sicklms200 model for Gazebo 1.6. I see that in the old versions was a model included but know it is not in the gazebo/models repository. I found the old sicklms200.model and the .mesh file but I do not know where I have to put them in order to work.
I would appreciate any help
The problem is that I got an siclms200.model file that looks like this:
<model:physical name="default<em>sicklms200</em>model" xmlns:model="<a href=" http:="" playerstage.sourceforge.net="" gazebo="" xmlschema="" #model"="">http://playerstage.sourceforge.net/gazebo/xmlschema/#model"
xmlns:controller="http://playerstage.sourceforge.net/gazebo/xmlschema/#controller"
xmlns:interface="http://playerstage.sourceforge.net/gazebo/xmlschema/#interface"
xmlns:sensor="http://playerstage.sourceforge.net/gazebo/xmlschema/#sensor"
xmlns:body="http://playerstage.sourceforge.net/gazebo/xmlschema/#body"
xmlns:geom="http://playerstage.sourceforge.net/gazebo/xmlschema/#geom"
xmlns:joint="http://playerstage.sourceforge.net/gazebo/xmlschema/#joint"
>
< x y z> 0 0.0 0.0 < /x y z>
< r p y> 0 0 0< /r p y>
< canonicalBody> laser_body < /canonicalBody >
< body:box name="laser_body" >
<xyz>0.0 0.0 0.0</xyz>
<rpy>0.0 0.0 0.0</rpy>
< geom:box name="laser_geom1" >
<xyz>0.0 0.0 0.0</xyz>
<rpy>0 0 90</rpy>
<size>0.15 0.15 0.2</size>
<mass>0.01</mass>
<visual>
<scale>0.07 0.07 0.1</scale>
<mesh>sicklms200.mesh</mesh>
<material>Gazebo/Blue</material>
</visual>
<visual>
<rpy>0 0 0</rpy>
<size>0.12 0.12 0.18</size>
<mesh>unit_cylinder</mesh>
<material>Gazebo/Black</material>
</visual>
</geom:box>
<sensor:ray name="laser_1">
<rayCount>180</rayCount>
<rangeCount>361</rangeCount>
<origin>0.05 0.0 0</origin>
<displayRays>fan</displayRays>
<minAngle>-90</minAngle>
<maxAngle>90</maxAngle>
<minRange>0.1</minRange>
<maxRange>8</maxRange>
<resRange>.1</resRange>
<alwaysActive>true</alwaysActive>
<controller:sicklms200_laser name="laser_controller_1">
<interface:laser name="laser_iface_0"/>
<interface:fiducial name="fiducial_iface_0"/>
</controller:sicklms200_laser>
</sensor:ray>
</body:box>
</model:physical>
And is not quite the same as the .sdf file for example from hokuyo laser. I don't know how to make it work, I have tried to change it to a sdf file format but still I can not make it work because I have a sicklms200.mesh file not a sicklms200.dae file and it gives me an error and does not work. I don't know why is this.
I don't know what is the best way of approaching the problem. I don't know how to update the model or how to make it work and I don't know where I can find some information. I am a bit lost.
I would appreciate any help.