Skip to content
Snippets Groups Projects
Commit ec545a8c authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Added opendrive included files error solution

parent aa6be703
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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