Activity

From 01/16/2013 to 02/14/2013

02/14/2013

05:03 PM Tasks #1415 (In Progress): Document writing converters in manual
General description and details for C++ are done. J. Moringen
02:28 PM Tasks #1415 (In Progress): Document writing converters in manual
There is some material [[Writing Converters]] and [[ProtocolBufferConverter]]. J. Moringen
04:00 PM Tasks #1418 (New): Describe Recommend Way of using Domain Classes and Converters in the manual
How to deal with custom data types, protobuf types, rst etc.
Fragments from the wiki:
_Note: more basic explana...
J. Wienke
02:26 PM Tasks #1414 (New): Document receiving and processing using a thread-safe queue
For C++, there already is an example program in the rsb-cpp project. J. Moringen

02/13/2013

05:32 PM Bug #1412 (Resolved): Performance degradation using RPC calls from Python (master) to rsbag 0.7 a...
Applied in changeset rsb-cl|commit:adf268b8d2c30f01d53b34284c0c78580bfceee9. J. Moringen
04:22 PM Bug #1412: Performance degradation using RPC calls from Python (master) to rsbag 0.7 and master
The problem was that the @TCP_NODELAY@ option was not applied when operating in bus server mode.
This problem may ...
J. Moringen
04:14 PM Bug #1412 (In Progress): Performance degradation using RPC calls from Python (master) to rsbag 0....
J. Moringen
02:20 PM Bug #1412 (Resolved): Performance degradation using RPC calls from Python (master) to rsbag 0.7 a...
A roundtrip for calling @emitandnext@ from python to a running rsbag instance with remote control interface takes app... J. Wienke
02:15 PM Bug #1411 (Resolved): TCP_NODELAY missing in python socket transport
There is no way to enabled TCP_NODELAY for the python socket transport implementation and it is not set as the default. J. Wienke
02:02 PM Bug #487: Converters for fundamental types are not implemented [Python]
uint32 is missing J. Wienke
02:01 PM Bug #1410 (New): Python socket transport swallows missing converter errors silently so that clien...
The current implementation of the socket transport only defines the following error hook on the connection:... J. Wienke

02/12/2013

10:01 PM RSBag Bug #1409: Seeking with remote control interface does not work
Also, does this only happen for backwards seeks? J. Moringen
09:54 PM RSBag Bug #1409: Seeking with remote control interface does not work
Please provide the output of @bag-play --version@ as well. J. Moringen
09:38 PM RSBag Bug #1409 (Feedback): Seeking with remote control interface does not work
I cannot reproduce (with master). Can you provide the log file in question? J. Moringen
09:33 PM RSBag Bug #1409 (In Progress): Seeking with remote control interface does not work
Trying to reproduce. J. Moringen
09:20 PM RSBag Bug #1409 (Resolved): Seeking with remote control interface does not work
I am using the remote control interface over the socket transport for replaying a bag file. It seems that the seek me... J. Wienke

02/11/2013

03:34 PM Bug #1408 (Resolved): Converter registration should be possible without rewriting default partici...
I currently have the problem that a library I am using in my code (XTT) is registering some converters for the dataty... D. Klotz

02/08/2013

