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

setUpdatePeriod() in gmapping?

asked 2015-12-14 02:00:18 -0500

kevin.kuei.0321@gmail.com gravatar image

updated 2015-12-15 00:48:23 -0500

Hi all,

I'm tracing the code of gmapping and try to find out the parameter "temporalUpdate" usage in: https://svn.openslam.org/data/svn/gma...

In slam_gmapping.cpp(https://github.com/ros-perception/slam_gmapping/blob/hydro-devel/gmapping/src/slam_gmapping.cpp), it looks like the parameter is used in line#508

line#508:  gsp_->setUpdatePeriod(temporalUpdate_);

but I can not find the setUpdatePeriod() method in gridslamprocessor.cpp or gridslamprocessor.h.

https://svn.openslam.org/data/svn/gma...

Anybody find it??

ps. I'm using ROS distribution "indigo".

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-12-15 00:47:37 -0500

kevin.kuei.0321@gmail.com gravatar image

I found it!! It's in http://docs.ros.org/indigo/api/opensl...

Kevin Kuei

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-12-14 02:00:18 -0500

Seen: 106 times

Last updated: Dec 15 '15