{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":504037577,"defaultBranch":"main","name":"PyBullet-Nao-Motion-Editor","ownerLogin":"UNSWComputing","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-06-16T06:25:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/453800?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1693872393.0","currentOid":""},"activityList":{"items":[{"before":"002fe6274a84d4e5dde84d9ddafa9f9e1188db59","after":null,"ref":"refs/heads/pzrq/patch-1","pushedAt":"2023-09-05T00:06:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"n33r4j","name":null,"path":"/n33r4j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52103565?s=80&v=4"}},{"before":"8d19bb8791e6b1bcba02cf735534c4d21b86c543","after":"362e15bba593b4504304d768d1d4bf226470ccc5","ref":"refs/heads/main","pushedAt":"2023-09-05T00:06:31.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"n33r4j","name":null,"path":"/n33r4j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52103565?s=80&v=4"},"commit":{"message":"Merge pull request #3 from UNSWComputing/pzrq/patch-1\n\nUpdate README.md: Add link to venv, change source to relative path","shortMessageHtmlLink":"Merge pull request #3 from UNSWComputing/pzrq/patch-1"}},{"before":null,"after":"002fe6274a84d4e5dde84d9ddafa9f9e1188db59","ref":"refs/heads/pzrq/patch-1","pushedAt":"2023-09-04T07:33:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pzrq","name":"Peter Schmidt","path":"/pzrq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217010?s=80&v=4"},"commit":{"message":"Update README.md: Add link to venv, change source to relative path\n\nThe absolute path would be relative to the root of the file system, so that's clearly not where the venv is created.\r\n\r\nTested on macOS, but I know the file system paths behave the same for this purpose on macOS and Linux. I had Python 3.11 and was able to upgrade numpy to 1.23.5 as 1.22.x did not help, versions at: https://pypi.org/project/numpy/#history\r\n\r\nThen qibullet crashed so that's enough that the venv is working, even if the test fails:\r\n\r\n```\r\n17:28:04:~/Projects/PyBullet-Nao-Motion-Editor % python3 test-script.py\r\npybullet build time: Sep 4 2023 17:25:03\r\nStarting simulation ...\r\nVersion = 4.1 INTEL-20.6.4\r\nVendor = Intel Inc.\r\nRenderer = Intel(R) Iris(TM) Plus Graphics 650\r\nb3Printf: Selected demo: Physics Server\r\nstartThreads creating 1 threads.\r\nstarting thread 0\r\nstarted thread 0 \r\nMotionThreadFunc thread started\r\nSpawning Nao ...\r\n\r\nThe qibullet ressources are not yet installed.\r\n\r\nInstalling resources for qiBullet\r\n\r\nThe robot meshes and URDFs will be installed in the /Users/pzrq/.qibullet/1.4.3 folder. You will need to agree to the meshes license in order to be able to install them. Continue the installation (y/n)? y\r\nInstalling the meshes and URDFs in the /Users/pzrq/.qibullet/1.4.3 folder...\r\nPython 3.11 detected\r\nUncompatible version of Python 3\r\nb3Printf: b3Warning[examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp,152]:\r\n\r\nb3Printf: URDF file '/Users/pzrq/.qibullet/1.4.3/nao.urdf' not found\r\n\r\nTraceback (most recent call last):\r\n File \"/usr/local/lib/python3.11/site-packages/qibullet/robot_virtual.py\", line 49, in loadRobot\r\n self.robot_model = pybullet.loadURDF(\r\n ^^^^^^^^^^^^^^^^^^\r\npybullet.error: Cannot load URDF file.\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n File \"/Users/pzrq/Projects/PyBullet-Nao-Motion-Editor/test-script.py\", line 12, in \r\n nao = simulation_manager.spawnNao(\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"/usr/local/lib/python3.11/site-packages/qibullet/simulation_manager.py\", line 233, in spawnNao\r\n nao_virtual.loadRobot(\r\n File \"/usr/local/lib/python3.11/site-packages/qibullet/nao_virtual.py\", line 74, in loadRobot\r\n RobotVirtual.loadRobot(\r\n File \"/usr/local/lib/python3.11/site-packages/qibullet/robot_virtual.py\", line 60, in loadRobot\r\n raise pybullet.error(\"Cannot load robot model: \" + str(e))\r\npybullet.error: Cannot load robot model: Cannot load URDF file.\r\nnumActiveThreads = 0\r\nstopping threads\r\nThread with taskId 0 exiting\r\nThread TERMINATED\r\ndestroy semaphore\r\nsemaphore destroyed\r\ndestroy main semaphore\r\nmain semaphore destroyed\r\n```","shortMessageHtmlLink":"Update README.md: Add link to venv, change source to relative path"}},{"before":"9be221280bc5057e95126fb3e64f27bbe2858f6b","after":"aa4e92b5a78318721069487c506a667e27dfe5b0","ref":"refs/heads/n33r4j-dev","pushedAt":"2023-07-22T13:42:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"n33r4j","name":null,"path":"/n33r4j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52103565?s=80&v=4"},"commit":{"message":"Mostly works. Going to rewrite some parts","shortMessageHtmlLink":"Mostly works. Going to rewrite some parts"}},{"before":"d11d3f770b3903ade58859c28b2981fb1ff842ed","after":"9be221280bc5057e95126fb3e64f27bbe2858f6b","ref":"refs/heads/n33r4j-dev","pushedAt":"2023-03-23T21:19:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"n33r4j","name":null,"path":"/n33r4j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52103565?s=80&v=4"},"commit":{"message":"Walking without camera is smooth now","shortMessageHtmlLink":"Walking without camera is smooth now"}},{"before":"2f5efcabcb809fdb0ce538c0fea3704bef354d5b","after":"8d19bb8791e6b1bcba02cf735534c4d21b86c543","ref":"refs/heads/main","pushedAt":"2023-03-23T12:18:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"n33r4j","name":null,"path":"/n33r4j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52103565?s=80&v=4"},"commit":{"message":"Delete camera-test.py","shortMessageHtmlLink":"Delete camera-test.py"}},{"before":"e695753c067f5408a6d42c8597e8aae2fe6d1193","after":"2f5efcabcb809fdb0ce538c0fea3704bef354d5b","ref":"refs/heads/main","pushedAt":"2023-03-23T12:17:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"n33r4j","name":null,"path":"/n33r4j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52103565?s=80&v=4"},"commit":{"message":"Delete move-test.py","shortMessageHtmlLink":"Delete move-test.py"}},{"before":"c0f16bbdef64fd55f848107d84f220f16bfc8575","after":"e695753c067f5408a6d42c8597e8aae2fe6d1193","ref":"refs/heads/main","pushedAt":"2023-03-23T12:16:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"n33r4j","name":null,"path":"/n33r4j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52103565?s=80&v=4"},"commit":{"message":"Delete test-motion-generator.py","shortMessageHtmlLink":"Delete test-motion-generator.py"}},{"before":null,"after":"d11d3f770b3903ade58859c28b2981fb1ff842ed","ref":"refs/heads/n33r4j-dev","pushedAt":"2023-03-23T12:14:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"n33r4j","name":null,"path":"/n33r4j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52103565?s=80&v=4"},"commit":{"message":"Motions are smooth with current timestep and dt vals","shortMessageHtmlLink":"Motions are smooth with current timestep and dt vals"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADeUP6-QA","startCursor":null,"endCursor":null}},"title":"Activity ยท UNSWComputing/PyBullet-Nao-Motion-Editor"}