Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memory leak using the goal position or the goto function on simulator #204

Open
GeoffroyK opened this issue May 22, 2023 · 0 comments
Open

Comments

@GeoffroyK
Copy link

here is the simplest code to try the error

from reachy_sdk import ReachySDK
import numpy as np
from memory_profiler import profile
import time

reachy = ReachySDK(host='localhost')

def run():
	while True:
		reachy.r_arm.joints.r_arm_yaw.goal_position = np.random.random() * 100
		time.sleep(0.1)

if __name__ == "__main__":
	run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant