mirror of
https://github.com/micro-ROS/micro-ROS-Agent.git
synced 2026-09-06 09:55:15 +02:00
* 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:
co-authored by
Pablo Garrido
parent
57bdfc5463
commit
5780038fcc
@@ -2,7 +2,7 @@ name: CI micro-ROS Agent
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -22,9 +22,9 @@ jobs:
|
|||||||
cd /uros_ws
|
cd /uros_ws
|
||||||
. /opt/ros/$ROS_DISTRO/setup.sh
|
. /opt/ros/$ROS_DISTRO/setup.sh
|
||||||
. install/local_setup.sh
|
. install/local_setup.sh
|
||||||
rosdep update
|
rosdep update --rosdistro=$ROS_DISTRO
|
||||||
ros2 run micro_ros_setup create_agent_ws.sh
|
ros2 run micro_ros_setup create_agent_ws.sh
|
||||||
|
|
||||||
- name: Patch branch
|
- name: Patch branch
|
||||||
run: |
|
run: |
|
||||||
rm -rf /uros_ws/src/uros/micro-ROS-Agent/*
|
rm -rf /uros_ws/src/uros/micro-ROS-Agent/*
|
||||||
@@ -35,4 +35,4 @@ jobs:
|
|||||||
cd /uros_ws
|
cd /uros_ws
|
||||||
. /opt/ros/$ROS_DISTRO/setup.sh
|
. /opt/ros/$ROS_DISTRO/setup.sh
|
||||||
. install/local_setup.sh
|
. install/local_setup.sh
|
||||||
ros2 run micro_ros_setup build_agent.sh
|
ros2 run micro_ros_setup build_agent.sh
|
||||||
@@ -20,6 +20,10 @@
|
|||||||
#include <uxr/agent/middleware/utils/Callbacks.hpp>
|
#include <uxr/agent/middleware/utils/Callbacks.hpp>
|
||||||
|
|
||||||
#include <agent/graph_manager/graph_manager.hpp>
|
#include <agent/graph_manager/graph_manager.hpp>
|
||||||
|
|
||||||
|
#include <map>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
// TODO(jamoralp): class Documentation
|
// TODO(jamoralp): class Documentation
|
||||||
namespace uros {
|
namespace uros {
|
||||||
namespace agent {
|
namespace agent {
|
||||||
|
|||||||
@@ -62,6 +62,9 @@
|
|||||||
#include <agent/utils/demangle.hpp>
|
#include <agent/utils/demangle.hpp>
|
||||||
|
|
||||||
#include <condition_variable>
|
#include <condition_variable>
|
||||||
|
#include <string>
|
||||||
|
#include <memory>
|
||||||
|
#include <map>
|
||||||
|
|
||||||
namespace uros {
|
namespace uros {
|
||||||
namespace agent {
|
namespace agent {
|
||||||
|
|||||||
@@ -17,6 +17,9 @@
|
|||||||
|
|
||||||
#include <agent/Agent.hpp>
|
#include <agent/Agent.hpp>
|
||||||
|
|
||||||
|
#include <utility>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
namespace uros {
|
namespace uros {
|
||||||
namespace agent {
|
namespace agent {
|
||||||
|
|
||||||
|
|||||||
@@ -17,6 +17,11 @@
|
|||||||
|
|
||||||
#include <agent/graph_manager/graph_manager.hpp>
|
#include <agent/graph_manager/graph_manager.hpp>
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
|
#include <string>
|
||||||
|
#include <utility>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace uros {
|
namespace uros {
|
||||||
namespace agent {
|
namespace agent {
|
||||||
namespace graph_manager {
|
namespace graph_manager {
|
||||||
|
|||||||
@@ -17,6 +17,8 @@
|
|||||||
|
|
||||||
#include <agent/graph_manager/graph_typesupport.hpp>
|
#include <agent/graph_manager/graph_typesupport.hpp>
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
namespace uros {
|
namespace uros {
|
||||||
namespace agent {
|
namespace agent {
|
||||||
namespace graph_manager {
|
namespace graph_manager {
|
||||||
|
|||||||
@@ -14,6 +14,9 @@
|
|||||||
|
|
||||||
#include <agent/Agent.hpp>
|
#include <agent/Agent.hpp>
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
uros::agent::Agent micro_ros_agent;
|
uros::agent::Agent micro_ros_agent;
|
||||||
|
|||||||
Reference in New Issue
Block a user