Skip to content

Releases: stack-of-tasks/dynamic_graph_bridge

Release v3.4.5

08 Sep 07:30
v3.4.5
Compare
Choose a tag to compare

Changes in v3.4.5:

  • fix previous release

Release v3.4.3

06 Sep 09:17
v3.4.3
Compare
Choose a tag to compare

Changes in v3.4.3:

  • python 3 compatibility
  • update tools & badges
  • fix python detection for eigenpy 2.7.12
  • remove travis
  • format

Release v3.4.2

08 Mar 10:23
v3.4.2
Compare
Choose a tag to compare

Changes in v3.4.2:

  • fix CI
  • fix RPATH
  • fix submodule url
  • fix readQueue
  • fix listTopics
  • remove useless boost::condition_variable

Release v3.4.1

12 Mar 21:00
v3.4.1
Compare
Choose a tag to compare

Changes in v3.4.1:

  • [SotLoaderBasic] parseOptions does not call initialization anymore.
  • Clean commands

Release v3.4.0

09 Nov 09:59
v3.4.0
Compare
Choose a tag to compare

Changes in v3.4.0:

  • update for dynamic-graph-python v4

Release v3.3.3

24 Jul 10:29
v3.3.3
Compare
Choose a tag to compare

Changes in v3.3.3:

  • CMake: use dynamic_graph_bridge_msgs dependency
  • At initialization time read the ros param /robot_description

Release v3.3.2

13 Apr 12:07
v3.3.2
Compare
Choose a tag to compare

Changes in v3.3.2:

  • fix packaging

Release v3.3.1

24 Mar 13:28
v3.3.1
Compare
Choose a tag to compare

Changes since v3.3.0:

  • fix imports for python 3
  • Remove dependency to bullet.
  • CMake: export project and use exports from dependencies
  • CMake: keep minimal required instructions

Release v3.3.0

28 Nov 13:08
v3.3.0
Compare
Choose a tag to compare

Changes sinve v3.2.3:

  • Python 3 compatibility
  • Enable publication and subscription of signals of type std::string.
  • update CMake
  • Format

Fix ros publish problem on TALOS

07 Feb 16:52
v3.2.3
Compare
Choose a tag to compare

For some unknown reason ros::Time::now() is not working properly with the previous version.
Implements a direct clock_gettime reading working on Talos.