Skip to content

Releases: automatika-robotics/ros-sugar

0.2.8

28 Jan 15:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.6...0.2.8

0.2.6

17 Jan 18:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.5...0.2.6

0.2.5

08 Jan 14:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.4...0.2.5

0.2.4

07 Jan 15:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.2.4

0.2.3

13 Nov 14:22
Compare
Choose a tag to compare

Synopsis

This patch adds automated packaging and minor fixes.

What's Changed

0.2.2

04 Nov 09:09
Compare
Choose a tag to compare

Synopsis

This patch adds additional launch option to set a wait time for nodes activation timeout

0.2.1

29 Oct 14:53
Compare
Choose a tag to compare

Synopsis

This patch adds support for calling external functions with an arbitrary number of arguments, from inside the components when the components are running in multiprocessing mode, i.e. each component is running in its own process.

0.2.0

25 Oct 11:05
Compare
Choose a tag to compare

Synopsis

ROS Sugar sprinkles syntactic sugar on ROS to enable pythonic scripting of ROS based systems with multiple nodes (called components in ROS Sugar). It also adds primitives such as a central health monitoring node, events, and external and internal actions that can be triggered on events. This enables creating elaborate event driven and fault tolerant systems with ROS that are ready for production environments. To learn more about how to create ROS packages using ROS Sugar, check out the documentation.

What's Changed