Skip to content

Commit

Permalink
Rebase from 'upstream'
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Feb 14, 2019
1 parent d20ae61 commit 8ff5750
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package realtime_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.13.1 (2019-02-14)
-------------------
* Fix actionlib regression
* Contributors: Bence Magyar

1.13.0 (2019-02-11)
-------------------
* Update readme
Expand Down
4 changes: 2 additions & 2 deletions include/realtime_tools/realtime_server_goal_handle.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ class RealtimeServerGoalHandle
ACTION_DEFINITION(Action);

typedef actionlib::ServerGoalHandle<Action> GoalHandle;
typedef std::shared_ptr<Result> ResultPtr;
typedef std::shared_ptr<Feedback> FeedbackPtr;
typedef boost::shared_ptr<Result> ResultPtr;
typedef boost::shared_ptr<Feedback> FeedbackPtr;

uint8_t state_;

Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>realtime_tools</name>
<version>1.13.0</version>
<version>1.13.1</version>
<description>Contains a set of tools that can be used from a hard
realtime thread, without breaking the realtime behavior. The
tools currently only provides the realtime publisher, which makes
Expand Down

0 comments on commit 8ff5750

Please sign in to comment.