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

NXT sim: motor block moves both wheels #1676

Open
AHberta opened this issue Jul 14, 2024 · 1 comment
Open

NXT sim: motor block moves both wheels #1676

AHberta opened this issue Jul 14, 2024 · 1 comment
Assignees

Comments

@AHberta
Copy link

AHberta commented Jul 14, 2024

Describe the bug

  • motor block moves both wheels in the sim

To Reproduce
Steps to reproduce the behavior:

  1. Import program "issue_motor.xml"
  2. Click on sim to open simulation
  3. Start program
  4. NXT drives only straight

Expected behavior

  • the two wheels are rotated individually in turn

Device information

  • Type: Desktop
  • OS: Windows 10
  • Browser: Chrome, Edge

Additional context

@AyaMoussa AyaMoussa self-assigned this Aug 26, 2024
@AyaMoussa
Copy link
Collaborator

After further testing, I've discovered that this is mainly due to motor configuration. Motors B and C have to be configured on the right and left side respectively. In the provided program, motors B and C are configured on the opposite sides.
As NXT simulation depends on the standard configuration, changing it will result in different behaviors in the simulation. Ultimately, this all depends on the old configuration that also concerns other robots as EV3, mbot and others, which can adapt to only a few changes to the configuration.
I assume this should be more of a generic issue of the old configuration, non specific to the NXT. It can be considered as an extra feature.

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