{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":7222017,"defaultBranch":"devel","name":"octomap","ownerLogin":"OctoMap","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-12-18T11:04:51.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3071552?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1710878559.0","currentOid":""},"activityList":{"items":[{"before":"3c268e83370542e57ea0ba345774dd51ce8d385d","after":"eff7d05c23f95d1b1492d6e79523e74e64adc87f","ref":"refs/heads/devel","pushedAt":"2024-04-01T14:32:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ahornung","name":"Armin Hornung","path":"/ahornung","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/507854?s=80&v=4"},"commit":{"message":"fix isnan on _msvc_LANG>= 201103L (#417)","shortMessageHtmlLink":"fix isnan on _msvc_LANG>= 201103L (#417)"}},{"before":"863e069489ef619d7179e3b21480dffb41b2af66","after":"3c268e83370542e57ea0ba345774dd51ce8d385d","ref":"refs/heads/devel","pushedAt":"2024-04-01T14:31:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ahornung","name":"Armin Hornung","path":"/ahornung","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/507854?s=80&v=4"},"commit":{"message":"CMakLists.txt: always enable C++11 (#416)\n\nFix for older gcc (5.4)","shortMessageHtmlLink":"CMakLists.txt: always enable C++11 (#416)"}},{"before":"d417c181868be79931ec94fd1a407c323e9f0fd3","after":"9ebcfdc5dd6836686134a39de742cc9211dd1ad6","ref":"refs/heads/master","pushedAt":"2024-03-19T20:09:08.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"ahornung","name":"Armin Hornung","path":"/ahornung","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/507854?s=80&v=4"},"commit":{"message":"Merge branch 'devel'","shortMessageHtmlLink":"Merge branch 'devel'"}},{"before":"e5227fdb75074616d8c326706b729c9316b33360","after":"863e069489ef619d7179e3b21480dffb41b2af66","ref":"refs/heads/devel","pushedAt":"2024-03-19T20:01:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ahornung","name":"Armin Hornung","path":"/ahornung","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/507854?s=80&v=4"},"commit":{"message":"Version 1.10.0 release","shortMessageHtmlLink":"Version 1.10.0 release"}},{"before":"af240da1b2d8e9e43fdb9b967191d6a0bf2490d3","after":"e5227fdb75074616d8c326706b729c9316b33360","ref":"refs/heads/devel","pushedAt":"2024-03-17T21:40:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ahornung","name":"Armin Hornung","path":"/ahornung","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/507854?s=80&v=4"},"commit":{"message":"Updates to compile cleanly on ROS 2 Rolling on Ubuntu 24.04 (#415)\n\n* Update minimum to CMake 3.5.\r\n\r\nNewer CMake complains about anything older than that,\r\nand CMake 3.5 was released in 2016.\r\n\r\nSigned-off-by: Chris Lalancette \r\n\r\n* Cleanup stderr output from CMake.\r\n\r\nCalling message(\"mystring\") in CMake, by default,\r\noutputs to stderr. Since these are generally informational\r\nmessages, change this to message(STATUS \"mystring\"), which\r\nprints to stdout instead. This should quite down warnings\r\nwhen building with colcon (and on the ROS 2 buildfarm).\r\n\r\nSigned-off-by: Chris Lalancette \r\n\r\n* Add in a variable to control how OpenGL is found.\r\n\r\nNewer versions of CMake have changed how finding OpenGL\r\nworks. If you don't specify anything at all, they will\r\ncomplain that you haven't told them how to find OpenGL.\r\n\r\nWork around this by explicitly setting OpenGL_GL_PREFERENCE\r\nto LEGACY, which tells CMake how you want to find OpenGL.\r\nThis quiets the warning.\r\n\r\nSigned-off-by: Chris Lalancette \r\n\r\n* Switch away from 0 for Qt::WindowFlags.\r\n\r\nApparently modern Qt has deprecated using an integer\r\nto initialize Qt::Flags objects. Instead, use the\r\ndefault constructor which should do the same thing.\r\n\r\nSigned-off-by: Chris Lalancette \r\n\r\n---------\r\n\r\nSigned-off-by: Chris Lalancette ","shortMessageHtmlLink":"Updates to compile cleanly on ROS 2 Rolling on Ubuntu 24.04 (#415)"}},{"before":"0d51bcd83a33ef294c251036ec9bf27999112e72","after":"af240da1b2d8e9e43fdb9b967191d6a0bf2490d3","ref":"refs/heads/devel","pushedAt":"2024-03-17T21:38:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ahornung","name":"Armin Hornung","path":"/ahornung","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/507854?s=80&v=4"},"commit":{"message":"Octovis: fix issue with saving not showing any dialog (#414)\n\nSee https://stackoverflow.com/questions/31983412/code-freezes-on-trying-to-open-qdialog","shortMessageHtmlLink":"Octovis: fix issue with saving not showing any dialog (#414)"}},{"before":"5745643cce89cb308eb83779790d254c5d3b079d","after":"0d51bcd83a33ef294c251036ec9bf27999112e72","ref":"refs/heads/devel","pushedAt":"2024-03-17T21:09:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ahornung","name":"Armin Hornung","path":"/ahornung","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/507854?s=80&v=4"},"commit":{"message":"[CI] Remove ccache for ROS-Industrial CI yml (#413)\n\n* [CI] Remove ccache\r\n\r\n* [CI] Prerelease only for Noetic/Iron\r\n\r\n* [CI] Temporarily deactivate until transition to Ubuntu Noble is complete\r\n\r\nSystem dependency resolution fails despite packages supposedly available in Ubuntu repository","shortMessageHtmlLink":"[CI] Remove ccache for ROS-Industrial CI yml (#413)"}},{"before":"312f6b072c379489e2c00307bb35f8e7a851bed7","after":"5745643cce89cb308eb83779790d254c5d3b079d","ref":"refs/heads/devel","pushedAt":"2024-03-17T21:06:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ahornung","name":"Armin Hornung","path":"/ahornung","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/507854?s=80&v=4"},"commit":{"message":"Declare missing octovis dependency on opengl (#408)\n\nIt appears that libGLU is an indirect dependency on Ubuntu, but not on\r\nRHEL/Fedora.","shortMessageHtmlLink":"Declare missing octovis dependency on opengl (#408)"}},{"before":"3649ccbad7f6bade1021305a84912bec89972958","after":"312f6b072c379489e2c00307bb35f8e7a851bed7","ref":"refs/heads/devel","pushedAt":"2023-12-09T17:58:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ahornung","name":"Armin Hornung","path":"/ahornung","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/507854?s=80&v=4"},"commit":{"message":"Remove EOL ROS distros from CI actions","shortMessageHtmlLink":"Remove EOL ROS distros from CI actions"}},{"before":"8178b4f28c72a8c7b84ece25bda7a59df8d14eb8","after":"3649ccbad7f6bade1021305a84912bec89972958","ref":"refs/heads/devel","pushedAt":"2023-12-09T17:51:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ahornung","name":"Armin Hornung","path":"/ahornung","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/507854?s=80&v=4"},"commit":{"message":"CMake: Fix duplicate uninstall target (#406)\n\n* fix whitespace in CMakeLists\r\n* fix uninstall targets","shortMessageHtmlLink":"CMake: Fix duplicate uninstall target (#406)"}},{"before":"5a54ff4ab82534da9ca0eb9a16afdb53eb7cfcc5","after":"8178b4f28c72a8c7b84ece25bda7a59df8d14eb8","ref":"refs/heads/devel","pushedAt":"2023-05-23T19:04:12.271Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ahornung","name":"Armin Hornung","path":"/ahornung","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/507854?s=80&v=4"},"commit":{"message":"Fix errors with recent compilers and C++17/20 standard (#394)\n\n- fix definition of OcTreeBase(double res) constructor (it fixes gcc12/C++20 compilation errors)\r\n- more robust detection of C++11 for Visual Studio (it fixes Visual Studio2022/C++17 compilation errors)\r\n- remove several illegal semicolon (unlikely the reason of compilation errors, but it's neater to fix that)","shortMessageHtmlLink":"Fix errors with recent compilers and C++17/20 standard (#394)"}},{"before":"09f3b4b85332d30ccac174d9b45aebf35c2190c0","after":"5a54ff4ab82534da9ca0eb9a16afdb53eb7cfcc5","ref":"refs/heads/devel","pushedAt":"2023-05-21T18:44:11.059Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ahornung","name":"Armin Hornung","path":"/ahornung","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/507854?s=80&v=4"},"commit":{"message":"Fix ScanGraph.h c++20 compilation error (#398)\n\nThis fixes the following error on latest msvc compiler:\r\n\r\nerror C2666: 'octomap::ScanNode::operator ==': overloaded functions have similar conversions\r\nmessage : could be 'bool octomap::ScanNode::operator ==(const octomap::ScanNode &)'\r\nmessage : or 'bool octomap::ScanNode::operator ==(const octomap::ScanNode &)' [synthesized expression 'y == x']\r\nmessage : while trying to match the argument list '(octomap::ScanNode, octomap::ScanNode)'","shortMessageHtmlLink":"Fix ScanGraph.h c++20 compilation error (#398)"}},{"before":"92a9f14cafa5f567c47b58cbe91137c9a6ba1b0c","after":"09f3b4b85332d30ccac174d9b45aebf35c2190c0","ref":"refs/heads/devel","pushedAt":"2023-05-18T19:14:25.293Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ahornung","name":"Armin Hornung","path":"/ahornung","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/507854?s=80&v=4"},"commit":{"message":"smaller than operator (#330)\n\nsmaller than operator for 3d points","shortMessageHtmlLink":"smaller than operator (#330)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEJI68KgA","startCursor":null,"endCursor":null}},"title":"Activity ยท OctoMap/octomap"}