RoboCup-Humanoid-TC / webots

Webots Robot Simulator
https://cyberbotics.com
Apache License 2.0
14 stars 14 forks source link

hacky solution to build controllers for python3.10 #306

Closed SammyRamone closed 1 year ago

SammyRamone commented 2 years ago

Description This is a hacky solution to build the controllers for Python3.10 (see https://github.com/RoboCup-Humanoid-TC/webots/issues/302). I don't expect this to be merged, but this branch is maybe useful for other people while the upstream master is not merged into the fork.

Related Issues

302

Flova commented 2 years ago

IMO it is not that hacky as the upstream implemented it similarly right? Pulling a merging of the upstream should be fine, or are there any other opinions on this?

SammyRamone commented 2 years ago

IMO it is not that hacky as the upstream implemented it similarly right? Pulling a merging of the upstream should be fine, or are there any other opinions on this?

Well upstream they also did the changes to compile the rest of webots (e.g. the Darwin-OP software) for python3.10 I only added the controllers, since they are the important part for us (and probably the other teams)

SammyRamone commented 1 year ago

I think this is not relevant anymore due to the new Webots version, therefore closing it