ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Given you are using ROS Fuerte and installed the navigation stack from debian packages using sudo apt-get install ros-fuerte-navigation
, the class should be defined in the ros package costmap_2d
. Have a look at include/costmap_2d/costmap_2d_ros.h
and src/costmap_2d_ros.cpp
.