{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":4708783,"defaultBranch":"noetic","name":"imu_tools","ownerLogin":"CCNYRoboticsLab","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-06-19T02:51:22.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/102385719?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714139640.0","currentOid":""},"activityList":{"items":[{"before":"e4c2fcec84548789310d87103dd830a9cc0b8021","after":"8cf9ce38ac31b44e6fb83deaac9049cf18c53242","ref":"refs/heads/iron","pushedAt":"2024-04-26T13:54:34.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mintar","name":"Martin Günther","path":"/mintar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/320188?s=80&v=4"},"commit":{"message":"2.1.4","shortMessageHtmlLink":"2.1.4"}},{"before":"e4c2fcec84548789310d87103dd830a9cc0b8021","after":"8cf9ce38ac31b44e6fb83deaac9049cf18c53242","ref":"refs/heads/humble","pushedAt":"2024-04-26T13:54:18.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mintar","name":"Martin Günther","path":"/mintar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/320188?s=80&v=4"},"commit":{"message":"2.1.4","shortMessageHtmlLink":"2.1.4"}},{"before":"e4c2fcec84548789310d87103dd830a9cc0b8021","after":"8cf9ce38ac31b44e6fb83deaac9049cf18c53242","ref":"refs/heads/rolling","pushedAt":"2024-04-26T13:53:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mintar","name":"Martin Günther","path":"/mintar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/320188?s=80&v=4"},"commit":{"message":"2.1.4","shortMessageHtmlLink":"2.1.4"}},{"before":"c8a27cda72ad4e89245e851c732888a089e86065","after":"e4c2fcec84548789310d87103dd830a9cc0b8021","ref":"refs/heads/humble","pushedAt":"2024-04-26T12:25:49.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"mintar","name":"Martin Günther","path":"/mintar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/320188?s=80&v=4"},"commit":{"message":"Show remapped topic names (#196)\n\nThis PR, similar to #192, changes the topic names in the warning message to remapped ones in order to make the message more understandable.\r\n\r\n---------\r\n\r\nSigned-off-by: Tamaki Nishino \r\nCo-authored-by: Martin Günther ","shortMessageHtmlLink":"Show remapped topic names (#196)"}},{"before":null,"after":"e4c2fcec84548789310d87103dd830a9cc0b8021","ref":"refs/heads/iron","pushedAt":"2024-04-26T12:25:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mintar","name":"Martin Günther","path":"/mintar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/320188?s=80&v=4"},"commit":{"message":"Show remapped topic names (#196)\n\nThis PR, similar to #192, changes the topic names in the warning message to remapped ones in order to make the message more understandable.\r\n\r\n---------\r\n\r\nSigned-off-by: Tamaki Nishino \r\nCo-authored-by: Martin Günther ","shortMessageHtmlLink":"Show remapped topic names (#196)"}},{"before":"102c6d3602d039f45a877658719e21f07dc965d6","after":"e4c2fcec84548789310d87103dd830a9cc0b8021","ref":"refs/heads/rolling","pushedAt":"2024-04-26T12:23:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mintar","name":"Martin Günther","path":"/mintar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/320188?s=80&v=4"},"commit":{"message":"Show remapped topic names (#196)\n\nThis PR, similar to #192, changes the topic names in the warning message to remapped ones in order to make the message more understandable.\r\n\r\n---------\r\n\r\nSigned-off-by: Tamaki Nishino \r\nCo-authored-by: Martin Günther ","shortMessageHtmlLink":"Show remapped topic names (#196)"}},{"before":"3ebe5a2985cba09981201f8be7f8c16ecb09d5e4","after":"102c6d3602d039f45a877658719e21f07dc965d6","ref":"refs/heads/rolling","pushedAt":"2024-04-26T11:13:04.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mintar","name":"Martin Günther","path":"/mintar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/320188?s=80&v=4"},"commit":{"message":"CI: Add \"iron\" to test matrix","shortMessageHtmlLink":"CI: Add \"iron\" to test matrix"}},{"before":"c8a27cda72ad4e89245e851c732888a089e86065","after":"3ebe5a2985cba09981201f8be7f8c16ecb09d5e4","ref":"refs/heads/rolling","pushedAt":"2024-04-26T11:08:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mintar","name":"Martin Günther","path":"/mintar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/320188?s=80&v=4"},"commit":{"message":"CI: Use pre-commit from apt repositories instead of pip (#198)\n\npre-commit is available as an APT package starting with Ubuntu 22.04.\r\n\r\nThis commit avoids the following error:\r\n\r\n WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.\r\n error: externally-managed-environment\r\n\r\n x This environment is externally managed\r\n --> To install Python packages system-wide, try apt install\r\n python3-xyz, where xyz is the package you are trying to\r\n install.\r\n\r\n If you wish to install a non-Debian-packaged Python package,\r\n create a virtual environment using python3 -m venv path/to/venv.\r\n Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make\r\n sure you have python3-full installed.\r\n\r\n If you wish to install a non-Debian packaged Python application,\r\n it may be easiest to use pipx install xyz, which will manage a\r\n virtual environment for you. Make sure you have pipx installed.\r\n\r\n See /usr/share/doc/python3.12/README.venv for more information.\r\n\r\n note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.\r\n hint: See PEP 668 for the detailed specification.","shortMessageHtmlLink":"CI: Use pre-commit from apt repositories instead of pip (#198)"}},{"before":"4b8d5db999c5aaa17b620d14fdf30b3d571ef30f","after":"fe5237322739948193fe14af5058daf3b76d2caf","ref":"refs/heads/noetic","pushedAt":"2024-04-26T10:54:13.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mintar","name":"Martin Günther","path":"/mintar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/320188?s=80&v=4"},"commit":{"message":"CI: Use matrix.rosdistro\n\nThis doesn't change anything, but is nicer.","shortMessageHtmlLink":"CI: Use matrix.rosdistro"}},{"before":"13ff13aceb6a4e827b5e952887a097a8fd72a897","after":"4b8d5db999c5aaa17b620d14fdf30b3d571ef30f","ref":"refs/heads/noetic","pushedAt":"2024-01-12T12:12:18.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mintar","name":"Martin Günther","path":"/mintar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/320188?s=80&v=4"},"commit":{"message":"1.2.6","shortMessageHtmlLink":"1.2.6"}},{"before":"77aaa91247fbc8ee08e9d9431490a138e52821d1","after":"13ff13aceb6a4e827b5e952887a097a8fd72a897","ref":"refs/heads/noetic","pushedAt":"2023-12-20T10:45:52.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"mintar","name":"Martin Günther","path":"/mintar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/320188?s=80&v=4"},"commit":{"message":"Merge pull request #192 from enwaytech/av/remove_launchers\n\nIncrease max stddev, add pose visualization, fix error messages","shortMessageHtmlLink":"Merge pull request #192 from enwaytech/av/remove_launchers"}},{"before":"54ba954e8b49ede28e643751bd3a1f40eeffb959","after":"77aaa91247fbc8ee08e9d9431490a138e52821d1","ref":"refs/heads/noetic","pushedAt":"2023-11-16T17:24:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mintar","name":"Martin Günther","path":"/mintar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/320188?s=80&v=4"},"commit":{"message":"complementary filter launch: Remove outdated phidgets_imu nodelet\n\nThe phidgets_imu package was renamed to phidgets_spatial. To avoid\nadding a dependency on phidgets_spatial, this commit removes the include\nof that nodelet altogether.\n\nIf launching the phidgets driver is desired, it should be done like in\nthis launch file:\n\nhttps://github.com/ros-drivers/phidgets_drivers/blob/20512def27a74666aeb2eb2d31ff2faf45062c35/phidgets_spatial/launch/spatial.launch\n\nFixes #186.","shortMessageHtmlLink":"complementary filter launch: Remove outdated phidgets_imu nodelet"}},{"before":"f55d47e47e734ca782d03f66f30fffae0e133857","after":"54ba954e8b49ede28e643751bd3a1f40eeffb959","ref":"refs/heads/noetic","pushedAt":"2023-11-16T17:23:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mintar","name":"Martin Günther","path":"/mintar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/320188?s=80&v=4"},"commit":{"message":"complementary filter launch: Remove outdated phidgets_imu nodelet\n\nThe phidgets_imu package was renamed to phidgets_spatial. To avoid\nadding a dependency on phidgets_spatial, this commit removes the include\nof that nodelet altogether.\n\nIf launching the phidgets driver is desired, it should be done like in\nthis launch file:\n\nhttps://github.com/ros-drivers/phidgets_drivers/blob/20512def27a74666aeb2eb2d31ff2faf45062c35/phidgets_spatial/launch/spatial.launch","shortMessageHtmlLink":"complementary filter launch: Remove outdated phidgets_imu nodelet"}},{"before":"472666b8430521ba0203e236165ac8f09cc4b41f","after":"f55d47e47e734ca782d03f66f30fffae0e133857","ref":"refs/heads/noetic","pushedAt":"2023-11-14T13:20:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mintar","name":"Martin Günther","path":"/mintar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/320188?s=80&v=4"},"commit":{"message":"add complementary_filter_nodelet (#181)","shortMessageHtmlLink":"add complementary_filter_nodelet (#181)"}},{"before":"5ffa9646a65caec15e6b920090dd60437ab8f5f2","after":"c8a27cda72ad4e89245e851c732888a089e86065","ref":"refs/heads/humble","pushedAt":"2023-11-14T13:13:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mintar","name":"Martin Günther","path":"/mintar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/320188?s=80&v=4"},"commit":{"message":"Set read-only parameters as read_only (#185)","shortMessageHtmlLink":"Set read-only parameters as read_only (#185)"}},{"before":"5ffa9646a65caec15e6b920090dd60437ab8f5f2","after":"c8a27cda72ad4e89245e851c732888a089e86065","ref":"refs/heads/rolling","pushedAt":"2023-11-14T13:08:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mintar","name":"Martin Günther","path":"/mintar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/320188?s=80&v=4"},"commit":{"message":"Set read-only parameters as read_only (#185)","shortMessageHtmlLink":"Set read-only parameters as read_only (#185)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEOzaoPQA","startCursor":null,"endCursor":null}},"title":"Activity · CCNYRoboticsLab/imu_tools"}