ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

modify sick lidar parameters on husky_gazebo

asked 2018-06-28 23:52:57 -0500

frodyteen gravatar image

updated 2018-06-29 01:32:49 -0500

I am using ubuntu 14.04 Indigo. I am trying to figure out the best way to add a hokuyo lidar to the husky in gazebo world. So far, from the husky move base demo ( roslaunch husky_gazebo husky_empty_world.launch), It already has a sick_lms1xx laser on it.

Since, I need to mount the hokuyo lidar on the husky for my simulation, I was thinking of just modifying husky_description/urdf/husky.urdf.xacro from this github source, and change the sick_lms1xx laser configuration such as min, max, increment angles to match hokuyo lidar configuration. However, I can't find all these parameters. Dose anyone know how I can modify them?

edit retag flag offensive close merge delete

Comments

Which package/node do you use for sick LMS1xx simulation?

destogl gravatar image destogl  ( 2018-06-29 01:06:34 -0500 )edit

i believe is this package here. it produce a /scan node.

frodyteen gravatar image frodyteen  ( 2018-06-29 01:19:28 -0500 )edit

I do not see simulation in there. How is node started in launch file?

destogl gravatar image destogl  ( 2018-06-29 01:24:28 -0500 )edit

I am still new to gabezo and ros, but I think the simulated sick_lms1xx starts the /scan topic in urdf/husky.urdf.xacro file, link.

frodyteen gravatar image frodyteen  ( 2018-06-29 01:39:23 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-06-29 01:49:42 -0500

mgruhler gravatar image

husky.urdf.xacro is including accessories/sick_lms1xx_mount.urdf.xacro which in turn is including sick_lms1xx.urdf.xacro from the LMS1xx package. There are the parameter you are looking for.

This would obviously be the fastet way to change this.

But you could also use a hokuyo urdf (depending on the actual scanner) and replace the sick one with this...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-06-28 23:52:57 -0500

Seen: 924 times

Last updated: Jun 29 '18