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

about SLAM

asked 2014-04-11 02:40:42 -0500

danmianjing_00 gravatar image

updated 2016-10-24 09:00:13 -0500

ngrennan gravatar image

I want to know if there is any official websites about SLAM,except for the OpenSLAM.org . The following is my assumption:If I want to check whether the gmapping package I downloaded is opensource or not,I may write a program with calling the gmapping package under ubuntu, if my program runs successfully,it proves the package is opensource.But now I don't know how to call it,is there any file telling me how to do?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
2

answered 2014-04-11 02:51:17 -0500

Code is open source if the code is available (online) under some open source license. This is true for all approaches on OpenSlam.org . If you manage to compile and run it tells you something about the ease of use of the approach and your skills in compiling other people´s software, but really doesn´t have anything to do with "proving" the approach is open source or not.

That being said, some compilation instructions can be found here, but I´m not sure if those work out of the box. You might have to read up on how Makefiles work if you want to compile gmapping yourself. Note that this question really goes beyond the scope of this site though, because ROS Answers is about ROS related answers (and compiling gmapping standalone has nothing to do with ROS).

You´ll find some SLAM approaches for ROS that are not uploaded to OpenSlam.org , but the latter definitely is the largest collection of SLAM approaches on the net I think.

edit flag offensive delete link more

Comments

thank you!

danmianjing_00 gravatar image danmianjing_00  ( 2014-04-11 03:14:02 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-04-11 02:40:42 -0500

Seen: 757 times

Last updated: Apr 11 '14