Activity

From 03/31/2013 to 04/29/2013

04/29/2013

08:40 PM Enhancement #1479: Unzureichender RST Install Guide
Etwas klarer, funktioniert aber immer noch nicht.
* Wenn man den neuen Ordner erstellt und in dem versucht das cmake...
F. Tristram
06:33 PM Enhancement #1479 (Feedback): Unzureichender RST Install Guide
Wir haben versucht, die Anleitung zu verbessern. Ist es jetzt klarer? J. Moringen
06:32 PM Revision 98fce5b5 (rst-manual): Fine-tuned shell commands in install.rst
refs #1479
* install.rst: fine-tuned shell commands
J. Moringen
06:26 PM Revision ee6e9829 (rst-manual): Minor fixes, mention RSC in install.rst
refs #1479
* install.rst: minor fixes; mention installation of RSC as first step
of the installation process
J. Moringen
06:26 PM Revision b88efdfb (rst-manual): Added minimal explanation of "install prefix" in install.rst
refs #1479
* install.rst: added minimal explanation of "install prefix" in "From
Source" section
J. Moringen
06:25 PM Revision 4edea1fe (rst-manual): Determine released vs. master version in CMakeLists.txt
refs #1479
* CMakeLists.txt: use RSC's DEFINE_PROJECT_VERSION macro to determine
released vs. master version; set ...
J. Moringen
06:09 PM Revision 4e4b0ab5 (rst-manual): Added minimal explanation of "install prefix" in install.rst
refs #1497
* install.rst: added minimal explanation of "install prefix" in "From
Source" section
J. Moringen
06:06 PM Revision 7796f9db (rst-manual): Determine released vs. master version in CMakeLists.txt
refs #1497
* CMakeLists.txt: use RSC's DEFINE_PROJECT_VERSION macro to determine
released vs. master version; set ...
J. Moringen
04:53 PM Revision 3b18f235 (rst-manual): Added _static/{enum,message,package}-sandbox.svg
refs #1384
* _static/enum-sandbox.svg: new file; like _static/enum.svg but with
"draft stamp" to indicate sandbox ...
J. Moringen
04:53 PM Revision b5b89648 (rst-manual): Added message icon in corlab/static/corlab.css
refs #1384
Hopefully, this can later be different icons for stable and unstable
definitions.
* corlab/static/corlab...
J. Moringen
04:53 PM Revision 0fa491ae (rst-manual): Improved on CSS float clear hack in corlab/static/corlab.css
Note: the new solution requires help from the rosetta-doc tools: when
the generates package or message lists, it has ...
J. Moringen
04:53 PM Revision 62661898 (rst-manual): Use SVG images for package and message graphs
* _static/embed-svgs.js: new file; change SVG images <img/> -> <embed/>
* _static/enum.svg: new file; icon for enums
...
J. Moringen
04:53 PM Revision bf0dd18b (rst-manual): Added links to data type lists in glossary.rst
* glossary.rst: added links to data type lists for "package", "stable"
and "sandbox" entries
* data-types.rst: adde...
J. Moringen
04:53 PM Revision 632ee5c2 (rst-manual): Use rosetta-doc tool to generate descriptions of data types
fixes #1263
The process is as follows
1. For each domain (e.g. stable, sandbox), collect a list of IDL files
via...
J. Moringen
04:53 PM Revision 5cd7829d (rst-manual): Added "package" glossary entry in glossary.rst
* glossary.rst: added "package" entry
* data-types.rst: added glossary references for "package"
J. Moringen

04/28/2013

