Releases: mROS-base/mros2
Releases · mROS-base/mros2
v0.3.0
- 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
v0.2.3
- use
getData()
instead of accesing private memberdata
#20 (thanks @esm-tmori !!) - remove
embeddedRTPS/src/rtps.cpp
from cmake/make target #21 - move target specific code/file to
mros2-asp3-f767zi
repository
v0.2.2
- 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
- Update embeddedRTPS to operate mros2 with ROS 2 Foxy environment mROS-base/embeddedRTPS#7
v0.2.0
- add mros2-mbed repo on the list of supported platform 🎉