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

Using PointCloud in AMCL [closed]

asked 2014-10-27 07:32:57 -0500

updated 2014-10-27 09:51:27 -0500

Procópio gravatar image

Hi, I am using the AMCL filter from ROS packages and I have configured it following the instructions on the website. I am wondering if it is possible to change the sensor input from the laser to a pointcloud without using any other package.

Thank you

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by arenillas
close date 2014-10-27 09:50:20.376325

1 Answer

Sort by » oldest newest most voted
1

answered 2014-10-27 07:46:07 -0500

Airuno2L gravatar image

I know you said "without using any other package" but the common way to acheive what you're asking about is to input your point cloud in the pointcloud_to_laserscan node, which will output a laser scan that you can feed into AMCL without problems.

edit flag offensive delete link more

Comments

I've tried it, but I am using ROS Hydro and I haven't been able to build that package and use it.

arenillas gravatar image arenillas  ( 2014-10-27 08:25:09 -0500 )edit

Oh I see. I think the best way to acheive your goal is to focus on using that package though rather than searching for an alternative.

Airuno2L gravatar image Airuno2L  ( 2014-10-27 08:52:33 -0500 )edit
1

pointcloud_to_laserscan was added to hydro and indigo very recently, so it hasn't gone through the process of being fully released yet (so you won't be able to grab it via apt-get). It had been replaced by depthimage_to_lasrscan in groovy, but clearly there's some use for it yet!

paulbovbel gravatar image paulbovbel  ( 2014-10-27 13:57:00 -0500 )edit
1

For now please build from source, and make sure to open an issue on github if you have any problems, since it underwent a bit of a rewrite. Check the launch files for usage examples.

paulbovbel gravatar image paulbovbel  ( 2014-10-27 13:58:23 -0500 )edit

thank you. I am new in programming and I didn't know about the possibility of issuing in github.

arenillas gravatar image arenillas  ( 2014-10-29 07:42:05 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-10-27 07:32:57 -0500

Seen: 1,824 times

Last updated: Oct 27 '14