Skip to content

Releases: eProsima/Micro-XRCE-DDS-Agent

v2.0.0

29 Mar 13:12
0aea832
Compare
Choose a tag to compare

Micro XRCE-DDS Agent v2.0.0:

  • Add
  • Fix / Modify
    • Simplified CLI and removed dependency with CLI11 library.
    • Optional disable of the executable build.
    • CLI help console output.
    • Removed platform handling in user API.

v1.5.0

22 Sep 10:20
35fa39a
Compare
Choose a tag to compare

Add

  • Option to disable the usage of CLI library, using a custom built-in argument parser.
  • Encapsulate agent's instantation on AgentInstance class.
  • Option to disable the compilation of the default provided MicroXRCEAgent executable.
  • Snap release and deployment to Snapcraft store.

Fix

  • Fix bug when launching PseudoTerminal Agent.
  • Remove Fast-DDS Tools building

v1.4.0

25 May 09:09
d444f99
Compare
Choose a tag to compare

Add

  • FastDDS middleware (compatible with ROS 2 Foxy).

Fix

  • TermiosAgent's baudrate setting.

v1.3.0

12 May 10:00
559952b
Compare
Choose a tag to compare

Add

  • IPv6 support.
  • Requester/Replier support.
  • Packaging compatibility with colcon.
  • Isolated installation option.
  • Raspberry Pi support.

Change

  • Serial transport.

v1.1.4

08 May 10:15
Compare
Choose a tag to compare

Add

Change

  • Fast RTPS 1.8.3 support (ROS2 Dashing Diademata).

Fix

  • Make use of SOVERSION.
  • Read task behaviour for reliable output streams.
  • Detect Client disconnections.

v1.1.0

14 Jun 11:37
13f0736
Compare
Choose a tag to compare

Add

  • Message fragmentation.
  • P2P communication.
  • API.
  • Time synchronization.
  • Windows discovery support.
  • New unitary tests.
  • API documentation.
  • Logger.
  • Command Line Interface.
  • Centralized middleware.
  • Remove Asio dependency.

Change

  • Fast RTPS 1.8.0 support (ROS2 Dashing Diademata).
  • CMake approach.
  • Server's thread pattern.

Fix

  • Serial transport.

v1.0.3

23 Apr 18:53
Compare
Choose a tag to compare
  • Fast RTPS version upgraded to 1.7.2.
  • Baud rate support improvements.
  • Bugfixes.

v1.0.2

23 Apr 10:19
1e5864a
Compare
Choose a tag to compare
  • Fast RTPS version upgraded to 1.7.0.
  • Added dockerfile.
  • Documentation fixes.

v1.0.1

06 Nov 14:12
eb8326a
Compare
Choose a tag to compare
  • Fixed minor bugs.
  • Some minor prevention features.

Related PR #24

v1.0.0

19 Oct 18:42
Compare
Choose a tag to compare

New features

  • Added discovery profile.
  • Added creation by reference.
  • Added reuse flag at create entities.
  • API changes.
  • Added prefix to functions.
  • Transport stack modification.
  • More tests.
  • Reorganized project.
  • Bug fixes.