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

Default e-puck does not move in 3D #163

Closed
jharwell opened this issue Apr 1, 2021 · 3 comments
Closed

Default e-puck does not move in 3D #163

jharwell opened this issue Apr 1, 2021 · 3 comments

Comments

@jharwell
Copy link
Collaborator

jharwell commented Apr 1, 2021

I tried the e-puck that comes with ARGoS with the dynamics3D model, and the robot appears not to move even though I set the wheel speeds. I checked via some debug print statements that the left/right bullet "motors" are being set correctly from the wheel velocities in the UpdateFromEntityStatus() function. In fact, the robot IS moving but so slowly that even after 1000s of timesteps the entity anchor position has not changed to 4 decimal places. If I multiply the set wheel speed by 10 for left and right, then the robot does move, but it is still verrrryyyyy slow. The exact same settings with the foot-bot (without the 10x factor) cause it to move noticeably.

What is going on here ?

@allsey87 this might be a question for you, because it involves the 3D physics engine.

@ilpincy
Copy link
Owner

ilpincy commented Apr 2, 2021

Without looking at the code, this looks like a calibration problem (assuming the code is correct, which I assume it is).

@allsey87
Copy link
Collaborator

allsey87 commented Apr 2, 2021

Indeed, it needs to be calibrated so the dynamics3d model roughly matches the dynamics2d model. I was suggesting in #146 that @karthiks1701 have a go at fixing this in return for resolving ilpincy/argos3-kheperaiv#6 and adding a dynamics3d model for the Khepera IV.

@allsey87
Copy link
Collaborator

allsey87 commented Apr 2, 2021

Let use issue #165 for resolving this.

@allsey87 allsey87 closed this as completed Apr 2, 2021
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

3 participants