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

Not changing moving speed in V-REP #266

Open
TDiazT opened this issue Sep 12, 2017 · 0 comments
Open

Not changing moving speed in V-REP #266

TDiazT opened this issue Sep 12, 2017 · 0 comments

Comments

@TDiazT
Copy link
Contributor

TDiazT commented Sep 12, 2017

Hi,

I was trying to change the moving speed of my simulated Ergo Jr but it is not reflected in the simulator. It does change it, as in... If I ask for the current moving speed value it responds with the correct value, but visually you can tell it is not moving at the given speed.

I tried both by directly changing it using pypot:

for m in poppy.motors:
    m.moving_speed = 20

for m in poppy.motors:
    m.goal_position = 0

And also via the HTTP API that it provides. In both cases there is no real change of speed.

Is it something to do with the library or more to V-REP itself? What do you think?

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