diff --git a/ReadMe.md b/ReadMe.md
index 77854349b24984bf78362525dbaa82d9923cd44d..95d562d9515fb9f0f84e12f83372f2030b836f12 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -85,6 +85,16 @@ and it is also necessary to link with the desired libraries by using the followi
 
 ``` TARGET_LINK_LIBRARIES(<executable name> ${autonomous_driving_tools_LIBRARY}) ```
 
+## Troubleshooting
+
+- When compiling a ROS node that uses the library the following erros appears:
+
+    ``` ‘signal’ in namespace ‘::’ does not name a type: ```
+
+    **Solution:** Al the opendrive related files must be included before the include of *iri_base_algorithm* or *iri_base_driver*.
+
+
+
 ## Disclaimer  
 
 Copyright (C) 2009-2018 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.