Skip to content

Commit

Permalink
fix unit test (#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
adev4a authored Nov 8, 2024
1 parent f1df524 commit c1d9ae5
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,7 @@ namespace light_controlled_intersection_tactical_plugin
EXPECT_NEAR(points_and_target_speeds.front().point.y(), 0.0, 0.001);

}
// These tests has been temporarily disabled to support Continuous Improvement (CI) processes.
// Related GitHub Issue: <https://github.com/usdot-fhwa-stol/carma-platform/issues/2335>

/**
TEST(LCITacticalPluginTest, planTrajectoryCB)
{
std::shared_ptr<carma_wm::CARMAWorldModel> wm = std::make_shared<carma_wm::CARMAWorldModel>();
Expand Down Expand Up @@ -344,7 +341,7 @@ namespace light_controlled_intersection_tactical_plugin

maneuver_msg.lane_following_maneuver.parameters.int_valued_meta_data.push_back(1);
maneuver_msg.lane_following_maneuver.parameters.int_valued_meta_data.push_back(1);
maneuver_msg.lane_following_maneuver.parameters.string_valued_meta_data.push_back("signalized");
maneuver_msg.lane_following_maneuver.parameters.string_valued_meta_data.push_back("Carma/signalized_intersection");

maneuver_msg.lane_following_maneuver.lane_ids.push_back(std::to_string(1200));

Expand All @@ -362,7 +359,6 @@ namespace light_controlled_intersection_tactical_plugin
EXPECT_NEAR(resp->trajectory_plan.trajectory_points.front().y, 0.1, 0.001);

}
*/

} // namespace light_controlled_intersection_tactical_plugin

Expand Down

0 comments on commit c1d9ae5

Please sign in to comment.