Skip to content

Releases: rosmod/rosmod-actor

ROSMOD Actor

09 Apr 16:00
Compare
Choose a tag to compare

Updated so user and trace loggers are flushed in the base class destructor.

ROSMOD Actor

09 Apr 14:25
Compare
Choose a tag to compare

Updated logger to use std::recursive_mutex to be thread safe - needed if users run Action Servers within their own thread.

ROSMOD Actor

06 Apr 16:20
Compare
Choose a tag to compare

Bugfix to new trace logger initialization.

ROSMOD Actor

06 Apr 14:32
Compare
Choose a tag to compare

Removed dependency on rosmod-comm so that it runs using vanilla ros.

ROSMOD Actor

29 Mar 17:02
Compare
Choose a tag to compare

Updated component base class:

  • Contain workingDir as a std::string which contains the process' current working directory
  • Properly initialize workingDir in the base class constructor

ROSMOD Actor

04 May 13:15
Compare
Choose a tag to compare

Virtualized Component Destructor

ROSMOD Actor - Moving to JSON Configuration

25 Apr 20:45
Compare
Choose a tag to compare

Moving to JSON from XML for configuration

  • Using jsoncpp to parse configuration files
  • Removed argc/argv from base Component constructor

ROSMOD Actor

27 Mar 15:47
Compare
Choose a tag to compare

Improved compiler support.

Generic ROSMOD Node

17 Mar 17:59
Compare
Choose a tag to compare

Added doxygen comments for doc generation from WebGME

Generic ROSMOD Node

13 Mar 02:55
Compare
Choose a tag to compare