Skip to content

Releases: mROS-base/mros2

v0.3.0

20 Feb 10:54
af19fe8
Compare
Choose a tag to compare
  • Support custom MsgTypes for topic communication 🎉 by @Hibagon1go #25
    • Since this release is very begining of new feature, the documentation is still poor. And also we recognize there are many issues to improve convenience of usage. Please feel free to ask us and suggest anything you want!
  • Fix CMakeLists and its structure for future releases #24

Full Changelog: v0.2.3...v0.3.0

v0.2.4

20 Feb 11:36
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

This is a pre-release as a footprint about awesome research results

  • Trial support for custom msgtype. Full support has been published on v0.3.0
  • This work will be published at ETNET 2022.

v0.2.3

23 Dec 13:02
f5c1a04
Compare
Choose a tag to compare
  • use getData() instead of accesing private member data #20 (thanks @esm-tmori !!)
  • remove embeddedRTPS/src/rtps.cpp from cmake/make target #21
  • move target specific code/file to mros2-asp3-f767zi repository
    • the definition of __dso_handle #22 (also related to #20)
    • makefiles/ to specify build objects #23

v0.2.2

16 Dec 05:11
05dea7d
Compare
Choose a tag to compare
  • Support built-in-types for msg except for wstring (UTF-16)
    • array types are not supported for now
    • Custom message is not supported (but ongoing work)

v0.2.1

13 Dec 13:22
5649f41
Compare
Choose a tag to compare

v0.2.0

29 Oct 06:07
Compare
Choose a tag to compare
  • add mros2-mbed repo on the list of supported platform 🎉

v0.1.4

13 Sep 08:49
e87d089
Compare
Choose a tag to compare
  • enables the mros2 node to execute pub/sub features individually #11

v0.1.3

12 Sep 11:24
c5ffe95
Compare
Choose a tag to compare
  • fix arguments of mros2 APIs and reorder definitions into source code #10

v0.1.2

11 Sep 09:25
9fb8adf
Compare
Choose a tag to compare
  • move system functions and definitions to mros2 lib #7 #9
  • implement Logging functions (e.g., MROS2_DEBUG, MROS2_INFO, ...) #8

v0.1.1

19 Aug 02:41
Compare
Choose a tag to compare
  • describe README as the first public version
  • format code by astyle #6