Robotics StackExchange | Archived questions

Problem with keep_time of the social navigation layer

Hi, I need to change the keeptime of the social navigation layer to keep the legs for more than 2 seconds e.g. 30 seconds. I understand this layer is dynamic and it makes sense for it not to stay the same so long but there are cases which need to have this keep _time larger. I think this layer forces keeptime to be less than 2 since my configuration in the local and global costmaps for the social layer where translated to 2s instead of 30s.

Any idea on how to do this? I could not find where this condition is checked in the source code. Thanks in advance for your help. I have changed the config folder's max value and also manually changed the code. I think this parameter is set but is never used in the code. peoplekeeptime_ is never used. @David Lu

Asked by zeinab on 2015-06-03 13:22:45 UTC

Comments

Answers

That looks to be true. Please fill out an issue here: https://github.com/DLu/navigation_layers/issues

Pull requests are welcome.

Asked by David Lu on 2015-06-04 21:24:38 UTC

Comments