Meetings2011-06-30 » History » Version 17

J. Wienke, 06/30/2011 05:11 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 17 J. Wienke
** tasks
24 17 J. Wienke
*** high-level data, IPC
25 17 J. Wienke
**** how to use or define common types for this (type-safety vs. flexibility)
26 17 J. Wienke
***** Frederic: e.g. starting from BTL and ROS messages
27 17 J. Wienke
***** make a publicly available repository that is visible
28 17 J. Wienke
**** migration path from XCF
29 17 J. Wienke
*** video
30 17 J. Wienke
**** for one computer there's a shared memory solution existing (later to be ported)
31 17 J. Wienke
**** common types for images as protocol
32 17 J. Wienke
***** support compression (e.g. run-length coding)
33 17 J. Wienke
**** avoid extensions to this type(?)
34 17 J. Wienke
* Robert
35 10 J. Moringen
* Johannes/Jan
36 10 J. Moringen
** Conditional Sending (see above)
37 10 J. Moringen
*** Problem statement and requirements
38 10 J. Moringen
*** Implementation Plan
39 10 J. Moringen
** Inter-Segment Communication
40 10 J. Moringen
*** Clarification
41 10 J. Moringen
*** Documentation: wiki page
42 8 J. Moringen
43 11 J. Moringen
h2. Additional Topics
44 11 J. Moringen
45 11 J. Moringen
* Client/Server Communication
46 11 J. Moringen
* Inprocess and Shmem Communication
47 11 J. Moringen
* SynchronizedQueue:tryPop() -> bug report
48 11 J. Moringen
* XCF Migration
49 11 J. Moringen
** CTU compatibility layer
50 11 J. Moringen
** Active Memory
51 11 J. Moringen
52 8 J. Moringen
h2. Outlook: Next Meeting(s)
53 8 J. Moringen
54 8 J. Moringen
* Thies
55 8 J. Moringen
* Hendrik / Ramin