Add used missing includes (#116) (#124)

* Signed-off-by: Pablo Garrido <pablogs9@gmail.com>

* Update CI

Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
(cherry picked from commit 2326a201bc)

Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
This commit is contained in:
mergify[bot]
2022-03-17 08:47:50 +01:00
committed by GitHub
co-authored by Pablo Garrido
parent 57bdfc5463
commit 5780038fcc
7 changed files with 25 additions and 5 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
cd /uros_ws
. /opt/ros/$ROS_DISTRO/setup.sh
. install/local_setup.sh
rosdep update
rosdep update --rosdistro=$ROS_DISTRO
ros2 run micro_ros_setup create_agent_ws.sh
- name: Patch branch
+4
View File
@@ -20,6 +20,10 @@
#include <uxr/agent/middleware/utils/Callbacks.hpp>
#include <agent/graph_manager/graph_manager.hpp>
#include <map>
#include <memory>
// TODO(jamoralp): class Documentation
namespace uros {
namespace agent {
@@ -62,6 +62,9 @@
#include <agent/utils/demangle.hpp>
#include <condition_variable>
#include <string>
#include <memory>
#include <map>
namespace uros {
namespace agent {
+3
View File
@@ -17,6 +17,9 @@
#include <agent/Agent.hpp>
#include <utility>
#include <memory>
namespace uros {
namespace agent {
@@ -17,6 +17,11 @@
#include <agent/graph_manager/graph_manager.hpp>
#include <memory>
#include <string>
#include <utility>
#include <vector>
namespace uros {
namespace agent {
namespace graph_manager {
@@ -17,6 +17,8 @@
#include <agent/graph_manager/graph_typesupport.hpp>
#include <string>
namespace uros {
namespace agent {
namespace graph_manager {
+3
View File
@@ -14,6 +14,9 @@
#include <agent/Agent.hpp>
#include <string>
#include <vector>
int main(int argc, char** argv)
{
uros::agent::Agent micro_ros_agent;