Skip to content

Commit

Permalink
remove unused methods
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran committed Apr 2, 2024
1 parent b6bed8e commit 7ff2f03
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1314,11 +1314,8 @@ lanelet::ConstLanelets StartPlannerModule::createDepartureCheckLanes() const
return departure_check_lanes;
}

void StartPlannerModule::setDebugData()
void StartPlannerModule::setDebugData() const
{
using lanelet::visualization::laneletsAsTriangleMarkerArray;
using marker_utils::addFootprintMarker;
using marker_utils::createFootprintMarkerArray;
using marker_utils::createObjectsMarkerArray;
using marker_utils::createPathMarkerArray;
using marker_utils::createPoseMarkerArray;
Expand Down

0 comments on commit 7ff2f03

Please sign in to comment.