diff --git a/delphyne_gui/visualizer/maliput_viewer_plugin/maliput_viewer_model.hh b/delphyne_gui/visualizer/maliput_viewer_plugin/maliput_viewer_model.hh index e6d1b4ad..cda2f19c 100644 --- a/delphyne_gui/visualizer/maliput_viewer_plugin/maliput_viewer_model.hh +++ b/delphyne_gui/visualizer/maliput_viewer_plugin/maliput_viewer_model.hh @@ -229,6 +229,7 @@ class MaliputViewerModel { /// \brief Get the maliput::api::RoadPositionResult associated with a point in /// world space if exists. + /// \pre The RoadGeometry (in case of multilane) or the RoadNetwork must be initialized. /// \param[in] _position World position of point that intersected with a plane /// \return maliput::api::RoadPositionResult associated with that position. const maliput::api::RoadPositionResult GetRoadPositionResult(const ignition::math::Vector3d& _position);