Skip to content
Snippets Groups Projects
Commit f3085f29 authored by Joan Perez Ibarz's avatar Joan Perez Ibarz
Browse files

working on base algorithm

parent 61582b41
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@
#include "threadserver.h"
#include "exceptions.h"
namespace algorithm_base
{
// namespace algorithm_base
// {
/**
* \brief IRI ROS Base Node Class
......@@ -90,5 +90,5 @@ int main(int argc, char **argv, std::string name)
return ros::spin();
}
}
// }
#endif
......@@ -9,6 +9,14 @@
<review status="unreviewed" notes=""/>
<url>http://ros.org/wiki/iri_base_algorithm</url>
<depend package="roscpp"/>
<depend package="dynamic_reconfigure"/>
<export>
<cpp cflags="-I${prefix}/include"
lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib -liri_base_algorithm"/>
</export>
</package>
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