04:07 PM Enhancement #1479 (Resolved): Unzureichender RST Install Guide
Ich habe versucht den Schritten 'Installing RST from Source' zu folgen (http://docs.cor-lab.de//rst-manual/trunk/html... F. Tristram

04/25/2013

12:06 PM Feature #1476 (Feedback): Allow explicit selection of built converters
In my current scenario, I want to explicitly switch off compilation for OpenCV converters (as OpenCV can not be easil... S. Wrede

04/24/2013

01:49 PM Tasks #1475 (Resolved): Support deserialization of yuv422 images in python
Applied in changeset rst-converters|commit:d2e0e571ddd39e75735f7903a5ae0ac2a1451ec8. J. Wienke
01:49 PM Revision d2e0e571 (rst-converters): Backport: Add deserialization support for yuv422 images.
As the python implementation for this is much too slow, I had to add a C
extension performing the conversion. We will...
J. Wienke
01:37 PM Revision fcb3a119 (rst-converters): Add deserialization support for yuv422 images.
As the python implementation for this is much too slow, I had to add a C
extension performing the conversion. We will...
J. Wienke
01:37 PM Revision b040dd4c (rst-converters-python): Add deserialization support for yuv422 images.
As the python implementation for this is much too slow, I had to add a C
extension performing the conversion. We will...
J. Wienke

04/23/2013

04:02 PM Tasks #1475 (Resolved): Support deserialization of yuv422 images in python
A pure python implementation is much too slow. J. Wienke

04/22/2013

10:30 PM Bug #1472: rst::vision:Image.set_data (char* data) truncates on \0 byte
Rejected is fine.
I cannot change anything, since I do not have any role whatsoever for this project. Thats fine a...
M. Schöpfer
10:28 PM Bug #1472: rst::vision:Image.set_data (char* data) truncates on \0 byte
There may be different workflow permissions for roles like reporters and developers. J. Wienke
10:26 PM Bug #1472: rst::vision:Image.set_data (char* data) truncates on \0 byte
I closed it by changing the status to "Rejected". You should have been able to close the issue as well. Did you maybe... J. Moringen
10:24 PM Bug #1472: rst::vision:Image.set_data (char* data) truncates on \0 byte
-.- *someone* may close the issue, i cannot M. Schöpfer
10:24 PM Bug #1472: rst::vision:Image.set_data (char* data) truncates on \0 byte
I know *now* (as I have written above) that the char*, size_t version works.
So, nevermind, I will just close the ...
M. Schöpfer
10:23 PM Bug #1472 (Rejected): rst::vision:Image.set_data (char* data) truncates on \0 byte
Now I understand. You are right, from a user's perspective the current behavior is far from optimal.
> I do not k...
J. Moringen
10:22 PM Bug #1472: rst::vision:Image.set_data (char* data) truncates on \0 byte
Additionally: https://developers.google.com/protocol-buffers/docs/reference/cpp-generated#fields J. Wienke
10:20 PM Bug #1472: rst::vision:Image.set_data (char* data) truncates on \0 byte
There is a signature with @char*, size_t@. That's the one you should use.
I don't even see a way how to document t...
J. Wienke
10:15 PM Bug #1472: rst::vision:Image.set_data (char* data) truncates on \0 byte
Ok, I know, this has to be done in order, but when you set width, height and depth of an image, you assume that data ... M. Schöpfer
10:10 PM Bug #1472 (Feedback): rst::vision:Image.set_data (char* data) truncates on \0 byte
J. Moringen
10:10 PM Bug #1472: rst::vision:Image.set_data (char* data) truncates on \0 byte
First of all, I'm afraid, we cannot do anything about this: The @Image.data@ field is defined as... J. Moringen
10:01 PM Bug #1472 (Rejected): rst::vision:Image.set_data (char* data) truncates on \0 byte
When you pass an abritatry chunk of data to an rst::vision::Image via set_data (char*), it will get truncated at the ... M. Schöpfer

04/19/2013

10:35 AM Tasks #1467 (Resolved): Review and merge RST changes of HUMAVIPS Year 3 development
The HUMAVIPS project worked in Year 3 with its own copy of the RST repository. We should decide when to merge (which)... S. Wrede
10:32 AM Tasks #1466 (New): Review and merge RST changes of ISY lecture
The ISY students currently (WS12/13) work on their own copy of the RST repository. We should decide when to merge (wh... S. Wrede

04/11/2013

07:27 PM Bug #1424: rst-convertersConfig.cmake needs to expose library dependencies for all dependencies
I don't really understand the feedback and what is happening here. We only build the opencv-converters if opencv is g... J. Wienke
06:12 PM Bug #1424: rst-convertersConfig.cmake needs to expose library dependencies for all dependencies
Feedback by Alexandre Tuleu:
bq. I have a file /usr/share/rst-converters0.9/rst-converters-depends-relWithDebInfo....
Anonymous

04/10/2013

02:20 PM Revision 2a80a410 (rst-manual): Explain messages from Python's logging module in troubleshooting.rst
refs #1460
* troubleshooting.rst: added entry for Python logging's "No handlers
could be found for logger "rstsand...
J. Moringen
01:42 PM Bug #1460 (Rejected): Unclear error/warning: No handlers could be found for logger "rstsandbox"
This output is produced by Python's logging framework to indicate that logging has not been configured. We cannot do ... J. Moringen
11:26 AM Bug #1460 (Rejected): Unclear error/warning: No handlers could be found for logger "rstsandbox"
When importing rstsandbox of rst0.9 in python (trunk installation from debian packages), you get an unclear error/war... Anonymous

04/05/2013

03:52 PM Revision fef68bdd (rst-proto): TODO temp commit: configuration types
J. Moringen

04/02/2013

06:18 PM Tasks #1455 (Resolved): Improve description of rst installation
Applied in changeset rst-manual|commit:c9b356b9d9fe81cda79fcf90832b4431e6a2dd08. J. Moringen
06:14 PM Tasks #1455 (In Progress): Improve description of rst installation
The patch seems to be against either against the 0.7 branch or an older commit in the master branch since there is no... J. Moringen
06:09 PM Tasks #1455: Improve description of rst installation
The patch is intended for the trunk (0.9) version A. Lemme
06:06 PM Tasks #1455 (Feedback): Improve description of rst installation
The patch is intended for the 0.7 version of RST, right? J. Moringen
06:01 PM Tasks #1455 (In Progress): Improve description of rst installation
J. Moringen
05:59 PM Tasks #1455: Improve description of rst installation
I attached a patch file with the changes. A. Lemme
05:53 PM Tasks #1455 (Resolved): Improve description of rst installation
cannot git push changes for documentation.
A. Lemme
06:17 PM Revision c9b356b9 (rst-manual): Explain installation of converters in install.rst
fixes #1455
* install.rst: in shell fragments, change into correct respective
submodule directory; added installat...
J. Moringen
06:15 PM Revision 6329cfbc (rst-manual): Added option RSB_MANUAL_DIR in CMakeLists.txt
* CMakeLists.txt: added option RSB_MANUAL_DIR which was missing, but
was used to configure conf.py.in
J. Moringen
05:58 PM Revision d7fea170 (rst-proto): Fixed docstring syntax in proto/sandbox/rst/kinematics/Propriocept...
* proto/sandbox/rst/kinematics/ProprioceptionState.proto: joined
@deprecated part with rest of documentation string...
J. Moringen
05:57 PM Revision cb5179ad (rst-proto): Improved documentation string in proto/sandbox/rst/vision/HeadObje...
* proto/sandbox/rst/vision/HeadObject.proto: improved documentation
string of HeadObject.pose
J. Moringen
 

Also available in: Atom