{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":778393116,"defaultBranch":"main","name":"drone-lidar-experiments","ownerLogin":"BMW-lab-MSU","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-03-27T16:28:49.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/77759270?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714514719.0","currentOid":""},"activityList":{"items":[{"before":"79de4fd917963e4d98801c67a364a86888027e20","after":"04cf963ca9b0710bef3d49375c27400ccfe1ef3d","ref":"refs/heads/main","pushedAt":"2024-05-10T22:34:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tvannoy","name":"Trevor Vannoy","path":"/tvannoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16244154?s=80&v=4"},"commit":{"message":"improve mounting hole dimensions; update for xt60 connector\n\n- Adjusted the positions of the drone's mounting holes.\n- Updated the battery connector hole to fit the xt60 connector on the\n new flight controller.","shortMessageHtmlLink":"improve mounting hole dimensions; update for xt60 connector"}},{"before":"8e064421f6cc80b4fb13a4153e978ed32a8d058d","after":"79de4fd917963e4d98801c67a364a86888027e20","ref":"refs/heads/main","pushedAt":"2024-05-08T19:14:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wyattzyatt","name":"Wyatt Weller","path":"/wyattzyatt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/75056698?s=80&v=4"},"commit":{"message":"Large: Improved Mounting holes to alternate widths","shortMessageHtmlLink":"Large: Improved Mounting holes to alternate widths"}},{"before":"144940b0c0eeed6f558cd39668a3c68278cf1502","after":"8e064421f6cc80b4fb13a4153e978ed32a8d058d","ref":"refs/heads/main","pushedAt":"2024-04-30T23:02:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tvannoy","name":"Trevor Vannoy","path":"/tvannoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16244154?s=80&v=4"},"commit":{"message":"import module when importing package\n\nThis lets us do `import motor_control` and have access to the\nmodule-level functions like `motor_control.connect()`. Otherwise, we\nwould have to import as `from motor_control import motor_control`, which\nis annoying for such a small package with only one module. Basically,\nthe module acts like a class...","shortMessageHtmlLink":"import module when importing package"}},{"before":"9e11e00cc75af21d677b8036627539ab4eaab29f","after":"144940b0c0eeed6f558cd39668a3c68278cf1502","ref":"refs/heads/main","pushedAt":"2024-04-30T22:47:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tvannoy","name":"Trevor Vannoy","path":"/tvannoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16244154?s=80&v=4"},"commit":{"message":"add brief installation section","shortMessageHtmlLink":"add brief installation section"}},{"before":"eb65fb14357395ee8088b65047753addb69a98f3","after":"9e11e00cc75af21d677b8036627539ab4eaab29f","ref":"refs/heads/main","pushedAt":"2024-04-30T22:45:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tvannoy","name":"Trevor Vannoy","path":"/tvannoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16244154?s=80&v=4"},"commit":{"message":"rearrange and package project for installation\n\nRight now, I'm thinking I want to have the motor control module be\ninstalled as a package. Multiple packages will be required for the\nexperiments, mainly the pan-tilt-controller, the digitizer, and the\nmotor control wrapper. The pan-tilt-controller and digitizer are in\nseparate repostiories as those are standalone packages that can be\nuseful outside of the drone experiments; however, the motor control\nwrapper is unlikely to be useful outside of the experiments, so it\nexists in this repository. There might end up being multiple packages in\nthis repository, so that is how I've structured it right now; this is\nsubject to change.","shortMessageHtmlLink":"rearrange and package project for installation"}},{"before":"814224ccc10d6e4c6e56f17a21eaa34784bb1ce0","after":null,"ref":"refs/heads/motor-automation","pushedAt":"2024-04-30T22:05:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tvannoy","name":"Trevor Vannoy","path":"/tvannoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16244154?s=80&v=4"}},{"before":"238c3750905db218bd8784b46fae68a8c3672c0d","after":"eb65fb14357395ee8088b65047753addb69a98f3","ref":"refs/heads/main","pushedAt":"2024-04-25T20:16:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wyattzyatt","name":"Wyatt Weller","path":"/wyattzyatt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/75056698?s=80&v=4"},"commit":{"message":"Improved Regidity overall on bracket & screw holes realigned","shortMessageHtmlLink":"Improved Regidity overall on bracket & screw holes realigned"}},{"before":"327737286386d38ece5e3b19d57ae555f87302bb","after":"238c3750905db218bd8784b46fae68a8c3672c0d","ref":"refs/heads/main","pushedAt":"2024-04-10T23:12:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wyattzyatt","name":"Wyatt Weller","path":"/wyattzyatt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/75056698?s=80&v=4"},"commit":{"message":"Fixed mounting holes for both drone mounts","shortMessageHtmlLink":"Fixed mounting holes for both drone mounts"}},{"before":"0a4af7daaea2a8908e87200cacaa8b15f0840a24","after":"327737286386d38ece5e3b19d57ae555f87302bb","ref":"refs/heads/main","pushedAt":"2024-04-10T20:00:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tvannoy","name":"Trevor Vannoy","path":"/tvannoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16244154?s=80&v=4"},"commit":{"message":"change license to GPL because YAMSPy is GPL\n\nWe have to release our code that uses YAMSPy as GPL, too.","shortMessageHtmlLink":"change license to GPL because YAMSPy is GPL"}},{"before":"1d1b30ce5eb3a9c2e242c74972ca9c56920147f7","after":"0a4af7daaea2a8908e87200cacaa8b15f0840a24","ref":"refs/heads/main","pushedAt":"2024-04-10T19:41:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wyattzyatt","name":"Wyatt Weller","path":"/wyattzyatt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/75056698?s=80&v=4"},"commit":{"message":"v7: large drone banana jack hole","shortMessageHtmlLink":"v7: large drone banana jack hole"}},{"before":"77d638359b392b9b0d91a0b03951fdff862caed6","after":"1d1b30ce5eb3a9c2e242c74972ca9c56920147f7","ref":"refs/heads/main","pushedAt":"2024-04-10T19:28:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wyattzyatt","name":"Wyatt Weller","path":"/wyattzyatt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/75056698?s=80&v=4"},"commit":{"message":"v6: Large Drone Mount Finished","shortMessageHtmlLink":"v6: Large Drone Mount Finished"}},{"before":"40b5aa22e12b29b63840abeaeaf7498aaa1d2d60","after":"77d638359b392b9b0d91a0b03951fdff862caed6","ref":"refs/heads/main","pushedAt":"2024-04-10T19:21:30.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"wyattzyatt","name":"Wyatt Weller","path":"/wyattzyatt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/75056698?s=80&v=4"},"commit":{"message":"v9: improved mount point","shortMessageHtmlLink":"v9: improved mount point"}},{"before":"ca3aa979f7d2023cd0b06e60c78fe21ec0da757d","after":"40b5aa22e12b29b63840abeaeaf7498aaa1d2d60","ref":"refs/heads/main","pushedAt":"2024-04-10T19:18:38.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"tvannoy","name":"Trevor Vannoy","path":"/tvannoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16244154?s=80&v=4"},"commit":{"message":"Merge pull request #1 from BMW-lab-MSU/motor-automation\n\nMotor automation","shortMessageHtmlLink":"Merge pull request #1 from BMW-lab-MSU/motor-automation"}},{"before":"e2e34358911e57be6064f8ecb8120ae7bc4f6dad","after":"ca3aa979f7d2023cd0b06e60c78fe21ec0da757d","ref":"refs/heads/main","pushedAt":"2024-04-10T18:33:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wyattzyatt","name":"Wyatt Weller","path":"/wyattzyatt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/75056698?s=80&v=4"},"commit":{"message":"v7: extended 2 inches","shortMessageHtmlLink":"v7: extended 2 inches"}},{"before":"927039ee5602e1b1f09f13836445734ff79843d7","after":"e2e34358911e57be6064f8ecb8120ae7bc4f6dad","ref":"refs/heads/main","pushedAt":"2024-04-10T18:25:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wyattzyatt","name":"Wyatt Weller","path":"/wyattzyatt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/75056698?s=80&v=4"},"commit":{"message":"v6: improved mount holes, chamfer for print, and distances","shortMessageHtmlLink":"v6: improved mount holes, chamfer for print, and distances"}},{"before":"417936db1fe9fce02bef5c802b590a5fc2fa4313","after":"814224ccc10d6e4c6e56f17a21eaa34784bb1ce0","ref":"refs/heads/motor-automation","pushedAt":"2024-04-10T15:36:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tvannoy","name":"Trevor Vannoy","path":"/tvannoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16244154?s=80&v=4"},"commit":{"message":"update documentation","shortMessageHtmlLink":"update documentation"}},{"before":null,"after":"417936db1fe9fce02bef5c802b590a5fc2fa4313","ref":"refs/heads/motor-automation","pushedAt":"2024-04-08T22:45:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tvannoy","name":"Trevor Vannoy","path":"/tvannoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16244154?s=80&v=4"},"commit":{"message":"add initial code for controlling motor RPM\n\nThis code is a just a wrapper on top of the the yamspy module.\nThe point is to provide a slightly easier interface to work with for\ncontrolling the motor throttle and getting the rpm telemetry back from\nthe ESC.","shortMessageHtmlLink":"add initial code for controlling motor RPM"}},{"before":"c5b721f186e8f82a2c4b521900357170bbccbb1d","after":"927039ee5602e1b1f09f13836445734ff79843d7","ref":"refs/heads/main","pushedAt":"2024-04-08T21:48:12.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"tvannoy","name":"Trevor Vannoy","path":"/tvannoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16244154?s=80&v=4"},"commit":{"message":"add readme and renames files/directory","shortMessageHtmlLink":"add readme and renames files/directory"}},{"before":"22f53641698a60568a8573c1e369ed45088881e5","after":"c5b721f186e8f82a2c4b521900357170bbccbb1d","ref":"refs/heads/main","pushedAt":"2024-04-03T19:30:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wyattzyatt","name":"Wyatt Weller","path":"/wyattzyatt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/75056698?s=80&v=4"},"commit":{"message":"V4: Improved USB Hole","shortMessageHtmlLink":"V4: Improved USB Hole"}},{"before":"487b946d55d8224ea3b4d9076542942b1afcdeb4","after":"22f53641698a60568a8573c1e369ed45088881e5","ref":"refs/heads/main","pushedAt":"2024-04-01T19:49:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wyattzyatt","name":"Wyatt Weller","path":"/wyattzyatt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/75056698?s=80&v=4"},"commit":{"message":"First Printable drone Mount Design","shortMessageHtmlLink":"First Printable drone Mount Design"}},{"before":null,"after":"487b946d55d8224ea3b4d9076542942b1afcdeb4","ref":"refs/heads/main","pushedAt":"2024-03-27T16:28:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tvannoy","name":"Trevor Vannoy","path":"/tvannoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16244154?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERvmQlgA","startCursor":null,"endCursor":null}},"title":"Activity ยท BMW-lab-MSU/drone-lidar-experiments"}