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

wormpy.py in WormHost doesn't have get_segment_angles method! #8

Open
LucianSheen opened this issue Sep 19, 2023 · 7 comments
Open

Comments

@LucianSheen
Copy link

LucianSheen commented Sep 19, 2023

I tried to add:
def get_segment_angle(segment):
return _wormpy.get_segment_angle(segment)
get_segment_angle = _wormpy.get_segment_angle

but it seems _wormpy.pyd doesn't have get_segment_angle either.

@portegys
Copy link
Contributor

portegys commented Sep 19, 2023 via email

@LucianSheen
Copy link
Author

Thanks for the reply, portegys!
But also I am wondering then how come the segment angle text file was generated,
had a look at the worm_gen_segment_angles.py and it basically has got missing functions as well(also incl.get_segment_angles).
As I can not decode the _wormpy.pyd file, it made me wonder if the project itself is more about worms' locomotion,
rather than recreating c.elegans' connectome in robotics?

Best,
Lucian

@portegys
Copy link
Contributor

portegys commented Sep 19, 2023 via email

@LucianSheen
Copy link
Author

Hello Tom! yes I have read the document just now and realised it is based on their research, sorry for that.
I wanted to get this code work with a flexibility of different number of servos like 12 or 16,
as per apparently the code was originally designed to be like?

Best,
Lucian

@portegys
Copy link
Contributor

portegys commented Sep 19, 2023 via email

@LucianSheen
Copy link
Author

LucianSheen commented Sep 25, 2023 via email

@portegys
Copy link
Contributor

portegys commented Sep 25, 2023 via email

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

2 participants