Skip to content

Commit

Permalink
refactor: update ransac tester
Browse files Browse the repository at this point in the history
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
  • Loading branch information
technolojin committed Jul 3, 2024
1 parent 34de647 commit 438316c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "../src/ransac_ground_filter/node.hpp"
#include "ament_index_cpp/get_package_share_directory.hpp"
#include "tf2_ros/transform_broadcaster.h"

#include <experimental/random>
#include <ground_segmentation/ransac_ground_filter_nodelet.hpp>

#include "geometry_msgs/msg/transform_stamped.hpp"
#include <sensor_msgs/msg/point_cloud2.hpp>
Expand Down Expand Up @@ -68,7 +68,7 @@ class RansacGroundFilterTestSuite : public ::testing::Test
void TearDown() { (void)rclcpp::shutdown(); }
};

class RansacGroundFilterTest : public ground_segmentation::RANSACGroundFilterComponent
class RansacGroundFilterTest : public autoware::ground_segmentation::RANSACGroundFilterComponent
{
public:
explicit RansacGroundFilterTest(const rclcpp::NodeOptions & options)
Expand Down

0 comments on commit 438316c

Please sign in to comment.