File tree 1 file changed +2
-2
lines changed
perception/ground_segmentation/test
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ #include " ../src/ransac_ground_filter/node.hpp"
15
16
#include " ament_index_cpp/get_package_share_directory.hpp"
16
17
#include " tf2_ros/transform_broadcaster.h"
17
18
18
19
#include < experimental/random>
19
- #include < ground_segmentation/ransac_ground_filter_nodelet.hpp>
20
20
21
21
#include " geometry_msgs/msg/transform_stamped.hpp"
22
22
#include < sensor_msgs/msg/point_cloud2.hpp>
@@ -68,7 +68,7 @@ class RansacGroundFilterTestSuite : public ::testing::Test
68
68
void TearDown () { (void )rclcpp::shutdown (); }
69
69
};
70
70
71
- class RansacGroundFilterTest : public ground_segmentation ::RANSACGroundFilterComponent
71
+ class RansacGroundFilterTest : public autoware :: ground_segmentation::RANSACGroundFilterComponent
72
72
{
73
73
public:
74
74
explicit RansacGroundFilterTest (const rclcpp::NodeOptions & options)
You can’t perform that action at this time.
0 commit comments