mirror of
https://github.com/micro-ROS/micro-ROS-Agent.git
synced 2026-09-06 18:05:17 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52abdf5a98 | ||
|
|
b9164d08a9 | ||
|
|
0e6e8e3673 | ||
|
|
af007872b0 | ||
|
|
e8dc4deda2 | ||
|
|
29aab24f8a | ||
|
|
dc4a428a75 | ||
|
|
7f0af6b953 | ||
|
|
7372bbe5bd | ||
|
|
a88be1bbbb | ||
|
|
92b7343d1a | ||
|
|
e6b928b1e1 | ||
|
|
4c98e4f9f5 | ||
|
|
964b0aec1a | ||
|
|
03946126dd | ||
|
|
0142528a73 | ||
|
|
53ff7d409d | ||
|
|
9e9167b0d7 | ||
|
|
93aa9e6a73 | ||
|
|
e62154a1cf | ||
|
|
495733690c | ||
|
|
179ae80b94 | ||
|
|
5ad09cec70 | ||
|
|
dfd6966cd1 | ||
|
|
d91c98ab6e | ||
|
|
9ed4bb3c15 | ||
|
|
489dbddced | ||
|
|
ed0402c2dd | ||
|
|
5780038fcc | ||
|
|
57bdfc5463 | ||
|
|
1f1b5842c6 | ||
|
|
6d2d47490a | ||
|
|
61b1e6fc8c | ||
|
|
d7dab5c671 | ||
|
|
e85eccb7c0 | ||
|
|
ac9f09b656 | ||
|
|
7ffd5f0bb6 | ||
|
|
ceb1a1436c | ||
|
|
c98705319f | ||
|
|
d149bb7018 | ||
|
|
646ca52aab | ||
|
|
95fecd77ae | ||
|
|
69f17c28a8 | ||
|
|
f6a2aa3b60 | ||
|
|
a623308505 | ||
|
|
e133754746 |
+10
-11
@@ -3,27 +3,27 @@ name: CI micro-ROS Agent
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'foxy'
|
- 'jazzy'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '33 6 * * *'
|
- cron: '33 6 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
microros_agent_ci:
|
microros_agent_ci:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-20.04 ]
|
os: [ ubuntu-latest ]
|
||||||
ros_distribution: [ foxy ]
|
ros_distribution: [ jazzy ]
|
||||||
include:
|
include:
|
||||||
- docker_image: ubuntu:20.04
|
- docker_image: ubuntu:24.04
|
||||||
ros_distribution: foxy
|
ros_distribution: jazzy
|
||||||
container:
|
container:
|
||||||
image: ubuntu:20.04
|
image: ${{ matrix.docker_image }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- uses: ros-tooling/setup-ros@0.3.2
|
- uses: ros-tooling/setup-ros@0.7.13
|
||||||
with:
|
with:
|
||||||
use-ros2-testing: false
|
use-ros2-testing: false
|
||||||
required-ros-distributions: ${{ matrix.ros_distribution }}
|
required-ros-distributions: ${{ matrix.ros_distribution }}
|
||||||
@@ -31,8 +31,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs
|
apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs
|
||||||
apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp
|
apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp
|
||||||
- uses : ros-tooling/action-ros-ci@0.2.5
|
- uses : ros-tooling/action-ros-ci@0.4.3
|
||||||
with:
|
with:
|
||||||
package-name: "micro_ros_agent"
|
package-name: "micro_ros_agent"
|
||||||
target-ros2-distro: ${{ matrix.ros_distribution }}
|
target-ros2-distro: ${{ matrix.ros_distribution }}
|
||||||
|
|
||||||
|
|||||||
@@ -1,60 +0,0 @@
|
|||||||
name: snap
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- '*'
|
|
||||||
branches:
|
|
||||||
- foxy
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- foxy
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
outputs:
|
|
||||||
snap-file: ${{ steps.build-snap.outputs.snap }}
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
architecture:
|
|
||||||
- linux/amd64
|
|
||||||
- linux/arm64
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- uses: snapcore/action-build@v1
|
|
||||||
id: build-snap
|
|
||||||
with:
|
|
||||||
snapcraft-args: '--enable-experimental-extensions'
|
|
||||||
|
|
||||||
# Make sure the snap is installable
|
|
||||||
- run: |
|
|
||||||
sudo snap install --dangerous ${{ steps.build-snap.outputs.snap }}
|
|
||||||
|
|
||||||
# @todo Do some testing with the snap
|
|
||||||
- run: |
|
|
||||||
micro-ros-agent udp4
|
|
||||||
- uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: micro-ros-agent-snap
|
|
||||||
path: ${{ steps.build-snap.outputs.snap }}
|
|
||||||
|
|
||||||
publish:
|
|
||||||
if: github.ref == 'refs/heads/foxy' || startsWith(github.ref, 'refs/tags/')
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: build
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
architecture:
|
|
||||||
- linux/amd64
|
|
||||||
- linux/arm64
|
|
||||||
steps:
|
|
||||||
- uses: actions/download-artifact@v3
|
|
||||||
with:
|
|
||||||
name: micro-ros-agent-snap
|
|
||||||
path: .
|
|
||||||
- uses: snapcore/action-publish@v1
|
|
||||||
with:
|
|
||||||
store_login: ${{ secrets.STORE_LOGIN }}
|
|
||||||
snap: ${{needs.build.outputs.snap-file}}
|
|
||||||
release: ${{ startsWith(github.ref, 'refs/tags/') && 'candidate' || 'edge'}}
|
|
||||||
@@ -55,4 +55,4 @@ see the file [3rd-party-licenses.txt](3rd-party-licenses.txt).
|
|||||||
Please notice the following issues/limitations:
|
Please notice the following issues/limitations:
|
||||||
|
|
||||||
* There is an unknown issue when dealing with serial ports shared with the micro-ROS agent running inside a Docker. Sometimes it works with a remarkable packet loss.
|
* There is an unknown issue when dealing with serial ports shared with the micro-ROS agent running inside a Docker. Sometimes it works with a remarkable packet loss.
|
||||||
|
* There is an known issues with serial port communication on micro-ros-agent snap version. It is recommended to use the dockerized version or build it from source.
|
||||||
@@ -2,23 +2,45 @@
|
|||||||
Changelog for package micro-ros_agent
|
Changelog for package micro-ros_agent
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
1.5.3 (2022-06-13)
|
5.0.2 (2024-05-31)
|
||||||
------------------
|
------------------
|
||||||
* Fix memory leak in graph manager (`#147 <https://github.com/micro-ROS/micro-ROS-Agent/issues/147>`_) (`#149 <https://github.com/micro-ROS/micro-ROS-Agent/issues/149>`_)
|
* Jazzy Release
|
||||||
|
* Bump Micro XRCE-DDS Agent (`#226 <https://github.com/micro-ROS/micro-ROS-Agent/issues/226>`_)
|
||||||
|
|
||||||
1.5.2 (2022-05-25)
|
5.0.1 (2024-01-29)
|
||||||
|
------------------
|
||||||
|
* Fix thread include (`#216 <https://github.com/micro-ROS/micro-ROS-Agent/issues/216>`_) (`#218 <https://github.com/micro-ROS/micro-ROS-Agent/issues/218>`_)
|
||||||
|
|
||||||
|
5.0.0 (2023-06-06)
|
||||||
|
------------------
|
||||||
|
* Add empty type key hash to GraphCache (`#189 <https://github.com/micro-ROS/micro-ROS-Agent/issues/189>`_)
|
||||||
|
* Contributors: Antonio Cuadros
|
||||||
|
|
||||||
|
4.0.2 (2022-09-28)
|
||||||
|
------------------
|
||||||
|
* Fix Datawriter destruction (`#169 <https://github.com/micro-ROS/micro-ROS-Agent/issues/169>`_) (`#170 <https://github.com/micro-ROS/micro-ROS-Agent/issues/170>`_)
|
||||||
|
* Synchronise predicate (`#160 <https://github.com/micro-ROS/micro-ROS-Agent/issues/160>`_) (`#165 <https://github.com/micro-ROS/micro-ROS-Agent/issues/165>`_)
|
||||||
|
|
||||||
|
4.0.1 (2022-06-13)
|
||||||
|
------------------
|
||||||
|
* Fix memory leak in graph manager (`#147 <https://github.com/micro-ROS/micro-ROS-Agent/issues/147>`_) (`#148 <https://github.com/micro-ROS/micro-ROS-Agent/issues/148>`_)
|
||||||
|
|
||||||
|
4.0.0 (2022-05-25)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
1.5.1 (2022-03-25)
|
3.0.1 (2022-03-25)
|
||||||
------------------
|
------------------
|
||||||
* Add services to graph manager (backport `#127 <https://github.com/micro-ROS/micro-ROS-Agent/issues/127>`_) (`#128 <https://github.com/micro-ROS/micro-ROS-Agent/issues/128>`_)
|
* Add services to graph manager (`#127 <https://github.com/micro-ROS/micro-ROS-Agent/issues/127>`_) (`#129 <https://github.com/micro-ROS/micro-ROS-Agent/issues/129>`_)
|
||||||
* Add used missing includes (`#116 <https://github.com/micro-ROS/micro-ROS-Agent/issues/116>`_)
|
* Add used missing includes (`#116 <https://github.com/micro-ROS/micro-ROS-Agent/issues/116>`_) (`#124 <https://github.com/micro-ROS/micro-ROS-Agent/issues/124>`_)
|
||||||
* Add system logger flag (`#118 <https://github.com/micro-ROS/micro-ROS-Agent/issues/118>`_) (`#120 <https://github.com/micro-ROS/micro-ROS-Agent/issues/120>`_)
|
* Add system logger flag (`#118 <https://github.com/micro-ROS/micro-ROS-Agent/issues/118>`_) (`#119 <https://github.com/micro-ROS/micro-ROS-Agent/issues/119>`_)
|
||||||
* Add condition variable include (`#113 <https://github.com/micro-ROS/micro-ROS-Agent/issues/113>`_) (`#115 <https://github.com/micro-ROS/micro-ROS-Agent/issues/115>`_)
|
* Add condition variable include (`#113 <https://github.com/micro-ROS/micro-ROS-Agent/issues/113>`_) (`#114 <https://github.com/micro-ROS/micro-ROS-Agent/issues/114>`_)
|
||||||
* pass system name to xrceagent (`#110 <https://github.com/micro-ROS/micro-ROS-Agent/issues/110>`_) (`#111 <https://github.com/micro-ROS/micro-ROS-Agent/issues/111>`_)
|
* pass system name to xrceagent (`#110 <https://github.com/micro-ROS/micro-ROS-Agent/issues/110>`_) (`#112 <https://github.com/micro-ROS/micro-ROS-Agent/issues/112>`_)
|
||||||
* Fix memory leak in FastDDS datawriter (`#107 <https://github.com/micro-ROS/micro-ROS-Agent/issues/107>`_) (`#108 <https://github.com/micro-ROS/micro-ROS-Agent/issues/108>`_)
|
* Fix memory leak in FastDDS datawriter (`#107 <https://github.com/micro-ROS/micro-ROS-Agent/issues/107>`_) (`#109 <https://github.com/micro-ROS/micro-ROS-Agent/issues/109>`_)
|
||||||
|
|
||||||
1.5.0 (2021-09-13)
|
3.0.0 (2021-09-13)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
1.0.1 (2021-09-13)
|
||||||
------------------
|
------------------
|
||||||
* Remove XRCE dependency and add superbuild (`#97 <https://github.com/micro-ROS/micro-ROS-Agent/issues/97>`_)
|
* Remove XRCE dependency and add superbuild (`#97 <https://github.com/micro-ROS/micro-ROS-Agent/issues/97>`_)
|
||||||
* Fixed launch file by using a list for arguments. Ensures order of items is kept. (`#93 <https://github.com/micro-ROS/micro-ROS-Agent/issues/93>`_) (`#94 <https://github.com/micro-ROS/micro-ROS-Agent/issues/94>`_)
|
* Fixed launch file by using a list for arguments. Ensures order of items is kept. (`#93 <https://github.com/micro-ROS/micro-ROS-Agent/issues/93>`_) (`#94 <https://github.com/micro-ROS/micro-ROS-Agent/issues/94>`_)
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.11)
|
||||||
|
|
||||||
option(UROSAGENT_GENERATE_PROFILE
|
option(UROSAGENT_GENERATE_PROFILE
|
||||||
"Generates agent.refs according to the .msgs provided in the .repos" OFF
|
"Generates agent.refs according to the .msgs provided in the .repos" OFF
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ if(NOT xrceagent_FOUND)
|
|||||||
GIT_REPOSITORY
|
GIT_REPOSITORY
|
||||||
https://github.com/eProsima/Micro-XRCE-DDS-Agent.git
|
https://github.com/eProsima/Micro-XRCE-DDS-Agent.git
|
||||||
GIT_TAG
|
GIT_TAG
|
||||||
ros2
|
v2.4.3
|
||||||
PREFIX
|
PREFIX
|
||||||
${PROJECT_BINARY_DIR}/agent
|
${PROJECT_BINARY_DIR}/agent
|
||||||
INSTALL_DIR
|
INSTALL_DIR
|
||||||
|
|||||||
@@ -65,6 +65,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <thread>
|
||||||
|
|
||||||
namespace uros {
|
namespace uros {
|
||||||
namespace agent {
|
namespace agent {
|
||||||
@@ -143,21 +144,6 @@ public:
|
|||||||
const eprosima::fastrtps::rtps::GUID_t& participant_guid,
|
const eprosima::fastrtps::rtps::GUID_t& participant_guid,
|
||||||
const eprosima::fastdds::dds::DataWriterQos& writer_qos);
|
const eprosima::fastdds::dds::DataWriterQos& writer_qos);
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Adds a DDS datawriter to the graph tree.
|
|
||||||
* @param datawriter_guid rtps::GUID_t of the datawriter to be added.
|
|
||||||
* @param topic_name Name of the topic to which the datawriter sends information to.
|
|
||||||
* @param type_name Type name of the sent topic.
|
|
||||||
* @param participant_guid rtps::GUID_t of the participant which owns this datawriter.
|
|
||||||
* @param writer_qos QOS of the datawriter to be included into the graph tree.
|
|
||||||
*/
|
|
||||||
void add_datawriter(
|
|
||||||
const eprosima::fastrtps::rtps::GUID_t& datawriter_guid,
|
|
||||||
const std::string& topic_name,
|
|
||||||
const std::string& type_name,
|
|
||||||
const eprosima::fastrtps::rtps::GUID_t& participant_guid,
|
|
||||||
const eprosima::fastdds::dds::WriterQos& writer_qos);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Removes a DDS datawriter from the graph tree.
|
* @brief Removes a DDS datawriter from the graph tree.
|
||||||
* @param datawriter_guid rtps::GUID_t of the datawriter to be removed.
|
* @param datawriter_guid rtps::GUID_t of the datawriter to be removed.
|
||||||
@@ -191,21 +177,6 @@ public:
|
|||||||
const eprosima::fastrtps::rtps::GUID_t& participant_guid,
|
const eprosima::fastrtps::rtps::GUID_t& participant_guid,
|
||||||
const eprosima::fastdds::dds::DataReaderQos& reader_qos);
|
const eprosima::fastdds::dds::DataReaderQos& reader_qos);
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Adds a DDS datareader to the graph tree.
|
|
||||||
* @param datareader_guid rtps::GUID_t of the datareader to be added.
|
|
||||||
* @param topic_name Name of the topic to which the datareader sends information to.
|
|
||||||
* @param type_name Type name of the sent topic.
|
|
||||||
* @param participant_guid rtps::GUID_t of the participant which owns this datareader.
|
|
||||||
* @param writer_qos QOS of the datareader to be included into the graph tree.
|
|
||||||
*/
|
|
||||||
void add_datareader(
|
|
||||||
const eprosima::fastrtps::rtps::GUID_t& datareader_guid,
|
|
||||||
const std::string& topic_name,
|
|
||||||
const std::string& type_name,
|
|
||||||
const eprosima::fastrtps::rtps::GUID_t& participant_guid,
|
|
||||||
const eprosima::fastdds::dds::ReaderQos& reader_qos);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Removes a DDS datareader from the graph tree.
|
* @brief Removes a DDS datareader from the graph tree.
|
||||||
* @param datareader_guid rtps::GUID_t of the datareader to be removed.
|
* @param datareader_guid rtps::GUID_t of the datareader to be removed.
|
||||||
@@ -335,7 +306,7 @@ private:
|
|||||||
// Store a auxiliary publishers and datawriter for each participant created in micro-ROS
|
// Store a auxiliary publishers and datawriter for each participant created in micro-ROS
|
||||||
std::map<
|
std::map<
|
||||||
const eprosima::fastdds::dds::DomainParticipant*,
|
const eprosima::fastdds::dds::DomainParticipant*,
|
||||||
std::unique_ptr<eprosima::fastdds::dds::DataWriter>
|
eprosima::fastdds::dds::DataWriter*
|
||||||
> micro_ros_graph_datawriters_;
|
> micro_ros_graph_datawriters_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||||
<package format="3">
|
<package format="3">
|
||||||
<name>micro_ros_agent</name>
|
<name>micro_ros_agent</name>
|
||||||
<version>1.5.3</version>
|
<version>5.0.2</version>
|
||||||
<description>micro-ROS Agent package</description>
|
<description>micro-ROS Agent package</description>
|
||||||
<maintainer email="pablogarrido@eprosima.com">Pablo Garrido</maintainer>
|
<maintainer email="eugeniocollado@eprosima.com">Eugenio Collado</maintainer>
|
||||||
<maintainer email="antoniocuadros@eprosima.com">Antonio Cuadros</maintainer>
|
<maintainer email="carlosespinoza@eprosima.com">Carlos Espinoza</maintainer>
|
||||||
<license>Apache License 2.0</license>
|
<license>Apache License 2.0</license>
|
||||||
|
|
||||||
<buildtool_depend>ament_cmake</buildtool_depend>
|
<buildtool_depend>ament_cmake</buildtool_depend>
|
||||||
|
|||||||
@@ -79,14 +79,9 @@ bool Agent::create(
|
|||||||
{
|
{
|
||||||
auto graph_manager_ = find_or_create_graph_manager(participant->get_domain_id());
|
auto graph_manager_ = find_or_create_graph_manager(participant->get_domain_id());
|
||||||
|
|
||||||
// TODO(jamoralp): Workaround for Fast-DDS bug #9977. Remove when fixed
|
graph_manager_->add_datawriter(datawriter->guid(), participant, datawriter);
|
||||||
const eprosima::fastrtps::rtps::InstanceHandle_t instance_handle =
|
|
||||||
datawriter->get_instance_handle();
|
|
||||||
const eprosima::fastrtps::rtps::GUID_t datawriter_guid =
|
|
||||||
iHandle2GUID(instance_handle);
|
|
||||||
graph_manager_->add_datawriter(datawriter_guid, participant, datawriter);
|
|
||||||
graph_manager_->associate_entity(
|
graph_manager_->associate_entity(
|
||||||
datawriter_guid, participant, dds::xrce::OBJK_DATAWRITER);
|
datawriter->guid(), participant, dds::xrce::OBJK_DATAWRITER);
|
||||||
});
|
});
|
||||||
xrce_dds_agent_instance_.add_middleware_callback(
|
xrce_dds_agent_instance_.add_middleware_callback(
|
||||||
eprosima::uxr::Middleware::Kind::FASTDDS,
|
eprosima::uxr::Middleware::Kind::FASTDDS,
|
||||||
@@ -106,12 +101,7 @@ bool Agent::create(
|
|||||||
|
|
||||||
auto graph_manager_ = find_or_create_graph_manager(participant->get_domain_id());
|
auto graph_manager_ = find_or_create_graph_manager(participant->get_domain_id());
|
||||||
|
|
||||||
// TODO(jamoralp): Workaround for Fast-DDS bug #9977. Remove when fixed
|
graph_manager_->remove_datawriter(datawriter->guid());
|
||||||
const eprosima::fastrtps::rtps::InstanceHandle_t instance_handle =
|
|
||||||
datawriter->get_instance_handle();
|
|
||||||
const eprosima::fastrtps::rtps::GUID_t datawriter_guid =
|
|
||||||
eprosima::fastrtps::rtps::iHandle2GUID(instance_handle);
|
|
||||||
graph_manager_->remove_datawriter(datawriter_guid);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
xrce_dds_agent_instance_.add_middleware_callback(
|
xrce_dds_agent_instance_.add_middleware_callback(
|
||||||
@@ -184,21 +174,15 @@ bool Agent::create(
|
|||||||
{
|
{
|
||||||
auto graph_manager_ = find_or_create_graph_manager(participant->get_domain_id());
|
auto graph_manager_ = find_or_create_graph_manager(participant->get_domain_id());
|
||||||
|
|
||||||
// TODO(pablogs): Workaround for Fast-DDS bug #9977. Remove when fixed
|
graph_manager_->add_datawriter(datawriter->guid(), participant, datawriter);
|
||||||
const eprosima::fastrtps::rtps::InstanceHandle_t instance_handle_dw =
|
|
||||||
datawriter->get_instance_handle();
|
|
||||||
const eprosima::fastrtps::rtps::GUID_t datawriter_guid =
|
|
||||||
eprosima::fastrtps::rtps::iHandle2GUID(instance_handle_dw);
|
|
||||||
|
|
||||||
graph_manager_->add_datawriter(datawriter_guid, participant, datawriter);
|
|
||||||
graph_manager_->associate_entity(
|
graph_manager_->associate_entity(
|
||||||
datawriter_guid, participant, dds::xrce::OBJK_DATAWRITER);
|
datawriter->guid(), participant, dds::xrce::OBJK_DATAWRITER);
|
||||||
|
|
||||||
// TODO(pablogs): Workaround for Fast-DDS bug #9977. Remove when fixed
|
// TODO(pablogs): Workaround for Fast-DDS bug #9977. Remove when fixed
|
||||||
const eprosima::fastrtps::rtps::InstanceHandle_t instance_handle_dr =
|
const eprosima::fastrtps::rtps::InstanceHandle_t instance_handle =
|
||||||
datareader->get_instance_handle();
|
datareader->get_instance_handle();
|
||||||
const eprosima::fastrtps::rtps::GUID_t datareader_guid =
|
const eprosima::fastrtps::rtps::GUID_t datareader_guid =
|
||||||
eprosima::fastrtps::rtps::iHandle2GUID(instance_handle_dr);
|
eprosima::fastrtps::rtps::iHandle2GUID(instance_handle);
|
||||||
graph_manager_->add_datareader(datareader_guid, participant, datareader);
|
graph_manager_->add_datareader(datareader_guid, participant, datareader);
|
||||||
graph_manager_->associate_entity(
|
graph_manager_->associate_entity(
|
||||||
datareader_guid, participant, dds::xrce::OBJK_DATAREADER);
|
datareader_guid, participant, dds::xrce::OBJK_DATAREADER);
|
||||||
@@ -222,18 +206,13 @@ bool Agent::create(
|
|||||||
{
|
{
|
||||||
auto graph_manager_ = find_or_create_graph_manager(participant->get_domain_id());
|
auto graph_manager_ = find_or_create_graph_manager(participant->get_domain_id());
|
||||||
|
|
||||||
// TODO(pablogs): Workaround for Fast-DDS bug #9977. Remove when fixed
|
graph_manager_->remove_datawriter(datawriter->guid());
|
||||||
const eprosima::fastrtps::rtps::InstanceHandle_t instance_handle_dw =
|
|
||||||
datawriter->get_instance_handle();
|
|
||||||
const eprosima::fastrtps::rtps::GUID_t datawriter_guid =
|
|
||||||
eprosima::fastrtps::rtps::iHandle2GUID(instance_handle_dw);
|
|
||||||
graph_manager_->remove_datawriter(datawriter_guid);
|
|
||||||
|
|
||||||
// TODO(pablogs): Workaround for Fast-DDS bug #9977. Remove when fixed
|
// TODO(pablogs): Workaround for Fast-DDS bug #9977. Remove when fixed
|
||||||
const eprosima::fastrtps::rtps::InstanceHandle_t instance_handle_dr =
|
const eprosima::fastrtps::rtps::InstanceHandle_t instance_handle =
|
||||||
datareader->get_instance_handle();
|
datareader->get_instance_handle();
|
||||||
const eprosima::fastrtps::rtps::GUID_t datareader_guid =
|
const eprosima::fastrtps::rtps::GUID_t datareader_guid =
|
||||||
eprosima::fastrtps::rtps::iHandle2GUID(instance_handle_dr);
|
eprosima::fastrtps::rtps::iHandle2GUID(instance_handle);
|
||||||
graph_manager_->remove_datareader(datareader_guid);
|
graph_manager_->remove_datareader(datareader_guid);
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -256,20 +235,15 @@ bool Agent::create(
|
|||||||
{
|
{
|
||||||
auto graph_manager_ = find_or_create_graph_manager(participant->get_domain_id());
|
auto graph_manager_ = find_or_create_graph_manager(participant->get_domain_id());
|
||||||
|
|
||||||
// TODO(pablogs): Workaround for Fast-DDS bug #9977. Remove when fixed
|
graph_manager_->add_datawriter(datawriter->guid(), participant, datawriter);
|
||||||
const eprosima::fastrtps::rtps::InstanceHandle_t instance_handle_dw =
|
|
||||||
datawriter->get_instance_handle();
|
|
||||||
const eprosima::fastrtps::rtps::GUID_t datawriter_guid =
|
|
||||||
eprosima::fastrtps::rtps::iHandle2GUID(instance_handle_dw);
|
|
||||||
graph_manager_->add_datawriter(datawriter_guid, participant, datawriter);
|
|
||||||
graph_manager_->associate_entity(
|
graph_manager_->associate_entity(
|
||||||
datawriter_guid, participant, dds::xrce::OBJK_DATAWRITER);
|
datawriter->guid(), participant, dds::xrce::OBJK_DATAWRITER);
|
||||||
|
|
||||||
// TODO(pablogs): Workaround for Fast-DDS bug #9977. Remove when fixed
|
// TODO(pablogs): Workaround for Fast-DDS bug #9977. Remove when fixed
|
||||||
const eprosima::fastrtps::rtps::InstanceHandle_t instance_handle_dr =
|
const eprosima::fastrtps::rtps::InstanceHandle_t instance_handle =
|
||||||
datareader->get_instance_handle();
|
datareader->get_instance_handle();
|
||||||
const eprosima::fastrtps::rtps::GUID_t datareader_guid =
|
const eprosima::fastrtps::rtps::GUID_t datareader_guid =
|
||||||
eprosima::fastrtps::rtps::iHandle2GUID(instance_handle_dr);
|
eprosima::fastrtps::rtps::iHandle2GUID(instance_handle);
|
||||||
graph_manager_->add_datareader(datareader_guid, participant, datareader);
|
graph_manager_->add_datareader(datareader_guid, participant, datareader);
|
||||||
graph_manager_->associate_entity(
|
graph_manager_->associate_entity(
|
||||||
datareader_guid, participant, dds::xrce::OBJK_DATAREADER);
|
datareader_guid, participant, dds::xrce::OBJK_DATAREADER);
|
||||||
@@ -293,18 +267,13 @@ bool Agent::create(
|
|||||||
{
|
{
|
||||||
auto graph_manager_ = find_or_create_graph_manager(participant->get_domain_id());
|
auto graph_manager_ = find_or_create_graph_manager(participant->get_domain_id());
|
||||||
|
|
||||||
// TODO(pablogs): Workaround for Fast-DDS bug #9977. Remove when fixed
|
graph_manager_->remove_datawriter(datawriter->guid());
|
||||||
const eprosima::fastrtps::rtps::InstanceHandle_t instance_handle_dw =
|
|
||||||
datawriter->get_instance_handle();
|
|
||||||
const eprosima::fastrtps::rtps::GUID_t datawriter_guid =
|
|
||||||
eprosima::fastrtps::rtps::iHandle2GUID(instance_handle_dw);
|
|
||||||
graph_manager_->remove_datawriter(datawriter_guid);
|
|
||||||
|
|
||||||
// TODO(pablogs): Workaround for Fast-DDS bug #9977. Remove when fixed
|
// TODO(pablogs): Workaround for Fast-DDS bug #9977. Remove when fixed
|
||||||
const eprosima::fastrtps::rtps::InstanceHandle_t instance_handle_dr =
|
const eprosima::fastrtps::rtps::InstanceHandle_t instance_handle =
|
||||||
datareader->get_instance_handle();
|
datareader->get_instance_handle();
|
||||||
const eprosima::fastrtps::rtps::GUID_t datareader_guid =
|
const eprosima::fastrtps::rtps::GUID_t datareader_guid =
|
||||||
eprosima::fastrtps::rtps::iHandle2GUID(instance_handle_dr);
|
eprosima::fastrtps::rtps::iHandle2GUID(instance_handle);
|
||||||
graph_manager_->remove_datareader(datareader_guid);
|
graph_manager_->remove_datareader(datareader_guid);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -125,9 +125,11 @@ GraphManager::GraphManager(eprosima::fastdds::dds::DomainId_t domain_id)
|
|||||||
|
|
||||||
// Set graph cache on change callback function
|
// Set graph cache on change callback function
|
||||||
graphCache_.set_on_change_callback([this]()
|
graphCache_.set_on_change_callback([this]()
|
||||||
|
{
|
||||||
{
|
{
|
||||||
std::unique_lock<std::mutex> lock(this->mtx_);
|
std::unique_lock<std::mutex> lock(this->mtx_);
|
||||||
this->graph_changed_ = true;
|
this->graph_changed_ = true;
|
||||||
|
}
|
||||||
this->cv_.notify_one();
|
this->cv_.notify_one();
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -144,6 +146,7 @@ inline void GraphManager::publish_microros_graph()
|
|||||||
{
|
{
|
||||||
return this->graph_changed_;
|
return this->graph_changed_;
|
||||||
});
|
});
|
||||||
|
graph_changed_ = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (display_on_change_)
|
if (display_on_change_)
|
||||||
@@ -151,7 +154,6 @@ inline void GraphManager::publish_microros_graph()
|
|||||||
std::cout << "Updated uros Graph: graph changed" << std::endl;
|
std::cout << "Updated uros Graph: graph changed" << std::endl;
|
||||||
std::cout << graphCache_ << std::endl;
|
std::cout << graphCache_ << std::endl;
|
||||||
}
|
}
|
||||||
graph_changed_ = false;
|
|
||||||
|
|
||||||
micro_ros_msgs::msg::Graph graph_message;
|
micro_ros_msgs::msg::Graph graph_message;
|
||||||
|
|
||||||
@@ -320,11 +322,10 @@ void GraphManager::add_participant(
|
|||||||
if (it == micro_ros_graph_datawriters_.end())
|
if (it == micro_ros_graph_datawriters_.end())
|
||||||
{
|
{
|
||||||
// Create datawriter
|
// Create datawriter
|
||||||
std::unique_ptr<eprosima::fastdds::dds::DataWriter> datawriter;
|
eprosima::fastdds::dds::DataWriter * datawriter = publisher_->create_datawriter(ros_discovery_topic_.get(), datawriter_qos_);
|
||||||
datawriter.reset(publisher_->create_datawriter(ros_discovery_topic_.get(), datawriter_qos_));
|
|
||||||
|
|
||||||
it = micro_ros_graph_datawriters_.insert(
|
it = micro_ros_graph_datawriters_.insert(
|
||||||
std::make_pair(participant, std::move(datawriter))).first;
|
std::make_pair(participant, datawriter)).first;
|
||||||
}
|
}
|
||||||
|
|
||||||
it->second->write(static_cast<void *>(&info));
|
it->second->write(static_cast<void *>(&info));
|
||||||
@@ -344,9 +345,10 @@ void GraphManager::remove_participant(
|
|||||||
rmw_dds_common::convert_gid_to_msg(&gid, &info.gid);
|
rmw_dds_common::convert_gid_to_msg(&gid, &info.gid);
|
||||||
auto it = micro_ros_graph_datawriters_.find(participant);
|
auto it = micro_ros_graph_datawriters_.find(participant);
|
||||||
it->second->write(static_cast<void *>(&info));
|
it->second->write(static_cast<void *>(&info));
|
||||||
}
|
publisher_->delete_datawriter(it->second);
|
||||||
micro_ros_graph_datawriters_.erase(participant);
|
micro_ros_graph_datawriters_.erase(participant);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void GraphManager::add_datawriter(
|
void GraphManager::add_datawriter(
|
||||||
const eprosima::fastrtps::rtps::GUID_t& datawriter_guid,
|
const eprosima::fastrtps::rtps::GUID_t& datawriter_guid,
|
||||||
@@ -372,26 +374,8 @@ void GraphManager::add_datawriter(
|
|||||||
"rmw_fastrtps_cpp", participant_guid);
|
"rmw_fastrtps_cpp", participant_guid);
|
||||||
const rmw_qos_profile_t qos_profile = fastdds_qos_to_rmw_qos(writer_qos);
|
const rmw_qos_profile_t qos_profile = fastdds_qos_to_rmw_qos(writer_qos);
|
||||||
|
|
||||||
graphCache_.add_entity(datawriter_gid, topic_name,
|
graphCache_.add_entity(datawriter_gid, topic_name, type_name,
|
||||||
type_name, participant_gid, qos_profile, false);
|
rosidl_get_zero_initialized_type_hash(), participant_gid, qos_profile, false);
|
||||||
}
|
|
||||||
|
|
||||||
void GraphManager::add_datawriter(
|
|
||||||
const eprosima::fastrtps::rtps::GUID_t& datawriter_guid,
|
|
||||||
const std::string& topic_name,
|
|
||||||
const std::string& type_name,
|
|
||||||
const eprosima::fastrtps::rtps::GUID_t& participant_guid,
|
|
||||||
const eprosima::fastdds::dds::WriterQos& writer_qos)
|
|
||||||
{
|
|
||||||
const rmw_gid_t datawriter_gid = rmw_fastrtps_shared_cpp::create_rmw_gid(
|
|
||||||
"rmw_fastrtps_cpp", datawriter_guid);
|
|
||||||
const rmw_gid_t participant_gid = rmw_fastrtps_shared_cpp::create_rmw_gid(
|
|
||||||
"rmw_fastrtps_cpp", participant_guid);
|
|
||||||
rmw_qos_profile_t qos_profile = rmw_qos_profile_unknown;
|
|
||||||
dds_qos_to_rmw_qos(writer_qos, &qos_profile);
|
|
||||||
|
|
||||||
graphCache_.add_entity(datawriter_gid, topic_name,
|
|
||||||
type_name, participant_gid, qos_profile, false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GraphManager::remove_datawriter(
|
void GraphManager::remove_datawriter(
|
||||||
@@ -427,26 +411,13 @@ void GraphManager::add_datareader(
|
|||||||
"rmw_fastrtps_cpp", participant_guid);
|
"rmw_fastrtps_cpp", participant_guid);
|
||||||
const rmw_qos_profile_t qos_profile = fastdds_qos_to_rmw_qos(reader_qos);
|
const rmw_qos_profile_t qos_profile = fastdds_qos_to_rmw_qos(reader_qos);
|
||||||
|
|
||||||
graphCache_.add_entity(datareader_gid, topic_name,
|
// TODO(acuadros95): Use typesupport to calculate type hash on micro-ROS and save and get it from reader_qos.user_data.
|
||||||
type_name, participant_gid, qos_profile, true);
|
// Related PRs:
|
||||||
}
|
// https://github.com/ros2/rmw_dds_common/pull/70
|
||||||
|
// https://github.com/ros2/rmw_fastrtps/pull/671
|
||||||
void GraphManager::add_datareader(
|
// https://github.com/ros2/rmw_fastrtps/pull/680
|
||||||
const eprosima::fastrtps::rtps::GUID_t& datareader_guid,
|
graphCache_.add_entity(datareader_gid, topic_name, type_name,
|
||||||
const std::string& topic_name,
|
rosidl_get_zero_initialized_type_hash(), participant_gid, qos_profile, true);
|
||||||
const std::string& type_name,
|
|
||||||
const eprosima::fastrtps::rtps::GUID_t& participant_guid,
|
|
||||||
const eprosima::fastdds::dds::ReaderQos& reader_qos)
|
|
||||||
{
|
|
||||||
const rmw_gid_t datareader_gid = rmw_fastrtps_shared_cpp::create_rmw_gid(
|
|
||||||
"rmw_fastrtps_cpp", datareader_guid);
|
|
||||||
const rmw_gid_t participant_gid = rmw_fastrtps_shared_cpp::create_rmw_gid(
|
|
||||||
"rmw_fastrtps_cpp", participant_guid);
|
|
||||||
rmw_qos_profile_t qos_profile = rmw_qos_profile_unknown;
|
|
||||||
dds_qos_to_rmw_qos(reader_qos, &qos_profile);
|
|
||||||
|
|
||||||
graphCache_.add_entity(datareader_gid, topic_name,
|
|
||||||
type_name, participant_gid, qos_profile, true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GraphManager::remove_datareader(
|
void GraphManager::remove_datareader(
|
||||||
@@ -581,7 +552,7 @@ void GraphManager::update_node_entities_info()
|
|||||||
if (ros_discovery_datareader_->take_next_sample(&entities_info, &sample_info) ==
|
if (ros_discovery_datareader_->take_next_sample(&entities_info, &sample_info) ==
|
||||||
eprosima::fastrtps::types::ReturnCode_t::RETCODE_OK)
|
eprosima::fastrtps::types::ReturnCode_t::RETCODE_OK)
|
||||||
{
|
{
|
||||||
if (sample_info.instance_state == eprosima::fastdds::dds::InstanceStateKind::ALIVE)
|
if (sample_info.instance_state == eprosima::fastdds::dds::InstanceStateKind::ALIVE_INSTANCE_STATE)
|
||||||
{
|
{
|
||||||
graphCache_.update_participant_entities(entities_info);
|
graphCache_.update_participant_entities(entities_info);
|
||||||
}
|
}
|
||||||
@@ -668,6 +639,52 @@ void GraphManager::ParticipantListener::on_participant_discovery(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static eprosima::fastdds::dds::DataWriterQos writer_qos_conversion(
|
||||||
|
const eprosima::fastdds::dds::WriterQos& writer_qos)
|
||||||
|
{
|
||||||
|
eprosima::fastdds::dds::DataWriterQos datawriter_qos;
|
||||||
|
datawriter_qos.durability(writer_qos.m_durability);
|
||||||
|
datawriter_qos.durability_service(writer_qos.m_durabilityService);
|
||||||
|
datawriter_qos.deadline(writer_qos.m_deadline);
|
||||||
|
datawriter_qos.latency_budget(writer_qos.m_latencyBudget);
|
||||||
|
datawriter_qos.liveliness(writer_qos.m_liveliness);
|
||||||
|
datawriter_qos.reliability(writer_qos.m_reliability);
|
||||||
|
datawriter_qos.destination_order(writer_qos.m_destinationOrder);
|
||||||
|
datawriter_qos.lifespan(writer_qos.m_lifespan);
|
||||||
|
datawriter_qos.user_data(writer_qos.m_userData);
|
||||||
|
datawriter_qos.ownership(writer_qos.m_ownership);
|
||||||
|
datawriter_qos.ownership_strength(writer_qos.m_ownershipStrength);
|
||||||
|
datawriter_qos.publish_mode(writer_qos.m_publishMode);
|
||||||
|
datawriter_qos.representation(writer_qos.representation);
|
||||||
|
datawriter_qos.data_sharing(writer_qos.data_sharing);
|
||||||
|
|
||||||
|
return datawriter_qos;
|
||||||
|
}
|
||||||
|
|
||||||
|
static eprosima::fastdds::dds::DataReaderQos reader_qos_conversion(
|
||||||
|
const eprosima::fastdds::dds::ReaderQos& reader_qos)
|
||||||
|
{
|
||||||
|
eprosima::fastdds::dds::DataReaderQos datareader_qos;
|
||||||
|
|
||||||
|
datareader_qos.durability(reader_qos.m_durability);
|
||||||
|
datareader_qos.deadline(reader_qos.m_deadline);
|
||||||
|
datareader_qos.latency_budget(reader_qos.m_latencyBudget);
|
||||||
|
datareader_qos.liveliness(reader_qos.m_liveliness);
|
||||||
|
datareader_qos.reliability(reader_qos.m_reliability);
|
||||||
|
datareader_qos.destination_order(reader_qos.m_destinationOrder);
|
||||||
|
datareader_qos.user_data(reader_qos.m_userData);
|
||||||
|
datareader_qos.ownership(reader_qos.m_ownership);
|
||||||
|
datareader_qos.time_based_filter(reader_qos.m_timeBasedFilter);
|
||||||
|
datareader_qos.lifespan(reader_qos.m_lifespan);
|
||||||
|
datareader_qos.durability_service(reader_qos.m_durabilityService);
|
||||||
|
eprosima::fastdds::dds::TypeConsistencyQos consistency;
|
||||||
|
consistency.type_consistency = reader_qos.type_consistency;
|
||||||
|
datareader_qos.type_consistency(consistency);
|
||||||
|
datareader_qos.data_sharing(reader_qos.data_sharing);
|
||||||
|
|
||||||
|
return datareader_qos;
|
||||||
|
}
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
void GraphManager::ParticipantListener::process_discovery_info<eprosima::fastrtps::rtps::ReaderDiscoveryInfo>(
|
void GraphManager::ParticipantListener::process_discovery_info<eprosima::fastrtps::rtps::ReaderDiscoveryInfo>(
|
||||||
const eprosima::fastrtps::rtps::ReaderDiscoveryInfo& reader_info)
|
const eprosima::fastrtps::rtps::ReaderDiscoveryInfo& reader_info)
|
||||||
@@ -684,7 +701,7 @@ void GraphManager::ParticipantListener::process_discovery_info<eprosima::fastrtp
|
|||||||
const std::string type_name = reader_info.info.typeName().to_string();
|
const std::string type_name = reader_info.info.typeName().to_string();
|
||||||
|
|
||||||
graphManager_from_->add_datareader(reader_info.info.guid(), topic_name, type_name,
|
graphManager_from_->add_datareader(reader_info.info.guid(), topic_name, type_name,
|
||||||
iHandle2GUID(reader_info.info.RTPSParticipantKey()), reader_info.info.m_qos);
|
iHandle2GUID(reader_info.info.RTPSParticipantKey()), reader_qos_conversion(reader_info.info.m_qos));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
@@ -711,7 +728,7 @@ void GraphManager::ParticipantListener::process_discovery_info<eprosima::fastrtp
|
|||||||
const std::string type_name = writer_info.info.typeName().to_string();
|
const std::string type_name = writer_info.info.typeName().to_string();
|
||||||
|
|
||||||
graphManager_from_->add_datawriter(writer_info.info.guid(), topic_name, type_name,
|
graphManager_from_->add_datawriter(writer_info.info.guid(), topic_name, type_name,
|
||||||
iHandle2GUID(writer_info.info.RTPSParticipantKey()), writer_info.info.m_qos);
|
iHandle2GUID(writer_info.info.RTPSParticipantKey()), writer_qos_conversion(writer_info.info.m_qos));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ ParticipantEntitiesInfoTypeSupport::ParticipantEntitiesInfoTypeSupport()
|
|||||||
ss << "dds_::" << message_name << "_";
|
ss << "dds_::" << message_name << "_";
|
||||||
this->setName(ss.str().c_str());
|
this->setName(ss.str().c_str());
|
||||||
|
|
||||||
bool full_bounded = true;
|
char full_bounded;
|
||||||
m_typeSize = 4 + callbacks_->max_serialized_size(full_bounded);
|
m_typeSize = 4 + callbacks_->max_serialized_size(full_bounded);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -54,14 +54,14 @@ bool ParticipantEntitiesInfoTypeSupport::serialize(
|
|||||||
eprosima::fastcdr::FastBuffer fastbuffer(reinterpret_cast<char *>(payload->data),
|
eprosima::fastcdr::FastBuffer fastbuffer(reinterpret_cast<char *>(payload->data),
|
||||||
payload->max_size);
|
payload->max_size);
|
||||||
eprosima::fastcdr::Cdr scdr(fastbuffer, eprosima::fastcdr::Cdr::DEFAULT_ENDIAN,
|
eprosima::fastcdr::Cdr scdr(fastbuffer, eprosima::fastcdr::Cdr::DEFAULT_ENDIAN,
|
||||||
eprosima::fastcdr::Cdr::DDS_CDR);
|
eprosima::fastcdr::DDS_CDR);
|
||||||
|
|
||||||
scdr.serialize_encapsulation();
|
scdr.serialize_encapsulation();
|
||||||
if (callbacks_->cdr_serialize(data, scdr))
|
if (callbacks_->cdr_serialize(data, scdr))
|
||||||
{
|
{
|
||||||
payload->encapsulation = (scdr.endianness() == eprosima::fastcdr::Cdr::BIG_ENDIANNESS) ?
|
payload->encapsulation = (scdr.endianness() == eprosima::fastcdr::Cdr::BIG_ENDIANNESS) ?
|
||||||
CDR_BE : CDR_LE;
|
CDR_BE : CDR_LE;
|
||||||
payload->length = static_cast<uint32_t>(scdr.getSerializedDataLength());
|
payload->length = static_cast<uint32_t>(scdr.get_serialized_data_length());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@@ -77,7 +77,7 @@ bool ParticipantEntitiesInfoTypeSupport::deserialize(
|
|||||||
eprosima::fastcdr::FastBuffer fastbuffer(reinterpret_cast<char *>(payload->data),
|
eprosima::fastcdr::FastBuffer fastbuffer(reinterpret_cast<char *>(payload->data),
|
||||||
payload->length);
|
payload->length);
|
||||||
eprosima::fastcdr::Cdr dcdr(fastbuffer, eprosima::fastcdr::Cdr::DEFAULT_ENDIAN,
|
eprosima::fastcdr::Cdr dcdr(fastbuffer, eprosima::fastcdr::Cdr::DEFAULT_ENDIAN,
|
||||||
eprosima::fastcdr::Cdr::DDS_CDR);
|
eprosima::fastcdr::DDS_CDR);
|
||||||
|
|
||||||
dcdr.read_encapsulation();
|
dcdr.read_encapsulation();
|
||||||
return callbacks_->cdr_deserialize(dcdr, data);
|
return callbacks_->cdr_deserialize(dcdr, data);
|
||||||
@@ -135,7 +135,7 @@ MicrorosGraphInfoTypeSupport::MicrorosGraphInfoTypeSupport()
|
|||||||
ss << "dds_::" << message_name << "_";
|
ss << "dds_::" << message_name << "_";
|
||||||
this->setName(ss.str().c_str());
|
this->setName(ss.str().c_str());
|
||||||
|
|
||||||
bool full_bounded = true;
|
char full_bounded;
|
||||||
m_typeSize = 4 + callbacks_->max_serialized_size(full_bounded);
|
m_typeSize = 4 + callbacks_->max_serialized_size(full_bounded);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -146,14 +146,14 @@ bool MicrorosGraphInfoTypeSupport::serialize(
|
|||||||
eprosima::fastcdr::FastBuffer fastbuffer(reinterpret_cast<char *>(payload->data),
|
eprosima::fastcdr::FastBuffer fastbuffer(reinterpret_cast<char *>(payload->data),
|
||||||
payload->max_size);
|
payload->max_size);
|
||||||
eprosima::fastcdr::Cdr scdr(fastbuffer, eprosima::fastcdr::Cdr::DEFAULT_ENDIAN,
|
eprosima::fastcdr::Cdr scdr(fastbuffer, eprosima::fastcdr::Cdr::DEFAULT_ENDIAN,
|
||||||
eprosima::fastcdr::Cdr::DDS_CDR);
|
eprosima::fastcdr::DDS_CDR);
|
||||||
|
|
||||||
scdr.serialize_encapsulation();
|
scdr.serialize_encapsulation();
|
||||||
if (callbacks_->cdr_serialize(data, scdr))
|
if (callbacks_->cdr_serialize(data, scdr))
|
||||||
{
|
{
|
||||||
payload->encapsulation = (scdr.endianness() == eprosima::fastcdr::Cdr::BIG_ENDIANNESS) ?
|
payload->encapsulation = (scdr.endianness() == eprosima::fastcdr::Cdr::BIG_ENDIANNESS) ?
|
||||||
CDR_BE : CDR_LE;
|
CDR_BE : CDR_LE;
|
||||||
payload->length = static_cast<uint32_t>(scdr.getSerializedDataLength());
|
payload->length = static_cast<uint32_t>(scdr.get_serialized_data_length());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@@ -169,7 +169,7 @@ bool MicrorosGraphInfoTypeSupport::deserialize(
|
|||||||
eprosima::fastcdr::FastBuffer fastbuffer(reinterpret_cast<char *>(payload->data),
|
eprosima::fastcdr::FastBuffer fastbuffer(reinterpret_cast<char *>(payload->data),
|
||||||
payload->length);
|
payload->length);
|
||||||
eprosima::fastcdr::Cdr dcdr(fastbuffer, eprosima::fastcdr::Cdr::DEFAULT_ENDIAN,
|
eprosima::fastcdr::Cdr dcdr(fastbuffer, eprosima::fastcdr::Cdr::DEFAULT_ENDIAN,
|
||||||
eprosima::fastcdr::Cdr::DDS_CDR);
|
eprosima::fastcdr::DDS_CDR);
|
||||||
|
|
||||||
dcdr.read_encapsulation();
|
dcdr.read_encapsulation();
|
||||||
return callbacks_->cdr_deserialize(dcdr, data);
|
return callbacks_->cdr_deserialize(dcdr, data);
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<profiles xmlns="http://www.eprosima.com/XMLSchemas/fastRTPS_Profiles" >
|
|
||||||
<transport_descriptors>
|
|
||||||
<transport_descriptor>
|
|
||||||
<transport_id>CustomUdpTransport</transport_id>
|
|
||||||
<type>UDPv4</type>
|
|
||||||
</transport_descriptor>
|
|
||||||
</transport_descriptors>
|
|
||||||
|
|
||||||
<participant profile_name="participant_profile" is_default_profile="true">
|
|
||||||
<rtps>
|
|
||||||
<userTransports>
|
|
||||||
<transport_id>CustomUdpTransport</transport_id>
|
|
||||||
</userTransports>
|
|
||||||
|
|
||||||
<useBuiltinTransports>false</useBuiltinTransports>
|
|
||||||
</rtps>
|
|
||||||
</participant>
|
|
||||||
</profiles>
|
|
||||||
@@ -24,4 +24,4 @@ if [ -n "$p2p_port" ]; then
|
|||||||
set -- --p2p "$p2p_port" "$@"
|
set -- --p2p "$p2p_port" "$@"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec "$SNAP/opt/ros/snap/lib/micro_ros_agent/micro_ros_agent" "$transport" "$@"
|
exec "$SNAP/lib/micro_ros_agent/micro_ros_agent" "$transport" "$@"
|
||||||
|
|||||||
+38
-21
@@ -4,7 +4,9 @@ version: git
|
|||||||
summary: Bridge between Micro ROS client applications and ROS 2
|
summary: Bridge between Micro ROS client applications and ROS 2
|
||||||
description: |
|
description: |
|
||||||
Micro-ROS, whose default implementation is based on eProsima's
|
Micro-ROS, whose default implementation is based on eProsima's
|
||||||
Micro XRCE-DDS middleware, is composed of client applications which interact with the ROS 2 world by means of an Agent. This agent keeps tracks of the entities created by means of
|
Micro XRCE-DDS middleware, is composed of client applications
|
||||||
|
which interact with the ROS 2 world by means of an Agent.
|
||||||
|
This agent keeps tracks of the entities created by means of
|
||||||
requests performed on the microcontroller side, and uses them
|
requests performed on the microcontroller side, and uses them
|
||||||
to communicate with the ROS 2 dataspace.
|
to communicate with the ROS 2 dataspace.
|
||||||
|
|
||||||
@@ -69,6 +71,16 @@ description: |
|
|||||||
|
|
||||||
$ snap set micro-ros-agent device="device path"
|
$ snap set micro-ros-agent device="device path"
|
||||||
|
|
||||||
|
If connecting the micro-ROS Agent using an IP based connection mode,
|
||||||
|
that is, `udp4`, `udp6`, `tcp4` or `tcp6`, care must be taken to
|
||||||
|
connect first the `micro-ros-agent-shm-netplug` plug.
|
||||||
|
This is due to the fact that ROS 2 Foxy is using Fast-DDS as the
|
||||||
|
default DDS middleware, and Fast-DDS comes with *shared memory transport*.
|
||||||
|
Thus, this plugin must be enabled, in order to gain access to the
|
||||||
|
`/dev/shm` folder from the snap image, prior to running it:
|
||||||
|
|
||||||
|
$ sudo snap connect micro-ros-agent:micro-ros-agent-shm-netplug
|
||||||
|
|
||||||
When using the snap with a serial device, some steps need to be taken
|
When using the snap with a serial device, some steps need to be taken
|
||||||
in order to establish a successful connection:
|
in order to establish a successful connection:
|
||||||
|
|
||||||
@@ -109,20 +121,21 @@ architectures:
|
|||||||
- build-on: ppc64el
|
- build-on: ppc64el
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
|
|
||||||
uros-agent:
|
uros-agent:
|
||||||
plugin: colcon
|
plugin: colcon
|
||||||
source: .
|
source: .
|
||||||
colcon-cmake-args:
|
override-build: |
|
||||||
- -DMICROROSAGENT_SUPERBUILD=ON
|
set +u
|
||||||
- --cmake-force-configure
|
git clone https://github.com/eProsima/Micro-XRCE-DDS-Agent.git -b $ROS_DISTRO
|
||||||
override-pull: |
|
git clone https://github.com/eProsima/Micro-CDR.git -b $ROS_DISTRO
|
||||||
snapcraftctl pull
|
git clone https://github.com/micro-ROS/micro_ros_msgs.git -b $ROS_DISTRO
|
||||||
|
git clone https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git -b $ROS_DISTRO
|
||||||
version="$(git describe --always --tags| sed -e 's/^v//;s/-/+git/;y/-/./')"
|
git clone https://github.com/micro-ROS/rmw-microxrcedds.git -b $ROS_DISTRO
|
||||||
[ -n "$(echo $version | grep "+git")" ] && grade=devel || grade=stable
|
git clone https://github.com/micro-ROS/micro-ROS-Agent.git -b $ROS_DISTRO
|
||||||
snapcraftctl set-version "$version"
|
. /opt/ros/$ROS_DISTRO/setup.sh
|
||||||
snapcraftctl set-grade "$grade"
|
colcon build --merge-install --install-base $SNAPCRAFT_PRIME --cmake-args "-DUAGENT_BUILD_EXECUTABLE=OFF -DUAGENT_USE_SYSTEM_FASTDDS=ON" --packages-up-to micro_ros_agent
|
||||||
|
set -u
|
||||||
build-packages: [make, gcc, g++]
|
build-packages: [make, gcc, g++]
|
||||||
stage-packages: [ros-foxy-ros2launch]
|
stage-packages: [ros-foxy-ros2launch]
|
||||||
|
|
||||||
@@ -130,22 +143,26 @@ parts:
|
|||||||
plugin: dump
|
plugin: dump
|
||||||
source: snap/local/
|
source: snap/local/
|
||||||
organize:
|
organize:
|
||||||
'micro-ros-agent-daemon': usr/bin/
|
'*': usr/bin/
|
||||||
'fastdds_no_shared_memory.xml': usr/share/
|
|
||||||
|
plugs:
|
||||||
|
micro-ros-agent-shm-netplug:
|
||||||
|
interface: system-files
|
||||||
|
allow-auto-connection: true
|
||||||
|
write:
|
||||||
|
- /dev/shm
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
micro-ros-agent:
|
micro-ros-agent:
|
||||||
command: opt/ros/snap/lib/micro_ros_agent/micro_ros_agent
|
command: lib/micro_ros_agent/micro_ros_agent
|
||||||
environment:
|
environment:
|
||||||
FASTRTPS_DEFAULT_PROFILES_FILE: ${SNAP}/usr/share/fastdds_no_shared_memory.xml
|
LD_LIBRARY_PATH: "$LD_LIBRARY_PATH:$SNAP/lib"
|
||||||
plugs: [network, network-bind, serial-port]
|
plugs: [network, network-bind, serial-port, micro-ros-agent-shm-netplug]
|
||||||
extensions: [ros2-foxy]
|
extensions: [ros2-foxy]
|
||||||
|
|
||||||
daemon:
|
daemon:
|
||||||
command: usr/bin/micro-ros-agent-daemon
|
command: usr/bin/micro-ros-agent-daemon
|
||||||
environment:
|
environment:
|
||||||
FASTRTPS_DEFAULT_PROFILES_FILE: ${SNAP}/usr/share/fastdds_no_shared_memory.xml
|
LD_LIBRARY_PATH: "$LD_LIBRARY_PATH:$SNAP/lib"
|
||||||
daemon: simple
|
daemon: simple
|
||||||
plugs: [network, network-bind, serial-port]
|
plugs: [network, network-bind, serial-port, micro-ros-agent-shm-netplug]
|
||||||
extensions: [ros2-foxy]
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user