Skip to content
Snippets Groups Projects
Commit 4f665cc7 authored by Andreas Rauschert's avatar Andreas Rauschert
Browse files

Merge branch 'fix_mock_query_provider' into 'master'

GetLaneOrientation of MockQueryProvider can be mocked

See merge request eclipse/simopenpass/scenario_api!29
parents ea6d07c9 24f92e64
No related branches found
No related tags found
No related merge requests found
......@@ -94,11 +94,7 @@ private:
class MockQueryService : public mantle_api::ILaneLocationQueryService
{
public:
Orientation3<units::angle::radian_t> GetLaneOrientation(const Vec3<units::length::meter_t>& position) const override
{
std::ignore = position;
return {};
}
MOCK_METHOD(Orientation3<units::angle::radian_t>, GetLaneOrientation, (const Vec3<units::length::meter_t>& position), (const override));
Vec3<units::length::meter_t> GetUpwardsShiftedLanePosition(const Vec3<units::length::meter_t>& position,
double upwards_shift,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment