[ros-users] hokuyo inverted parameter

Brian Gerkey gerkey at willowgarage.com
Tue Apr 13 14:57:08 UTC 2010


Most of the navigation stack will properly handle the inverted laser.
But, unfortunately, amcl (which does localization) won't.  So you'll
need to invert the data before it gets to amcl; if the laser driver
won't do it, you could write a simple node that does the
transformation.

The right answer is to get rid of "inverted" flags and just use tf to
determine how the laser is attached to the robot. Both amcl and
gmapping will be updated to do this:
  https://code.ros.org/trac/ros-pkg/ticket/3051
  https://code.ros.org/trac/ros-pkg/ticket/3052

	brian.

On Tue, Apr 13, 2010 at 7:33 AM, Antons Rebguns <arebgun at gmail.com> wrote:
> I know you can run gmapping node and specify an inverted laser:
>
>     <node pkg="gmapping" type="slam_gmapping" name="slam_gmapping"
> respawn="false" output="screen" >
>
>         <param name="inverted_laser" value="true" />
>     </node>
>
> Anton
>
> On Tue, Apr 13, 2010 at 5:51 AM, Jeff Rousseau <jrousseau at aptima.com> wrote:
>>
>> Hi
>>
>> Is there an easy way to invert the laser scan data of a hokuyo like
>> there is with a SICK?  The sicktoolbox_wrapper node has an "inverted"
>> parameter, but I didn't see a similar option on the hokuyo wiki page.
>>
>> I have a hokuyo mounted upside down and am not sure how to compensate
>> for that (for use in the nav stack)
>>
>> Jeff
>>
>> The information transmitted is intended only for the person or entity to
>> which it is addressed and may contain confidential and/or privileged
>> material. Any review, retransmission, dissemination or other use of, or
>> taking of any action in reliance upon this information by persons or
>> entities other than the intended recipient is prohibited. If you received
>> this in error, please contact the sender and delete the material from any
>> computer.
>> _______________________________________________
>> ros-users mailing list
>> ros-users at code.ros.org
>> https://code.ros.org/mailman/listinfo/ros-users
>
>
> _______________________________________________
> ros-users mailing list
> ros-users at code.ros.org
> https://code.ros.org/mailman/listinfo/ros-users
>
>



More information about the ros-users mailing list