OctoMap / octomap_mapping

ROS stack for mapping with OctoMap, contains octomap_server package
http://www.ros.org/wiki/octomap_mapping
342 stars 280 forks source link

Dynamic reconfigure in server #13

Closed jvgomez closed 9 years ago

jvgomez commented 9 years ago

Hi, before doing the job I prefer to ask, just in case:

In case there is no inconvenient, I suggest it as an enhancement. I would most probably do it by myself in that case.

ahornung commented 9 years ago

There's no reason not to have additional parameters in dynamic_reconfigure, except the work required to implement it ;)

Max depth was just the most useful and obvious one to start with. Contributions are welcome! Best start branching off indigo-devel.

jvgomez commented 9 years ago

I have the server running, but not really clean because of this problem: http://answers.ros.org/question/210400/dynamic-reconfigure-and-parameter-namespaces-in-octomap_server/

Do you have any suggestion on how to overcome it?