01:26 PM RSBag Bug #1170: Recording video with rsbag-tools-cl 0.7 with rst injected crashes shortly after record...
This is most likely caused by the badger-timeout problem. However, project:rsbag and in particular bag-record will ge... J. Moringen
12:43 PM Bug #1404 (Resolved): It's impossible to add a 'void' method to a local RPC server in Python
J. Wienke
11:20 AM Bug #1404: It's impossible to add a 'void' method to a local RPC server in Python
This is what happens on the server side, the client just doesn't get an answer: ... D. Klotz
11:12 AM Bug #1404: It's impossible to add a 'void' method to a local RPC server in Python
This problem is also present in the @master@, the default still seems to be @object@. D. Klotz
10:12 AM Bug #1404: It's impossible to add a 'void' method to a local RPC server in Python
@server.addMethod("say", say, str, type(None))@ works, @server.addMethod("say", say, str, None)@ does not (although s... D. Klotz

02/07/2013

08:45 PM Bug #1404: It's impossible to add a 'void' method to a local RPC server in Python
Btw: could you add the target version to this issue? J. Moringen
08:44 PM Bug #1404 (Feedback): It's impossible to add a 'void' method to a local RPC server in Python
Well, there are @None@ and @type(None)@:... J. Moringen
04:08 PM Bug #1404 (Resolved): It's impossible to add a 'void' method to a local RPC server in Python
It is impossible to register a method that does not return a value for RPC servers created in Python, because there d... D. Klotz
04:52 PM Tasks #1403: improve build system Doc
"# fill build.properties with the required variables to succeed with the build"
what are the required variables?
C. Dreyer
04:46 PM Tasks #1403: improve build system Doc
"Afterwards, we can install the jar-file and the license:"
in the build.xml this is located before the aforementione...
C. Dreyer
04:42 PM Tasks #1403: improve build system Doc
after manually renaming protobuf.jar into protobuf-java.jar
the build finished successfully
C. Dreyer
04:40 PM Tasks #1403: improve build system Doc
the protobuf lib is called protobuf.jar not protobuf-java.jar C. Dreyer
04:37 PM Tasks #1403: improve build system Doc
"Now, unit tests can be executed using ant test."
this will return an error:
Buildfile: build.xml
BUILD FAILED
...
C. Dreyer
04:18 PM Tasks #1403: improve build system Doc
"
Note
Hamcrest is a dependency of JUnit in the version installed by Ubuntu GNU/Linux. Other distributions may ...
C. Dreyer
04:15 PM Tasks #1403: improve build system Doc
after installing the rsb binaries ther are 3 versions of rsb*.jar!
in the build.xml and the tutorial it says:
<pr...
C. Dreyer
04:06 PM Tasks #1403: improve build system Doc
"With this declaration, ant parses a the file build.properties which consists *or* key=value definitions."
should be...
C. Dreyer
03:57 PM Tasks #1403: improve build system Doc
"The folder layout of our tutorial project will look as follows." No it doesn't! readme.txt is missing C. Dreyer
03:49 PM Tasks #1403: improve build system Doc
Point user to binary download of JAR: http://docs.cor-lab.org/rsb-manual/trunk/html/install.html#install-binary-java S. Wrede
03:46 PM Tasks #1403: improve build system Doc
JUnit: @sudo apt-get install junit4@ S. Wrede
03:42 PM Tasks #1403 (Closed): improve build system Doc
Wie werden notwendige Voraussetzungen installiert?
apt-get ???
C. Dreyer
10:38 AM Support #1399: Matlab Installation Doc
You're right, these figures do exist. But they are partially specific for certain scenarios / systems (such as AMARSi... S. Wrede
09:39 AM Support #1399: Matlab Installation Doc
This is the wrong place for a discussion, but I nevertheless put this statement here:
Even though I feel like know...
F. Reinhart

02/06/2013

08:34 PM Bug #1401 (New): Sphinx-based documentation for rsb-matlab
We need to udpate and transform the rsb-matlab documentation from the Wiki to a Sphinx module. S. Wrede
08:33 PM Tasks #1400 (Closed): Provide build jobs for binary deployment of Java libraries
* Check rsb (0.7 and master)
* Check rst-{stable,sandbox} for 0.7 and master
* Provide build jobs for rsb.m
S. Wrede
08:30 PM Support #1399: Matlab Installation Doc
First, it is true that we need to update the documentation (which I just gave at least some love). Second, we probabl... S. Wrede
07:36 PM Support #1399: Matlab Installation Doc
Actually I never really worked much with the matlab stuff. Sebastian? Can you provide something? J. Wienke
07:10 PM Support #1399: Matlab Installation Doc
I think Felix meant the installation and configuration of rsb-matlab with ant. This is missing at docs.cor-lab.org. B... C. Emmerich
06:00 PM Support #1399: Matlab Installation Doc
Is this sufficient: [[RSBm]]? J. Wienke
05:36 PM Support #1399 (New): Matlab Installation Doc
Please provide short docu for rsb-matlab installation. F. Reinhart

02/05/2013

07:45 PM Bug #1398 (Resolved): System configuration files are expected in /etc/ instead of $prefix/etc
J. Moringen
12:05 PM RSB XML Support Feature #1322 (Closed): Sinnvolle Integrationtests für rsb-java-xml
L. Kettenbach

02/01/2013

12:36 PM Bug #1175 (Resolved): OpenCV preprocessor symbol collides with ParticipantConfig::ErrorStrategy e...
Applied in changeset rsb-cpp|commit:6d74303e6128b5f9e940b370a97594830ad4acee. J. Wienke
09:28 AM Bug #1175 (In Progress): OpenCV preprocessor symbol collides with ParticipantConfig::ErrorStrateg...
J. Wienke
12:36 PM Tasks #1016 (Resolved): Move ProtocolBufferConverter Implementation into Header File
Applied in changeset rsb-cpp|commit:e9889f4ea073753eb8c156f35a6247ebfbd84eba. J. Wienke
11:58 AM Tasks #1016: Move ProtocolBufferConverter Implementation into Header File
Not 100% sure, but at least the existing converters don't use it. S. Wrede
09:24 AM Tasks #1016: Move ProtocolBufferConverter Implementation into Header File
There is a first possible solution in the respective feature branch. I moved the type to wire schema functions into p... J. Wienke
09:00 AM Tasks #1016 (In Progress): Move ProtocolBufferConverter Implementation into Header File
J. Wienke
09:27 AM Tasks #1174 (Rejected): Document buffer in manual
Due to the ongoing work an unknown outcome where the buffers will end up I would reject this issue for now. We will f... J. Wienke

01/31/2013

06:55 PM Enhancement #1246 (Resolved): Make language switcher in manual more salient
Applied in changeset rsb-manual|commit:d3f84e92587809a20df47cc1bc81000d5eb6455d. J. Wienke
05:05 PM Enhancement #1246 (In Progress): Make language switcher in manual more salient
J. Wienke
02:09 PM Bug #1232: Incorrect Debian package dependency in rsb-tools-cpp0.8
Versions need to be 0.9 now. J. Wienke
02:08 PM Tasks #1234 (Resolved): Rename tools version -> info
Seems to be done since some time. J. Wienke
02:06 PM Bug #1162 (Resolved): Search for boost chrono if boost version >= 1.50
I think I fixed everything for this. J. Wienke
01:21 PM Enhancement #1274 (Resolved): Windows documentation fixes for python
Applied in changeset rsb-manual|commit:dfd3dcf2c9a47a6e4d6d2df7d300d812b3bcfdce. J. Wienke
12:52 PM Enhancement #1274 (In Progress): Windows documentation fixes for python
I will fix these for 0.9. J. Wienke

01/29/2013

03:37 PM Feature #572 (Rejected): Include version information in source archives built by jenkins (was: sv...
I don't think this is still of any relevance. Reopen if required. J. Wienke
02:04 PM Bug #1369: Project version cannot be defined if a shallow clone is used
Python also only has support for this in 0.9. Fixed. J. Wienke
01:55 PM Bug #1369 (Resolved): Project version cannot be defined if a shallow clone is used
See #1367 for reasons. At least preserve the hash if git describe failes. J. Wienke
01:54 PM Bug #1368 (Resolved): Project version cannot be defined if a shallow clone is used
In 0.7 there was now commit hash at all. So this is fixed now. J. Wienke
01:24 PM Bug #1368 (Resolved): Project version cannot be defined if a shallow clone is used
See #1367 for reasons. At least preserve the hash if git describe failes. J. Wienke
11:44 AM RSB XML Support Tasks #1321 (Closed): Jenkins Jobs konfigurieren
L. Kettenbach

01/28/2013

05:38 PM Tasks #1365 (New): Participant-wise configuration
With the availability of plugins it becomes more important to configure individual participants, as plugins can easil... J. Wienke
05:25 PM Bug #1356 (Resolved): Configuration via (some? all?) environment variables does not work anymore
J. Wienke

01/25/2013

03:40 PM Bug #1358 (Resolved): Example for converter registration in Python is wrong
Applied in changeset rsb-python|commit:dd9e64a1bd4b6ba75858fe18df567383d28a92d9. J. Moringen
03:33 PM Bug #1358 (Resolved): Example for converter registration in Python is wrong
J. Moringen
09:28 AM Bug #1356: Configuration via (some? all?) environment variables does not work anymore
This is automatically resolved with #1357. J. Wienke
09:25 AM Bug #1356: Configuration via (some? all?) environment variables does not work anymore
Caused by #1357 J. Wienke
08:59 AM Bug #1356: Configuration via (some? all?) environment variables does not work anymore
probably i have caused this. will have a look J. Wienke

01/24/2013

12:16 AM Bug #1356 (Resolved): Configuration via (some? all?) environment variables does not work anymore
In previous versions, one could do the following (the manual also claims that this works, e.g. http://docs.cor-lab.de... J. Moringen
03:07 PM RSBag Bug #1354 (Resolved): bag-cat produces WAV files which cannot be processed by some tools
Applied in changeset rsb:rsb-tools-cl|commit:dac7e1d0cf2c7f18c122adbd73b88696f11a8b4a. J. Moringen
01:14 PM RSBag Bug #1354 (Resolved): bag-cat produces WAV files which cannot be processed by some tools
In GStreamer, the problem looks like this:... J. Moringen
12:28 PM RSB XML Support Bug #1353 (Resolved): Debian package cannot be installed
The Debian package (@librsbxml0.9@) has incorrect dependency entries for RS{C,B} (@rsc0.9@, @rsb0.9@ instead of @libr... J. Moringen

01/23/2013

02:07 PM Bug #1339 (Resolved): Wrong prefix in pkg-config files of the packages
Applied in changeset rsb-cpp|commit:3d2462937365d00f51e991f68875f5ef58560565. Anonymous

01/22/2013

03:25 PM RSBag Feature #1347: Minimal support for ROSbag file format
Raphael has some example ROSbags. J. Moringen
03:22 PM RSBag Feature #1347 (In Progress): Minimal support for ROSbag file format
J. Moringen

01/21/2013

08:17 PM Bug #485 (In Progress): Converters for Fundamental Types are not Implemented [Java]
J. Moringen

01/17/2013

04:49 PM Feature #1244 (Resolved): Ant-generated Jar-file unusable for ADT projects
J. Wienke
03:59 PM Feature #1244: Ant-generated Jar-file unusable for ADT projects
The new generated jar file works for android. I consider this issue as solved S. Jebbara
09:08 AM Feature #1244 (Feedback): Ant-generated Jar-file unusable for ADT projects
Soufian? Ping? J. Wienke
02:21 PM Bug #1331 (Resolved): Parallel access to protobuf event payload not thread-safe in python?
We have tried to work around this issue with the attached commits on this report. By removing the logging output it i... J. Wienke
02:06 PM Bug #1331: Parallel access to protobuf event payload not thread-safe in python?
This is an implementation issue in the protocol buffers python API. We have reported it there:
http://code.google.co...
J. Wienke
09:25 AM Bug #1331: Parallel access to protobuf event payload not thread-safe in python?
From our discussion yesterday I just checked what happens to the event after passing it into the OrderedQueueDispatch... J. Wienke
11:29 AM Bug #1339 (Resolved): Wrong prefix in pkg-config files of the packages
The @.pc@ files incorrectly define the prefix and pathes to be in @/usr/local@, where infact it should be @/usr/@, wh... Anonymous

01/16/2013

09:40 PM Bug #1334 (Resolved): Configuring loggers does not work using environment variables.
This is now completely fixed in master, so that RSC_LOGGING_YOUR_LOGGER_LEVEL=BLA works. However, I had to change int... J. Wienke
09:21 PM Bug #1334: Configuring loggers does not work using environment variables.
With the resolution for #1336 the specification now works using RSC_RSC_LOGGING* variables. This is still suboptimal ... J. Wienke
07:34 PM Bug #1334: Configuring loggers does not work using environment variables.
This is caused by the fact that the current logging system in RSC is case-sensitive, but option handling from the env... J. Wienke
07:11 PM Bug #1334 (In Progress): Configuring loggers does not work using environment variables.
J. Wienke
02:29 PM Bug #1334 (Resolved): Configuring loggers does not work using environment variables.
The following log message will not be shown, regardless of the shell's environment:... L. Schillingmann
06:20 PM Bug #1331: Parallel access to protobuf event payload not thread-safe in python?
This also happens when using the spread transport. So no socket transport error. J. Wienke
05:18 PM Bug #1331: Parallel access to protobuf event payload not thread-safe in python?
So far I've unfortunately NOT been able to reproduce this error by just doing lots of reading operations on a ProtoBu... D. Klotz
04:26 PM Bug #1335 (New): Socket transport in Python silently drops events
It seems that under certain circumstances, the socket transport in rsb-python can silently drop / not deliver / not c... D. Klotz
03:29 PM Bug #1251: The current versioning scheme of RSC/RSB is inconsistent
No, but that discussion would be off-topic for this issue. I will take care of the build jobs later. J. Moringen
03:10 PM Bug #1251: The current versioning scheme of RSC/RSB is inconsistent
API keys have changed. Can this explain the problems? J. Wienke
03:02 PM Bug #1251: The current versioning scheme of RSC/RSB is inconsistent
I believe the CL jobs have been broken by the Jenkins update. Probably because HTTP access to workspaces works differ... J. Moringen
11:22 AM Bug #1251: The current versioning scheme of RSC/RSB is inconsistent
Everything apart from CL and known problems seems to compile again on jenkins. J. Wienke
 

Also available in: Atom