Meetings2011-06-30 » History » Version 18

J. Wienke, 06/30/2011 05:13 PM

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 12 J. Wienke
** Spread cross-compiling does not work well
9 12 J. Wienke
** RSC more fine-grained because one single library to load wastes memory
10 12 J. Wienke
*** build all smaller libs with one CMake but configure via options what is required
11 12 J. Wienke
** Make tests and spread binary finding optional in RSB
12 13 J. Wienke
** How to map CAN messages to RSB messages (Shadow Hand uses a more complicated protocol than Stefan's robot)
13 14 J. Wienke
** Performance requirements:
14 14 J. Wienke
*** 1 Mbit on the CAN bus
15 14 J. Wienke
*** Marshaling could waste CPU
16 15 J. Wienke
** Robert and Stefan will further discuss what is required to build a more or less generic CAN ti RSB bridge
17 1 J. Moringen
* Florian
18 16 J. Wienke
** Sending and receiving in a gstreamer pipeline using RSB
19 16 J. Wienke
** Audio missing
20 16 J. Wienke
** Overview about available classes
21 16 J. Wienke
** nearly easier than XCF
22 17 J. Wienke
* Christoph
23 18 J. Wienke
** high-level data, IPC
24 18 J. Wienke
*** how to use or define common types for this (type-safety vs. flexibility)
25 18 J. Wienke
**** Frederic: e.g. starting from BTL and ROS messages
26 18 J. Wienke
**** make a publicly available repository that is visible
27 18 J. Wienke
*** migration path from XCF
28 18 J. Wienke
** video
29 18 J. Wienke
*** for one computer there's a shared memory solution existing (later to be ported)
30 18 J. Wienke
*** common types for images as protocol
31 18 J. Wienke
**** support compression (e.g. run-length coding)
32 18 J. Wienke
*** avoid extensions to this type(?)
33 17 J. Wienke
* Robert
34 10 J. Moringen
* Johannes/Jan
35 10 J. Moringen
** Conditional Sending (see above)
36 10 J. Moringen
*** Problem statement and requirements
37 10 J. Moringen
*** Implementation Plan
38 10 J. Moringen
** Inter-Segment Communication
39 10 J. Moringen
*** Clarification
40 10 J. Moringen
*** Documentation: wiki page
41 8 J. Moringen
42 11 J. Moringen
h2. Additional Topics
43 11 J. Moringen
44 11 J. Moringen
* Client/Server Communication
45 11 J. Moringen
* Inprocess and Shmem Communication
46 11 J. Moringen
* SynchronizedQueue:tryPop() -> bug report
47 11 J. Moringen
* XCF Migration
48 11 J. Moringen
** CTU compatibility layer
49 11 J. Moringen
** Active Memory
50 11 J. Moringen
51 8 J. Moringen
h2. Outlook: Next Meeting(s)
52 8 J. Moringen
53 8 J. Moringen
* Thies
54 8 J. Moringen
* Hendrik / Ramin