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

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

The branch, thofmann/standalone-execution-time-estimator has been updated
        to  490344765a4aa718bc8a1527d7cbe9e2e8cbe708 (commit)
      from  b4c552032b4541a05395d36b40bfb58a32af889d (commit)

https://github.com/fawkesrobotics/fawkes/tree/thofmann/standalone-execution-time-estimator

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 490344765a4aa718bc8a1527d7cbe9e2e8cbe708
Author:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
AuthorDate: Wed Apr 29 16:05:11 2020 +0200
Commit:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
CommitDate: Wed Apr 29 16:05:11 2020 +0200

    aspects: do not link against execution_time_estimator
    
    The aspect for the execution_time_estimator has been moved next to the
    library, so no need to link against it anymore.

https://github.com/fawkesrobotics/fawkes/commit/490344765

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


- *Summary* -----------------------------------------------------------
 src/libs/aspect/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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

- *commit* 490344765a4aa718bc8a1527d7cbe9e2e8cbe708 - - - - - - - - - -
Author:  Till Hofmann <hofm...@kbsg.rwth-aachen.de>
Date:    Wed Apr 29 16:05:11 2020 +0200
Subject: aspects: do not link against execution_time_estimator

 src/libs/aspect/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

_Diff for modified files_:
diff --git a/src/libs/aspect/Makefile b/src/libs/aspect/Makefile
index 634710465..447550c30 100644
--- a/src/libs/aspect/Makefile
+++ b/src/libs/aspect/Makefile
@@ -20,7 +20,7 @@ include $(BUILDCONFDIR)/tf/tf.mk
 include $(BUILDSYSDIR)/pcl.mk
 
 LIBS_libfawkesaspects = fawkescore fawkesutils fawkesblackboard fawkesnetcomm \
-                       fawkesconfig fawkesplugin fawkeslogging fawkessyncpoint 
fawkes_execution_time_estimator
+                       fawkesconfig fawkesplugin fawkeslogging fawkessyncpoint
 
 ifneq ($(HAVE_WEBVIEW),1)
   OBJS_FILTER_OUT += $(subst $(SRCDIR)/,,$(wildcard $(SRCDIR)/webview.cpp 
$(SRCDIR)/inifins/webview.cpp))



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

Reply via email to