@@ -31,9 +31,9 @@ The main features of this class are:
* Provides access to all the link connecting the road node with others. These links can be accessed in several ways:
***by_index**: which is an arbitrary number assigned when the links are created. In this case both links starting and ending at the desired road node can be accessed.
***by connecting node**: provides access to the link that connects the desired road node with another one. In this case, only links starting at the road node can be accessed.
***by the closest position**: in this case when the position of interest is known (i.e. the position of the car, an obstacle, etc...), it is possible to get the link which is closest to this position.
***by the closest pose**: in this case when the position of interest is known (i.e. the position of the car, an obstacle, etc...), it is possible to get the link which is closest to this position. It is possible to get the index of the link of interest or a reference to it.
* It is possible to find the closest position to the road node independently of the road element where it belongs.
* It is possible to get a set of poses that are closer to a given pose than a given distance threshold, independently of the road element where they belongs.
* It is possible to get a set of poses that are closer to a given pose than a given distance threshold, independently of the road element where they belong.
* In case of unexpected errors, this class throws an instance of CException. All other errors are reported to the user.
For further details on the implementation of these features check the doxygen API documentation.