{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":254823084,"defaultBranch":"sdf15","name":"sdformat","ownerLogin":"gazebosim","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-04-11T08:19:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1743799?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726251732.0","currentOid":""},"activityList":{"items":[{"before":"938f4c93c0a25ebf02baf53823ff9ee6f260f9fc","after":null,"ref":"refs/heads/jrivero/sdf15_windows_compilation","pushedAt":"2024-09-13T18:22:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"azeey","name":"Addisu Z. Taddese","path":"/azeey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/206116?s=80&v=4"}},{"before":"c2c4f918ea57c9a274407b65d99ca22b9a69274c","after":"8b5d5b5e985b0ebe3d5b680b10c3a31a5aae708f","ref":"refs/heads/sdf15","pushedAt":"2024-09-13T18:22:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"azeey","name":"Addisu Z. Taddese","path":"/azeey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/206116?s=80&v=4"},"commit":{"message":"Use colcon for Windows building compilation (#1481)\n\nSigned-off-by: Jose Luis Rivero ","shortMessageHtmlLink":"Use colcon for Windows building compilation (#1481)"}},{"before":null,"after":"938f4c93c0a25ebf02baf53823ff9ee6f260f9fc","ref":"refs/heads/jrivero/sdf15_windows_compilation","pushedAt":"2024-09-13T17:21:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"j-rivero","name":"Jose Luis Rivero","path":"/j-rivero","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2098802?s=80&v=4"},"commit":{"message":"Use colcon for Windows building compilation\n\nSigned-off-by: Jose Luis Rivero ","shortMessageHtmlLink":"Use colcon for Windows building compilation"}},{"before":null,"after":"9700a6ecd17587112d9c9713e63a7b9d32af477b","ref":"refs/heads/mjcarroll/bzlmod","pushedAt":"2024-09-13T17:10:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mjcarroll","name":"Michael Carroll","path":"/mjcarroll","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/279701?s=80&v=4"},"commit":{"message":"Initial bzlmod skeleton\n\nSigned-off-by: Michael Carroll ","shortMessageHtmlLink":"Initial bzlmod skeleton"}},{"before":null,"after":"fc2dc63c9cf26ece236f5baa7e4abc48041fb8ba","ref":"refs/heads/scpeters/element_clone_vector_reserve","pushedAt":"2024-09-09T09:53:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"scpeters","name":"Steve Peters","path":"/scpeters","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3650755?s=80&v=4"},"commit":{"message":"Use std::vector::reserve in Element::Clone\n\nThere are several for-loops in Element::Clone that call\nstd::vector::push_back, and since the vector size is\nknown in advance, use std::vector::reserve to avoid\nmultiple vector resizes.\n\nSigned-off-by: Steve Peters ","shortMessageHtmlLink":"Use std::vector::reserve in Element::Clone"}},{"before":null,"after":"0868abf1fa07c2046ddd455fdd9748115fa50c2b","ref":"refs/heads/arjo/debug/need_for_speed","pushedAt":"2024-09-06T07:46:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"arjo129","name":"Arjo Chakravarty","path":"/arjo129","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/542272?s=80&v=4"},"commit":{"message":"Attempting to see if adding a cache will speed up the `sdf::Root`\nconstruction\n\nI'm just checking if adding a cache makes any sense.\n\nSigned-off-by: Arjo Chakravarty ","shortMessageHtmlLink":"Attempting to see if adding a cache will speed up the sdf::Root"}},{"before":"1b770452e68eaf9115737d3e8a844616352d8ee3","after":null,"ref":"refs/heads/scpeters/state_1_12","pushedAt":"2024-08-28T20:54:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"scpeters","name":"Steve Peters","path":"/scpeters","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3650755?s=80&v=4"}},{"before":"d9b26df3a029be399e72e21daee482f018009981","after":"c2c4f918ea57c9a274407b65d99ca22b9a69274c","ref":"refs/heads/sdf15","pushedAt":"2024-08-28T20:54:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"scpeters","name":"Steve Peters","path":"/scpeters","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3650755?s=80&v=4"},"commit":{"message":"Spec 1.12: link_state, joint_state changes (#1461)\n\nThis makes several changes to the specification for the\r\n//state element in SDFormat 1.12.\r\n\r\n* //link_state changes: use pairs of vector3 datatypes to\r\n represent twist, spatial acceleration, and wrenches instead\r\n of a pose datatype, which distorts the angular values by\r\n interpreting them as Euler angles. The new elements for\r\n velocity and acceleration have names starting with linear_\r\n or angular_, while the replacement for wrench is force and\r\n torque.\r\n* //joint_state changes: refactor //joint_state/angle and\r\n //joint_state/angle/@axis to //joint_state/axis_state/position\r\n and //joint_state/axis2_state/position. Also add velocity,\r\n acceleration, and effort to joint axis states.\r\n* degrees attribute: add a boolean degrees attribute to the\r\n //link_state/angular_* elements and joint axis position,\r\n velocity, and acceleration elements. When true, this causes\r\n data with units involving radians to interpret it as involving\r\n degrees instead. The attribute does not affect prismatic joints.\r\n* Specify model state within a model using //model/model_state\r\n or when including a model with //model/include/model_state\r\n and //state/include/model_state.\r\n\r\nSigned-off-by: Steve Peters ","shortMessageHtmlLink":"Spec 1.12: link_state, joint_state changes (#1461)"}},{"before":"3ecd891596e7e274206d82b45b370be9eadccd6d","after":"1b770452e68eaf9115737d3e8a844616352d8ee3","ref":"refs/heads/scpeters/state_1_12","pushedAt":"2024-08-28T07:34:48.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"scpeters","name":"Steve Peters","path":"/scpeters","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3650755?s=80&v=4"},"commit":{"message":"Clarify that degrees is only for rotational axes\n\nSigned-off-by: Steve Peters ","shortMessageHtmlLink":"Clarify that degrees is only for rotational axes"}},{"before":"e8bffa27d5748ecf6ab873279c2113e1c0d3d3fa","after":null,"ref":"refs/heads/scpeters/bump_15_pre2","pushedAt":"2024-08-27T22:42:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"scpeters","name":"Steve Peters","path":"/scpeters","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3650755?s=80&v=4"}},{"before":"c306c57186afd97454b68a9e9c4f0810e4e9b649","after":"d9b26df3a029be399e72e21daee482f018009981","ref":"refs/heads/sdf15","pushedAt":"2024-08-27T22:42:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"scpeters","name":"Steve Peters","path":"/scpeters","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3650755?s=80&v=4"},"commit":{"message":"Prepare for 15.0.0~pre2, update changelog (#1477)\n\nSigned-off-by: Steve Peters ","shortMessageHtmlLink":"Prepare for 15.0.0~pre2, update changelog (#1477)"}},{"before":null,"after":"e8bffa27d5748ecf6ab873279c2113e1c0d3d3fa","ref":"refs/heads/scpeters/bump_15_pre2","pushedAt":"2024-08-27T22:24:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"scpeters","name":"Steve Peters","path":"/scpeters","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3650755?s=80&v=4"},"commit":{"message":"Prepare for 15.0.0~pre2, update changelog\n\nSigned-off-by: Steve Peters ","shortMessageHtmlLink":"Prepare for 15.0.0~pre2, update changelog"}},{"before":"17c8efda2829260acf7449143b55f1c48e488764","after":"3ecd891596e7e274206d82b45b370be9eadccd6d","ref":"refs/heads/scpeters/state_1_12","pushedAt":"2024-08-27T22:22:39.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"scpeters","name":"Steve Peters","path":"/scpeters","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3650755?s=80&v=4"},"commit":{"message":"Merge branch 'sdf15' into scpeters/state_1_12","shortMessageHtmlLink":"Merge branch 'sdf15' into scpeters/state_1_12"}},{"before":"e26c523787ce4156f08eda18bf7cfa83dfc56c0f","after":null,"ref":"refs/heads/mergify/bp/sdf14/pr-1474","pushedAt":"2024-08-27T22:22:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"scpeters","name":"Steve Peters","path":"/scpeters","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3650755?s=80&v=4"}},{"before":"ba1bf8fedc0b6063d4312ad312e515e28f71cfb9","after":"68159a77525d3c78825e88c4fb256f130b7fb6fd","ref":"refs/heads/sdf14","pushedAt":"2024-08-27T22:22:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"scpeters","name":"Steve Peters","path":"/scpeters","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3650755?s=80&v=4"},"commit":{"message":"Fix symbol checking test when compiled with debug symbols (#1474)\n\n* Fix symbol checking test\n\nThe test that checks for prefixed binary symbols was broken when\ncompiled with DebWithRelInfo since it was checking debugging symbols\nthat broke the heuristics used.\n\nThe commit fixes it doing a couple of actions:\n - Include the length of the namespace sdf: 3sdf\n - Check only dynamic symbols being exported\n\nSigned-off-by: Jose Luis Rivero \n\n* Update test/integration/all_symbols_have_version.bash.in\n\nCo-authored-by: Steve Peters \nSigned-off-by: Jose Luis Rivero \n\n---------\n\nSigned-off-by: Jose Luis Rivero \nCo-authored-by: Steve Peters \n(cherry picked from commit 904706c2c02c5c333e916717e0a4ea6b3c74947e)","shortMessageHtmlLink":"Fix symbol checking test when compiled with debug symbols (#1474)"}},{"before":"ae32d3ad4d93c1c60ba847a8cbbe41e6242b757f","after":null,"ref":"refs/heads/mergify/bp/sdf15/pr-1474","pushedAt":"2024-08-27T22:22:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"scpeters","name":"Steve Peters","path":"/scpeters","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3650755?s=80&v=4"}},{"before":"cba2108d1bebf694f73a2430143c02ea32e71f85","after":"c306c57186afd97454b68a9e9c4f0810e4e9b649","ref":"refs/heads/sdf15","pushedAt":"2024-08-27T22:22:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"scpeters","name":"Steve Peters","path":"/scpeters","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3650755?s=80&v=4"},"commit":{"message":"Fix symbol checking test when compiled with debug symbols (#1474)\n\n* Fix symbol checking test\n\nThe test that checks for prefixed binary symbols was broken when\ncompiled with DebWithRelInfo since it was checking debugging symbols\nthat broke the heuristics used.\n\nThe commit fixes it doing a couple of actions:\n - Include the length of the namespace sdf: 3sdf\n - Check only dynamic symbols being exported\n\nSigned-off-by: Jose Luis Rivero \n\n* Update test/integration/all_symbols_have_version.bash.in\n\nCo-authored-by: Steve Peters \nSigned-off-by: Jose Luis Rivero \n\n---------\n\nSigned-off-by: Jose Luis Rivero \nCo-authored-by: Steve Peters \n(cherry picked from commit 904706c2c02c5c333e916717e0a4ea6b3c74947e)","shortMessageHtmlLink":"Fix symbol checking test when compiled with debug symbols (#1474)"}},{"before":null,"after":"ae32d3ad4d93c1c60ba847a8cbbe41e6242b757f","ref":"refs/heads/mergify/bp/sdf15/pr-1474","pushedAt":"2024-08-27T21:02:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"Fix symbol checking test when compiled with debug symbols (#1474)\n\n* Fix symbol checking test\n\nThe test that checks for prefixed binary symbols was broken when\ncompiled with DebWithRelInfo since it was checking debugging symbols\nthat broke the heuristics used.\n\nThe commit fixes it doing a couple of actions:\n - Include the length of the namespace sdf: 3sdf\n - Check only dynamic symbols being exported\n\nSigned-off-by: Jose Luis Rivero \n\n* Update test/integration/all_symbols_have_version.bash.in\n\nCo-authored-by: Steve Peters \nSigned-off-by: Jose Luis Rivero \n\n---------\n\nSigned-off-by: Jose Luis Rivero \nCo-authored-by: Steve Peters \n(cherry picked from commit 904706c2c02c5c333e916717e0a4ea6b3c74947e)","shortMessageHtmlLink":"Fix symbol checking test when compiled with debug symbols (#1474)"}},{"before":null,"after":"e26c523787ce4156f08eda18bf7cfa83dfc56c0f","ref":"refs/heads/mergify/bp/sdf14/pr-1474","pushedAt":"2024-08-27T21:02:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"Fix symbol checking test when compiled with debug symbols (#1474)\n\n* Fix symbol checking test\n\nThe test that checks for prefixed binary symbols was broken when\ncompiled with DebWithRelInfo since it was checking debugging symbols\nthat broke the heuristics used.\n\nThe commit fixes it doing a couple of actions:\n - Include the length of the namespace sdf: 3sdf\n - Check only dynamic symbols being exported\n\nSigned-off-by: Jose Luis Rivero \n\n* Update test/integration/all_symbols_have_version.bash.in\n\nCo-authored-by: Steve Peters \nSigned-off-by: Jose Luis Rivero \n\n---------\n\nSigned-off-by: Jose Luis Rivero \nCo-authored-by: Steve Peters \n(cherry picked from commit 904706c2c02c5c333e916717e0a4ea6b3c74947e)","shortMessageHtmlLink":"Fix symbol checking test when compiled with debug symbols (#1474)"}},{"before":"755cf20dae5528805c208fe1b093f2ce03316277","after":null,"ref":"refs/heads/jrivero/fix_symbol_checking","pushedAt":"2024-08-27T19:32:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"azeey","name":"Addisu Z. Taddese","path":"/azeey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/206116?s=80&v=4"}},{"before":"51bfd3b3b8b76d02b491c18fa2d88ea64a32b351","after":"904706c2c02c5c333e916717e0a4ea6b3c74947e","ref":"refs/heads/main","pushedAt":"2024-08-27T19:32:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"azeey","name":"Addisu Z. Taddese","path":"/azeey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/206116?s=80&v=4"},"commit":{"message":"Fix symbol checking test when compiled with debug symbols (#1474)\n\n* Fix symbol checking test\r\n\r\nThe test that checks for prefixed binary symbols was broken when\r\ncompiled with DebWithRelInfo since it was checking debugging symbols\r\nthat broke the heuristics used.\r\n\r\nThe commit fixes it doing a couple of actions:\r\n - Include the length of the namespace sdf: 3sdf\r\n - Check only dynamic symbols being exported\r\n\r\nSigned-off-by: Jose Luis Rivero \r\n\r\n* Update test/integration/all_symbols_have_version.bash.in\r\n\r\nCo-authored-by: Steve Peters \r\nSigned-off-by: Jose Luis Rivero \r\n\r\n---------\r\n\r\nSigned-off-by: Jose Luis Rivero \r\nCo-authored-by: Steve Peters ","shortMessageHtmlLink":"Fix symbol checking test when compiled with debug symbols (#1474)"}},{"before":"a26d15647a35ed23cb403dc6b6cd15f57e63535f","after":"755cf20dae5528805c208fe1b093f2ce03316277","ref":"refs/heads/jrivero/fix_symbol_checking","pushedAt":"2024-08-27T18:05:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"j-rivero","name":"Jose Luis Rivero","path":"/j-rivero","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2098802?s=80&v=4"},"commit":{"message":"Update test/integration/all_symbols_have_version.bash.in\n\nCo-authored-by: Steve Peters \nSigned-off-by: Jose Luis Rivero ","shortMessageHtmlLink":"Update test/integration/all_symbols_have_version.bash.in"}},{"before":null,"after":"a26d15647a35ed23cb403dc6b6cd15f57e63535f","ref":"refs/heads/jrivero/fix_symbol_checking","pushedAt":"2024-08-27T17:44:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"j-rivero","name":"Jose Luis Rivero","path":"/j-rivero","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2098802?s=80&v=4"},"commit":{"message":"Fix symbol checking test\n\nThe test that checks for prefixed binary symbols was broken when\ncompiled with DebWithRelInfo since it was checking debugging symbols\nthat broke the heuristics used.\n\nThe commit fixes it doing a couple of actions:\n - Include the length of the namespace sdf: 3sdf\n - Check only dynamic symbols being exported\n\nSigned-off-by: Jose Luis Rivero ","shortMessageHtmlLink":"Fix symbol checking test"}},{"before":"51bfd3b3b8b76d02b491c18fa2d88ea64a32b351","after":null,"ref":"refs/tags/sdformat15_15.0.0-pre1","pushedAt":"2024-08-27T02:37:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"iche033","name":"Ian Chen","path":"/iche033","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4000684?s=80&v=4"}},{"before":"0774405e1d3ec0922d02f31970e3b6ff2ffbc97b","after":null,"ref":"refs/heads/scpeters/bump_ionic_prerelease","pushedAt":"2024-08-27T02:07:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"iche033","name":"Ian Chen","path":"/iche033","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4000684?s=80&v=4"}},{"before":"39292269626ac2aad76d217d69517a780c718fb0","after":"cba2108d1bebf694f73a2430143c02ea32e71f85","ref":"refs/heads/sdf15","pushedAt":"2024-08-27T02:07:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"iche033","name":"Ian Chen","path":"/iche033","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4000684?s=80&v=4"},"commit":{"message":"Prepare for Ionic prerelease (#1473)\n\n* Bump to 15.0.0~pre1\r\n\r\n---------\r\n\r\nSigned-off-by: Steve Peters \r\nSigned-off-by: Ian Chen \r\nCo-authored-by: Ian Chen ","shortMessageHtmlLink":"Prepare for Ionic prerelease (#1473)"}},{"before":"8653a2a2f5ffef27977ff82554b2a6cbd49ac601","after":"0774405e1d3ec0922d02f31970e3b6ff2ffbc97b","ref":"refs/heads/scpeters/bump_ionic_prerelease","pushedAt":"2024-08-27T01:58:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"iche033","name":"Ian Chen","path":"/iche033","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4000684?s=80&v=4"},"commit":{"message":"fix entry\n\nSigned-off-by: Ian Chen ","shortMessageHtmlLink":"fix entry"}},{"before":"daaf74d969f69fa3036d7958d1dd8a3acb4be80d","after":"8653a2a2f5ffef27977ff82554b2a6cbd49ac601","ref":"refs/heads/scpeters/bump_ionic_prerelease","pushedAt":"2024-08-27T01:31:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"scpeters","name":"Steve Peters","path":"/scpeters","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3650755?s=80&v=4"},"commit":{"message":"Changelog: add baseline and update\n\nSigned-off-by: Steve Peters ","shortMessageHtmlLink":"Changelog: add baseline and update"}},{"before":null,"after":"daaf74d969f69fa3036d7958d1dd8a3acb4be80d","ref":"refs/heads/scpeters/bump_ionic_prerelease","pushedAt":"2024-08-27T01:29:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"scpeters","name":"Steve Peters","path":"/scpeters","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3650755?s=80&v=4"},"commit":{"message":"Changelog: add baseline and update\n\nSigned-off-by: Steve Peters ","shortMessageHtmlLink":"Changelog: add baseline and update"}},{"before":"933d050dd9084bc34de60508d699c0bd93f5669c","after":null,"ref":"refs/heads/scpeters/ionic_badges","pushedAt":"2024-08-26T22:42:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"scpeters","name":"Steve Peters","path":"/scpeters","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3650755?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEtca6XAA","startCursor":null,"endCursor":null}},"title":"Activity ยท gazebosim/sdformat"}