From c642351e96371e40aeda287f8d8866c2298fbd2a Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Mon, 3 Jun 2019 16:14:21 +0200 Subject: [PATCH] Add public post plan --- doc/public_post_plan.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/public_post_plan.md diff --git a/doc/public_post_plan.md b/doc/public_post_plan.md new file mode 100644 index 0000000..67a0c17 --- /dev/null +++ b/doc/public_post_plan.md @@ -0,0 +1,23 @@ + +Plan for a first public post/announcement. +This week. + +Simple example: +* Jupyter notebook to plot: + * subscription callback duration + * CPU cycles/callback +* and resolve/demangle symbols +* Include all files/scripts needed to get the result, but keep it simple +* To be hosted somewhere +* With some documentation/guide on how to try it out + +Post: +* Mention that we're working on this +* Talk about goals in general +* Target = next release +* Show off example +* Invite people to ask questions/discuss + +Architecture considerations (right now but also later): +* Try to use a dataframe as a ROS model abstraction, instead of first going through a layer with python data structures +* \ No newline at end of file