Add PerformLaneChangeControlStrategy
1 unresolved thread
1 unresolved thread
Compare changes
Files
3@@ -68,8 +68,16 @@ public:
@@ -68,8 +68,16 @@ public:
///@return Pose that is at the given distance from reference_pose_on_lane in a relative lane. The new orientation is parallel to the lane orientation at the target position.
virtual std::optional<Pose> FindRelativeLanePoseAtDistanceFrom(const Pose& reference_pose_on_lane, int relative_target_lane, units::length::meter_t distance, units::length::meter_t lateral_offset) const = 0;
\ No newline at end of file
Just as a small note, this interface function might be much more useful in context of an IRoute. If succeeding tracks don't have the same orientation as reference_pose_on_lane, the semantic meaning of left and right will change.