Skip to content

Commit

Permalink
release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Jul 2, 2018
1 parent e03d534 commit 56e0f76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.7.0 (2018-04-02)
------------------

* add saveSlamMap, loadSlamMap and removeSlamMap methods
* getSlamTrajectory doesn't time out by default anymore

0.6.0 (2018-04-19)
------------------

Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>rc_dynamics_api</name>
<version>0.6.0</version>
<version>0.7.0</version>
<description>
The rc_dynamics_api provides an API for easy handling of the dynamic-state data
streams provided by Roboception's stereo camera with self-localization.
Expand Down
2 changes: 1 addition & 1 deletion rc_dynamics_api/remote_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class RemoteInterface : public std::enable_shared_from_this<RemoteInterface>
* Creates a local instance of rc_visard's remote pose interface
*
* @param rcVisardIP rc_visard's inet address as string, e.g "192.168.0.12"
* @param requestsTimeout timeout in [ms] for doing REST-API calls
* @param requestsTimeout timeout in [ms] for doing REST-API calls, which don't have an explicit timeout parameter
*/
static Ptr create(const std::string& rcVisardIP, unsigned int requestsTimeout = 5000);

Expand Down

0 comments on commit 56e0f76

Please sign in to comment.