Skip to content
Snippets Groups Projects
Commit 59e3df78 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Make rosInit callable from outside.

parent e6c822b3
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,11 @@ pkg_check_modules(JRL_MAL REQUIRED jrl-mal)
pkg_check_modules(DYNAMIC_GRAPH REQUIRED dynamic-graph)
pkg_check_modules(SOT_CORE REQUIRED sot-core)
include_directories(include)
rosbuild_add_library(ros_bridge
src/converter.hh
src/ros_init.hh src/ros_init.cpp
include/dynamic_graph_bridge/ros_init.hh src/ros_init.cpp
src/sot_to_ros.hh src/sot_to_ros.cpp
)
......
File moved
......@@ -9,6 +9,14 @@
<review status="unreviewed" notes=""/>
<url>http://ros.org/wiki/dynamic-graph-bridge</url>
<export>
<cpp
cflags="-I${prefix}/include"
lflags="-L${prefix}/lib -lros_bridge -Wl,-rpath=${prefix}/lib"
/>
</export>
<rosdep name="boost"/>
<rosdep name="jrl-mal"/>
......
......@@ -9,7 +9,7 @@
#include <dynamic-graph/factory.h>
#include "ros_init.hh"
#include "dynamic_graph_bridge/ros_init.hh"
#include "ros_export.hh"
namespace dynamicgraph
......
......@@ -13,7 +13,7 @@
#include <dynamic-graph/factory.h>
#include <dynamic-graph/command.h>
#include "ros_init.hh"
#include "dynamic_graph_bridge/ros_init.hh"
#include "ros_import.hh"
namespace dynamicgraph
......
#include <boost/make_shared.hpp>
#include <boost/shared_ptr.hpp>
#include "ros_init.hh"
#include "dynamic_graph_bridge/ros_init.hh"
namespace dynamicgraph
{
......
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