My favorites | Sign in
Project Logo
lcm
                
Details: Show all Hide all

Last 30 days

  • Dec 04, 2009
    r429 ("tcp://" to "tcpq://" transition, TCP provider warning addit...) committed by jan.hrbacek   -   "tcp://" to "tcpq://" transition, TCP provider warning addition
    "tcp://" to "tcpq://" transition, TCP provider warning addition
  • Dec 04, 2009
    r428 (commit randy's latest patch (windows bugfixes) ) committed by ashuang   -   commit randy's latest patch (windows bugfixes)
    commit randy's latest patch (windows bugfixes)
  • Dec 02, 2009
    r427 ("tcp://" --> "tcpq://" change a couple instances of System.o...) committed by ashuang   -   "tcp://" --> "tcpq://" change a couple instances of System.out --> System.err
    "tcp://" --> "tcpq://" change a couple instances of System.out --> System.err
  • Nov 28, 2009
    r426 (csharp branch cleanup, ignore patterns update) committed by jan.hrbacek   -   csharp branch cleanup, ignore patterns update
    csharp branch cleanup, ignore patterns update
  • Nov 26, 2009
    r425 (import the csharp port (core, examples and lcmgen support)) committed by jan.hrbacek   -   import the csharp port (core, examples and lcmgen support)
    import the csharp port (core, examples and lcmgen support)
  • Nov 25, 2009
    r424 (start csharp branch ) committed by ashuang   -   start csharp branch
    start csharp branch
  • Nov 24, 2009
    r423 (remove windows branch (merged into trunk)) committed by ashuang   -   remove windows branch (merged into trunk)
    remove windows branch (merged into trunk)
  • Nov 23, 2009
    r422 (restore accidental rollback of r420) committed by ashuang   -   restore accidental rollback of r420
    restore accidental rollback of r420

Earlier this year

  • Nov 16, 2009
    r421 (merge windows branch into trunk ) committed by ashuang   -   merge windows branch into trunk
    merge windows branch into trunk
  • Nov 13, 2009
    r420 (fix lcmdataoutputstream bug in ensureSize) committed by edwinolson   -   fix lcmdataoutputstream bug in ensureSize
    fix lcmdataoutputstream bug in ensureSize
  • Oct 26, 2009
    r419 (cleanup) committed by ashuang   -   cleanup
    cleanup
  • Oct 25, 2009
    r418 (more cleanup) committed by ashuang   -   more cleanup
    more cleanup
  • Oct 25, 2009
    issue 16 (Trouble building / installing lcm-java utilities) commented on by ashuang   -   the command lcm-logplayer-gui is a wrapper around a java command, you can try running it directly. java -server -Xincgc -Xmx64m -Xms32m -ea -cp /usr/local/share/java/lcm.jar lcm.logging.LogPlayer Please post the output of the following commands: unzip -l /usr/local/share/java/lcm.jar java -version Also attach the output of running "./configure" and "make clean ; make" from the LCM build directory.
    the command lcm-logplayer-gui is a wrapper around a java command, you can try running it directly. java -server -Xincgc -Xmx64m -Xms32m -ea -cp /usr/local/share/java/lcm.jar lcm.logging.LogPlayer Please post the output of the following commands: unzip -l /usr/local/share/java/lcm.jar java -version Also attach the output of running "./configure" and "make clean ; make" from the LCM build directory.
  • Oct 25, 2009
    r417 (cleanups) committed by ashuang   -   cleanups
    cleanups
  • Oct 25, 2009
    r416 (use g_get_current_time instead of gettimeofday ) committed by ashuang   -   use g_get_current_time instead of gettimeofday
    use g_get_current_time instead of gettimeofday
  • Oct 25, 2009
    issue 16 (Trouble building / installing lcm-java utilities) commented on by chris.flesher   -   Hi Albert, Yes the /usr/local/share/java/lcm.jar exists... I also tried making a link to the lcm-0.3.1.jar in the /usr/share/java folder but this didn't help either. Maybe there is some environment variable that needs to be set or something?? Thanks, Chris
    Hi Albert, Yes the /usr/local/share/java/lcm.jar exists... I also tried making a link to the lcm-0.3.1.jar in the /usr/share/java folder but this didn't help either. Maybe there is some environment variable that needs to be set or something?? Thanks, Chris
  • Oct 25, 2009
    issue 16 (Trouble building / installing lcm-java utilities) commented on by ashuang   -   Hi Chris, make sure that you've installed LCM (via sudo make install) and that you're running /usr/local/bin/lcm-logplayer-gui check that /usr/local/share/java/lcm.jar exists do not run the lcm-logplayer-gui from the build directory. Regards, Albert
    Hi Chris, make sure that you've installed LCM (via sudo make install) and that you're running /usr/local/bin/lcm-logplayer-gui check that /usr/local/share/java/lcm.jar exists do not run the lcm-logplayer-gui from the build directory. Regards, Albert
  • Oct 25, 2009
    issue 16 (Trouble building / installing lcm-java utilities) commented on by chris.flesher   -   Hello, Thanks this seemed to compile and install the executable. Now I'm getting another error. It seems if I knew much about Java I'd be able to figure this out... endurance@user:~/Desktop/lcm-0.3.1/lcm-java$ lcm-logplayer-gui Exception in thread "main" java.lang.NoClassDefFoundError: lcm/logging/LogPlayer endurance@user:~/Desktop/lcm-0.3.1/lcm-java$ lcm-spy Exception in thread "main" java.lang.NoClassDefFoundError: lcm/spy/Spy
    Hello, Thanks this seemed to compile and install the executable. Now I'm getting another error. It seems if I knew much about Java I'd be able to figure this out... endurance@user:~/Desktop/lcm-0.3.1/lcm-java$ lcm-logplayer-gui Exception in thread "main" java.lang.NoClassDefFoundError: lcm/logging/LogPlayer endurance@user:~/Desktop/lcm-0.3.1/lcm-java$ lcm-spy Exception in thread "main" java.lang.NoClassDefFoundError: lcm/spy/Spy
  • Oct 24, 2009
    issue 16 (Trouble building / installing lcm-java utilities) changed by ashuang   -   does the output of configure indicate that Java support is enabled? Make sure that Java is installed. On Ubuntu, this is provided by the sun-java6-jdk package. Also make sure that the java runtime and development kit are set to the Sun JDK, and not eclipse or gcj (google for how to use update-java-alternatives)
    Status: Invalid
    Labels: Priority-Low Priority-Medium
    does the output of configure indicate that Java support is enabled? Make sure that Java is installed. On Ubuntu, this is provided by the sun-java6-jdk package. Also make sure that the java runtime and development kit are set to the Sun JDK, and not eclipse or gcj (google for how to use update-java-alternatives)
    Status: Invalid
    Labels: Priority-Low Priority-Medium
  • Oct 24, 2009
    issue 16 (Trouble building / installing lcm-java utilities) reported by chris.flesher   -   What steps will reproduce the problem? 1. Download lcm-0.3.1.tar.gz and extract it 2. cd lcm-0.3.1 3. ./configure 4. sudo make install 5. sudo updatedb 6. locate lcm-logplayer-gui What is the expected output? What do you see instead? None of the java utilities appear anywhere on the system (e.g. lcm-logplayer-gui and lcm-spy). I'm not familiar at all with Java, tried compiling some things but it didn't seem to help. What version of the product are you using? On what operating system? lcm-0.3.1 on Ubuntu 8.04 Please provide any additional information below.
    What steps will reproduce the problem? 1. Download lcm-0.3.1.tar.gz and extract it 2. cd lcm-0.3.1 3. ./configure 4. sudo make install 5. sudo updatedb 6. locate lcm-logplayer-gui What is the expected output? What do you see instead? None of the java utilities appear anywhere on the system (e.g. lcm-logplayer-gui and lcm-spy). I'm not familiar at all with Java, tried compiling some things but it didn't seem to help. What version of the product are you using? On what operating system? lcm-0.3.1 on Ubuntu 8.04 Please provide any additional information below.
  • Oct 24, 2009
    r415 (bugfixes) committed by ashuang   -   bugfixes
    bugfixes
  • Oct 24, 2009
    r414 (apply trunk revisions 410, 411 some code formatting, fixes ) committed by ashuang   -   apply trunk revisions 410, 411 some code formatting, fixes
    apply trunk revisions 410, 411 some code formatting, fixes
  • Oct 23, 2009
    r413 (fix some compile errors) committed by ashuang   -   fix some compile errors
    fix some compile errors
  • Oct 23, 2009
    r412 (import windows port by Randy Sybel as new branch ) committed by ashuang   -   import windows port by Randy Sybel as new branch
    import windows port by Randy Sybel as new branch
  • Oct 21, 2009
    r411 (re-enable accidentally disabled self test) committed by ashuang   -   re-enable accidentally disabled self test
    re-enable accidentally disabled self test
  • Oct 21, 2009
    r410 (replace connect(), writev() with sendmsg experimenting with ...) committed by ashuang   -   replace connect(), writev() with sendmsg experimenting with multicast on localhost interface (linux)
    replace connect(), writev() with sendmsg experimenting with multicast on localhost interface (linux)
  • Oct 08, 2009
    r409 (fix lcm-tester.c to more accurately report success ) committed by ashuang   -   fix lcm-tester.c to more accurately report success
    fix lcm-tester.c to more accurately report success
  • Sep 30, 2009
    r408 (add wrappers around POSIX pipe functions pipe -> lcm_intern...) committed by ashuang   -   add wrappers around POSIX pipe functions pipe -> lcm_internal_pipe_create write -> lcm_internal_pipe_write read -> lcm_internal_pipe_read close -> lcm_internal_pipe_close
    add wrappers around POSIX pipe functions pipe -> lcm_internal_pipe_create write -> lcm_internal_pipe_write read -> lcm_internal_pipe_read close -> lcm_internal_pipe_close
  • Sep 25, 2009
    LCMUdpMulticastProtocol (Description of LCM UDP Multicast Protocol) Wiki page edited by ashuang   -   Revision r407 Edited wiki page through web user interface.
    Revision r407 Edited wiki page through web user interface.
  • Sep 25, 2009
    Documentation (Documentation portal page) Wiki page edited by ashuang   -   Revision r406 Edited wiki page through web user interface.
    Revision r406 Edited wiki page through web user interface.
  • Sep 25, 2009
    LCMUdpMulticastProtocol (Description of LCM UDP Multicast Protocol) Wiki page added by ashuang   -   Revision r405 Created wiki page through web user interface.
    Revision r405 Created wiki page through web user interface.
  • Sep 15, 2009
    r404 (lcm-gen -j: add automatically generated code warning comment...) committed by ashuang   -   lcm-gen -j: add automatically generated code warning comment
    lcm-gen -j: add automatically generated code warning comment
  • Sep 14, 2009
    r403 (fix typo in clean.sh script) committed by ashuang   -   fix typo in clean.sh script
    fix typo in clean.sh script
  • Sep 14, 2009
    issue 11 (Accept LCM URL command line arguments from lcm utilities) Status changed by ashuang   -  
    Status: Fixed
    Status: Fixed
  • Sep 10, 2009
    r402 (Make ClassDiscoverer more robust to exceptions by catching e...) committed by edwinolson   -   Make ClassDiscoverer more robust to exceptions by catching everything (including IncompatibleClassChangeError
    Make ClassDiscoverer more robust to exceptions by catching everything (including IncompatibleClassChangeError
  • Sep 08, 2009
    r401 (manual sync of tutorial) committed by edwinolson   -   manual sync of tutorial
    manual sync of tutorial
  • Sep 08, 2009
    r400 (one more tutorial update) committed by edwinolson   -   one more tutorial update
    one more tutorial update
  • Sep 08, 2009
    r399 (manually synchronize html docs for java-tutorial) committed by edwinolson   -   manually synchronize html docs for java-tutorial
    manually synchronize html docs for java-tutorial
  • Sep 08, 2009
    r398 (improve docs another hair) committed by edwinolson   -   improve docs another hair
    improve docs another hair
  • Sep 08, 2009
    r397 (update java tutorial to reflect changes from a few releases ...) committed by edwinolson   -   update java tutorial to reflect changes from a few releases back. oops.
    update java tutorial to reflect changes from a few releases back. oops.
  • Sep 04, 2009
    Documentation (Documentation portal page) Wiki page edited by ashuang   -   Revision r396 Edited wiki page through web user interface.
    Revision r396 Edited wiki page through web user interface.
  • Aug 21, 2009
    r395 (python build system: use automake macros from PyGTK project...) committed by ashuang   -   python build system: use automake macros from PyGTK project.
    python build system: use automake macros from PyGTK project.
  • Aug 21, 2009
    r394 (Deque -> LinkedList) committed by ashuang   -   Deque -> LinkedList
    Deque -> LinkedList
  • Aug 21, 2009
    r393 (MessageAggregator: use LinkedList instead of ArrayDeque for ...) committed by ashuang   -   MessageAggregator: use LinkedList instead of ArrayDeque for compatibility with Java 1.5 LogFileProvider: print exception stack trace when caught
    MessageAggregator: use LinkedList instead of ArrayDeque for compatibility with Java 1.5 LogFileProvider: print exception stack trace when caught
  • Aug 14, 2009
    r392 (update mime type) committed by ashuang   -   update mime type
    update mime type
  • Aug 14, 2009
    r391 (update mime type) committed by ashuang   -   update mime type
    update mime type
  • Aug 14, 2009
    r390 (update javadocs) committed by ashuang   -   update javadocs
    update javadocs
  • Aug 14, 2009
    r389 (update python docs) committed by ashuang   -   update python docs
    update python docs
  • Aug 14, 2009
    OlderNews (Archive of older news) Wiki page edited by ashuang   -   Revision r388 Edited wiki page through web user interface.
    Revision r388 Edited wiki page through web user interface.
  • Aug 14, 2009
    r387 (release 0.3.1 ) committed by ashuang   -   release 0.3.1
    release 0.3.1
 
Hosted by Google Code