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

Strange behaviour SIM - changing Motor blocks within Robotconfiguration #1507

Closed
Thorlogy opened this issue May 15, 2023 · 2 comments
Closed
Labels
bug Something isn't working simulation

Comments

@Thorlogy
Copy link

Describe the bug

  • Changing the Motor blocks in the Robotconfiguration from B->A and C->B
  • If only motor B is programmed, the robot moves forward. Instead of driving a curve.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'OR Lab'
  2. Click on 'OR SIM'
  3. Configurate the Robot and code the program shown in the screenshot
  4. See error

Expected behavior

  • The robot drives a curve

Screenshots
image

image

Device information

  • Type laptop
  • OS: mac
  • Browser chrome
@rbudde
Copy link
Contributor

rbudde commented May 15, 2023

The reason is probably, that the simulation does not take into account, that a motor is removed from a port (say B). Even, if a new motor is connected to B. Consequently both motors start to work. This error happens if the first motor is completely REMOVED, too.

There seem to be more errors: remove the B motor, then the C motor, add a new B motor. Then the block "motor on for duration" doesn't stop anymore (ignores the duration expression)

@rbudde rbudde added bug Something isn't working simulation labels May 15, 2023
@bjost2s
Copy link
Contributor

bjost2s commented Jul 2, 2024

same as #1657, will be solved there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working simulation
Projects
None yet
Development

No branches or pull requests

3 participants