Robotics StackExchange | Archived questions

octomap is launchable even if it's removed

I noticed it when I could not change the frameid of octomap. When I launched it it displayed: /octomapserver/frameid: odomcombined . This was strange because I had changed the frameid to odom in the launch file. But nothing changed. So I took the launch file to an other directoy but still it launches. Then I removed octomap from my workspace and compiled it new but one can still launch it. I am really confused. I am launching: roslaunch octomapserver octomap_mapping.launch

Asked by S.Yildiz on 2019-05-21 05:05:39 UTC

Comments

Did you install Octomap using $Sudo apt-get install ros-kinetic-octomap?

Asked by NAGALLA DEEPAK on 2019-06-05 23:44:26 UTC

That happens because the executables are saved in the workspace. First, you should run catkin clean octomap_server and then build it again! Or just remove the /build and /devel directories

Asked by kosmastsk on 2019-06-06 04:45:51 UTC

Answers