Skip to content

Releases: mROS-base/mros2-asp3-f767zi

v0.3.2.3

04 Oct 01:50
c0fb5ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v03.2.2...v0.3.2.3

v0.3.2.2

20 Mar 04:59
Compare
Choose a tag to compare

What's Changed

  • Enhance README and application by @takasehideki in #68
  • Some minor fixes to README and mturtle_teleop

Full Changelog: v0.3.2.1...v03.2.2

v0.3.2.1

18 Mar 08:01
998411a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.2.1

v0.3.2

11 Mar 09:30
8c7916b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

23 Feb 04:36
14df903
Compare
Choose a tag to compare

What's Changed

  • move config.h from mros2/embeddedRTPS/include/rtps/ in #58
  • [asp3] Bump tecsgen to 1.8.0 to prevent warning message in make in #59
  • Improve README for custom MsgType in #61
  • [mros2] Bump mros2 to v0.3.1

Full Changelog: v0.3.0...v0.3.1

v0.3.0

20 Feb 10:58
446e90c
Compare
Choose a tag to compare
  • Support custom MsgTypes for topic communication 🎉 by @Hibagon1go #57
    • 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!

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

v0.2.4

20 Feb 11:37
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:14
c027b87
Compare
Choose a tag to compare
  • bump mros2 to v0.2.3 #55
    • target specific code/file from mros2 repository (definition of __dso_handle #53 and makefiles/ #54)
  • bump asp3-f767zi according to eliminamte warning message about TOPPERS cfg (mROS-base/asp3-f767zi#6) #52
  • add apostrophe in syslog message for example applications to improve visibility #51

v0.2.2

16 Dec 06:48
Compare
Choose a tag to compare
  • Support built-in-types for msg except for wstring (UTF-16)
  • Add example application for uint16 and float32

v0.2.1

13 Dec 14:20
e125dcf
Compare
Choose a tag to compare
  • Support pub/sub communication with ROS 2 Foxy as the host!! #48
  • Fix include path in STM32CubeF7 #45
  • Improve README (add Tips 1: Execute host nodes with Docker environment)