Changes have been pushed for the repository "fawkesrobotics/fawkes".

Clone:  https://github.com/fawkesrobotics/fawkes.git
Gitweb: https://github.com/fawkesrobotics/fawkes

The branch, tviehmann/skill-exec-times-via-db-lookup has been updated
        to  3e2b6874e4e60f0b18e555dd5133f556d08f4282 (commit)
      from  8ecbf1073c2f6ddca1f6623fd9c58c9bfe5d4bfe (commit)

https://github.com/fawkesrobotics/fawkes/tree/tviehmann/skill-exec-times-via-db-lookup

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- *Log* ---------------------------------------------------------------
commit 3e2b6874e4e60f0b18e555dd5133f556d08f4282
Author:     Tarik Viehmann <viehm...@kbsg.rwth-aachen.de>
AuthorDate: Wed May 27 13:43:06 2020 +0200
Commit:     Tarik Viehmann <viehm...@kbsg.rwth-aachen.de>
CommitDate: Wed May 27 13:43:06 2020 +0200

    fixup! execution-time-estimator: refactor execute function

https://github.com/fawkesrobotics/fawkes/commit/3e2b6874e

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


- *Summary* -----------------------------------------------------------
 src/libs/execution_time_estimator/execution_time_estimator.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- *Diffs* -------------------------------------------------------------

- *commit* 3e2b6874e4e60f0b18e555dd5133f556d08f4282 - - - - - - - - - -
Author:  Tarik Viehmann <viehm...@kbsg.rwth-aachen.de>
Date:    Wed May 27 13:43:06 2020 +0200
Subject: fixup! execution-time-estimator: refactor execute function

 src/libs/execution_time_estimator/execution_time_estimator.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

_Diff for modified files_:
diff --git a/src/libs/execution_time_estimator/execution_time_estimator.cpp 
b/src/libs/execution_time_estimator/execution_time_estimator.cpp
index 6ab04661d..113a6778e 100644
--- a/src/libs/execution_time_estimator/execution_time_estimator.cpp
+++ b/src/libs/execution_time_estimator/execution_time_estimator.cpp
@@ -96,7 +96,7 @@ using Skill = ExecutionTimeEstimator::Skill;
  * @return the default value for the property
  *
  * @fn template <typename T> T 
ExecutionTimeEstimator::Property<T>::get_property(const std::string &key) const
- * Get the property falue for a given sill.
+ * Get the property falue for a given skill.
  * @param key Skill entry id
  * @return Value associated with \a key or the default value, if no 
skill-specific value can be found
  */



_______________________________________________
fawkes-commits mailing list
fawkes-commits@lists.kbsg.rwth-aachen.de
https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits

Reply via email to