Activity for Rich Mattes

  • Rich Mattes Rich Mattes posted a comment on ticket #377

    Hi Victor Thanks for the reply. There's one more spot where librt is being linked to, in libplayercore. I grepped through the rest of the CMakeLists.txt and didn't see any more hits for librt outside of IF (PLAYER_OS_SOLARIS), but grepping for "rt" produces tons of false positives so let me know if something else breaks. diff --git a/libplayercore/CMakeLists.txt b/libplayercore/CMakeLists.txt index 33768da6..97c6b9ab 100644 --- a/libplayercore/CMakeLists.txt +++ b/libplayercore/CMakeLists.txt @@...

  • Rich Mattes Rich Mattes posted a comment on ticket #377

    I was able to reproduce the error where interface_table.h wasn't found, and the patch I posted above that calls "add_dependencies" seems to fix the error on my machine. I don't have a mac to test the second patch. I pushed both of these to git master - if you could give it a try I'd appreciate it. https://github.com/playerproject/player

  • Rich Mattes Rich Mattes modified a comment on ticket #377

    So interface_table.h is generated by a python script during build time. EIther something is wrong with the script/python interpreter, or something is wrong with the way that the dependencies are set up. If the output pasted is the complete output, it looks like the build system isn't trying to generate interface_table.h before trying to build libplayerinterface. This patch may correct that: diff --git a/libplayerinterface/CMakeLists.txt b/libplayerinterface/CMakeLists.txt index 59bb4ea2..0e22b8fd...

  • Rich Mattes Rich Mattes posted a comment on ticket #377

    The problem with clock_gettime is a different issue. Player tests for the existance of librt.so and the clock_gettime function, and if it can't find either of those it tries to provide clock_gettime functionality. It looks like librt doesn't exist on os x, so a check for clock_gettime is all that's needed. Try this patch: diff --git a/cmake/internal/SearchForStuff.cmake b/cmake/internal/SearchForStuff.cmake index dd6e6ebd..6dbe2d83 100644 --- a/cmake/internal/SearchForStuff.cmake +++ b/cmake/internal/SearchForStuff.cmake...

  • Rich Mattes Rich Mattes posted a comment on ticket #377

    So interface_table.h is generated by a python script during build time. EIther something is wrong with the script/python interpreter, or something is wrong with the way that the dependencies are set up. If the output pasted is the complete output, it looks like the build system isn't trying to generate interface_table.h before trying to build libplayerinterface. This patch may correct that: diff --git a/libplayerinterface/CMakeLists.txt b/libplayerinterface/CMakeLists.txt index 59bb4ea2..0e22b8fd...

  • Rich Mattes Rich Mattes posted a comment on ticket #377

    Hmm... is it possible you're using python 3 instead of python 2? Player 3.0.2's generators...

  • Rich Mattes Rich Mattes posted a comment on ticket #377

    The CMake dependencies for that part of the code aren't set up right, this patch...

  • Rich Mattes Rich Mattes created ticket #5

    C++11 compatibility

  • Rich Mattes Rich Mattes committed [r9142]

    Only build against statgrab 0.17 or less

  • Rich Mattes Rich Mattes committed [r9141]

    Port interface and xdr generators to python 3

  • Rich Mattes Rich Mattes modified ticket #375

    libstage/model_camera.cc:175: bad if statements ?

  • Rich Mattes Rich Mattes posted a comment on ticket #375

    Stage is now being maintained on github: github.com/rtv/Stage. I've reported the...

  • Rich Mattes Rich Mattes created ticket #376

    Switch to GNUInstallDirs

  • Rich Mattes Rich Mattes posted a comment on ticket #122

    you should be able to apt-get install robot-player on debian and ubuntu systems....

  • Rich Mattes Rich Mattes modified ticket #122

    Installation is very very difficult

  • Rich Mattes Rich Mattes modified ticket #625

    Player: Offline path computations with wavefront

  • Rich Mattes Rich Mattes posted a comment on ticket #625

    I finally got around to doing this. The way I implemented it was as follows: Added...

  • Rich Mattes Rich Mattes committed [r9140]

    Planner interface extensions: start position co...

  • Rich Mattes Rich Mattes committed [r9139]

    Applied patch #625: Offline path computations w...

  • Rich Mattes Rich Mattes modified ticket #269

    lasercspace driver

  • Rich Mattes Rich Mattes posted a comment on ticket #269

    No response, closing.

  • Rich Mattes Rich Mattes posted a comment on ticket #291

    No response. Closing.

  • Rich Mattes Rich Mattes modified ticket #291

    build fails on OS X in playerc Ruby bindings

  • Rich Mattes Rich Mattes posted a comment on ticket #300

    This should be fixed in the latest SVN HEAD. Player should build with libphidget...

  • Rich Mattes Rich Mattes modified ticket #300

    PhidgetsIFK will not compile

  • Rich Mattes Rich Mattes posted a comment on ticket #336

    No response, closing.

  • Rich Mattes Rich Mattes modified ticket #336

    Building Player with CMake on Win Vista

  • Rich Mattes Rich Mattes posted a comment on ticket #337

    It sounds like you're not reading messages fast enough actually. Try setting a replace...

  • Rich Mattes Rich Mattes modified ticket #337

    error on method Read()

  • Rich Mattes Rich Mattes modified ticket #308

    Player 3: ruby bindings depend on presence of libruby.so

  • Rich Mattes Rich Mattes posted a comment on ticket #308

    Is there some sort of ruby development package for gentoo? The unversioned symlinks...

  • Rich Mattes Rich Mattes posted a comment on ticket #324

    As far as I can tell, this isn't an issue any more in the latest Player trunk. If...

  • Rich Mattes Rich Mattes modified ticket #324

    wavefront local planning

  • Rich Mattes Rich Mattes modified ticket #347

    Bug in laserrescan driver

  • Rich Mattes Rich Mattes committed [r9138]

    Applied patch #347: Bug in laserrescan driver

  • Rich Mattes Rich Mattes modified ticket #347

    Bug in laserrescan driver

  • Rich Mattes Rich Mattes posted a comment on ticket #347

    Not winning any awards for response time, but I've applied your fix as r9138. Thanks...

  • Rich Mattes Rich Mattes posted a comment on ticket #496

    Duplicate of 497

  • Rich Mattes Rich Mattes modified ticket #496

    Viewer controller for Stage

  • Rich Mattes Rich Mattes modified ticket #590

    Multiline Drawing for Player and Stage

  • Rich Mattes Rich Mattes posted a comment on ticket #590

    Applied to Stage 4.x, closing.

  • Rich Mattes Rich Mattes modified ticket #665

    Delete error in logfile reader

  • Rich Mattes Rich Mattes modified ticket #625

    Player: Offline path computations with wavefront

  • Rich Mattes Rich Mattes posted a comment on ticket #645

    Fixed in http://github.com/rtv/Stage/pull/32

  • Rich Mattes Rich Mattes modified ticket #645

    fix CAPABILTY typo in stageplugin an re-enable it

  • Rich Mattes Rich Mattes modified ticket #433

    RealTime vs SimTime in bumber controller

  • Rich Mattes Rich Mattes posted a comment on ticket #433

    Bumper related issues are now on github: http://github.com/rtv/Stage/pull/44

  • Rich Mattes Rich Mattes modified ticket #417

    Add bumper device to stage

  • Rich Mattes Rich Mattes posted a comment on ticket #417

    Issue is now tracked on github, see http://github.com/rtv/Stage/pull/44

  • Rich Mattes Rich Mattes posted a comment on ticket #390

    Pull 32 was merged 8 months ago, closing.

  • Rich Mattes Rich Mattes modified ticket #390

    Stage camera in Player

  • Rich Mattes Rich Mattes posted a comment on ticket #311

    Both instances of Timer were renamed (to EpuckTimer and MricpTimer) so they will...

  • Rich Mattes Rich Mattes modified ticket #311

    epuck driver blocks static linking

  • Rich Mattes Rich Mattes modified ticket #349

    inking error stage 4.0.1 in fltk

  • Rich Mattes Rich Mattes modified ticket #365

    Trouble while installing Player 3.0.1

  • Rich Mattes Rich Mattes posted a comment on ticket #365

    So the videodev->videodev2 issue is solved in Player 3.0.2 and higher. The missing...

  • Rich Mattes Rich Mattes modified ticket #366

    Trouble while installing Player 3.0.1

  • Rich Mattes Rich Mattes modified ticket #364

    Trouble while installing Player 3.0.1

  • Rich Mattes Rich Mattes posted a comment on ticket #366

    If you don't need the sphereptz driver you can disable its compilation to work around...

  • Rich Mattes Rich Mattes modified ticket #372

    player install error

  • Rich Mattes Rich Mattes posted a comment on ticket #372

    It looks like this issue is fixed in the latest SVN version of Player. If you have...

  • Rich Mattes Rich Mattes modified ticket #359

    Player Windows Installation Help with CMake

  • Rich Mattes Rich Mattes posted a comment on ticket #359

    Not sure how to address this bug. Closing for now.

  • Rich Mattes Rich Mattes posted a comment on ticket #374

    Thanks for the report. It looks like this issue is already fixed in the SVN version...

  • Rich Mattes Rich Mattes modified ticket #374

    missing -lpq in compile link line

  • Rich Mattes Rich Mattes modified ticket #666

    GPS speed, course made good and time

  • Rich Mattes Rich Mattes posted a comment on ticket #666

    I think we're good to go here, so I'm going to close this report as accepted. If...

  • Rich Mattes Rich Mattes modified ticket #670

    Camerav4l2 support for Logilink USB 2.0 Video Grabber

  • Rich Mattes Rich Mattes posted a comment on ticket #670

    Thanks for the patch! Applied as r9137

  • Rich Mattes Rich Mattes committed [r9137]

    Applied patch #670: Camerav4l2 support for Logi...

1
MongoDB Logo MongoDB