Meetings2011-06-30 » History » Version 29

J. Moringen, 07/16/2011 12:47 AM
mention slides

1 1 J. Moringen
h1. Meetings2011-06-30
2 1 J. Moringen
3 7 J. Moringen
{{>toc}}
4 7 J. Moringen
5 1 J. Moringen
h2. Use-case Analysis Presentations
6 1 J. Moringen
7 1 J. Moringen
* Stefan
8 29 J. Moringen
_See attached slides._
9 12 J. Wienke
** Spread cross-compiling does not work well
10 12 J. Wienke
** RSC more fine-grained because one single library to load wastes memory
11 12 J. Wienke
*** build all smaller libs with one CMake but configure via options what is required
12 12 J. Wienke
** Make tests and spread binary finding optional in RSB
13 13 J. Wienke
** How to map CAN messages to RSB messages (Shadow Hand uses a more complicated protocol than Stefan's robot)
14 14 J. Wienke
** Performance requirements:
15 14 J. Wienke
*** 1 Mbit on the CAN bus
16 14 J. Wienke
*** Marshaling could waste CPU
17 19 J. Wienke
** Robert and Stefan will further discuss what is required to build a more or less generic CAN to RSB bridge
18 1 J. Moringen
* Florian
19 16 J. Wienke
** Sending and receiving in a gstreamer pipeline using RSB
20 16 J. Wienke
** Audio missing
21 16 J. Wienke
** Overview about available classes
22 16 J. Wienke
** nearly easier than XCF
23 17 J. Wienke
* Christoph
24 18 J. Wienke
** high-level data, IPC
25 18 J. Wienke
*** how to use or define common types for this (type-safety vs. flexibility)
26 18 J. Wienke
**** Frederic: e.g. starting from BTL and ROS messages
27 18 J. Wienke
**** make a publicly available repository that is visible
28 18 J. Wienke
*** migration path from XCF
29 18 J. Wienke
** video
30 18 J. Wienke
*** for one computer there's a shared memory solution existing (later to be ported)
31 18 J. Wienke
*** common types for images as protocol
32 18 J. Wienke
**** support compression (e.g. run-length coding)
33 18 J. Wienke
*** avoid extensions to this type(?)
34 1 J. Moringen
* Robert
35 19 J. Wienke
** using pbuf code not in whole app, how to convert to real domain types?
36 21 J. Wienke
*** 2-step procedure
37 21 J. Wienke
**** protobuf - network, centrally shared to provide compatibility
38 21 J. Wienke
**** protobuf - domain, several ways because several domain objects with different dependencies, really centrally shared? - dependency hell?
39 20 J. Wienke
*** fast decision required
40 10 J. Moringen
* Johannes/Jan
41 28 J. Moringen
** Conditional Sending
42 10 J. Moringen
*** Problem statement and requirements
43 10 J. Moringen
*** Implementation Plan
44 10 J. Moringen
** Inter-Segment Communication
45 10 J. Moringen
*** Clarification
46 10 J. Moringen
*** Documentation: wiki page
47 8 J. Moringen
48 11 J. Moringen
h2. Additional Topics
49 11 J. Moringen
50 11 J. Moringen
* Client/Server Communication
51 11 J. Moringen
* Inprocess and Shmem Communication
52 27 J. Wienke
** locking oder kopie
53 11 J. Moringen
* SynchronizedQueue:tryPop() -> bug report
54 11 J. Moringen
* XCF Migration
55 22 J. Wienke
** Translation between XML and protobuf?
56 22 J. Wienke
*** XML less desired
57 23 J. Wienke
*** automatic translation based on XML schema could be a solution
58 23 J. Wienke
*** protobuf probably suitable to represent all existing concepts like XML
59 24 J. Wienke
** XPath like is a really desired feature
60 11 J. Moringen
** CTU compatibility layer
61 11 J. Moringen
** Active Memory
62 11 J. Moringen
63 8 J. Moringen
h2. Outlook: Next Meeting(s)
64 8 J. Moringen
65 8 J. Moringen
* Thies
66 8 J. Moringen
* Hendrik / Ramin
67 26 J. Wienke
* Introduction of automatic translation between protobuf and the rest [Jan]