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

Issue with value remain same in internal constant of same blocks #305

Closed
BkPankaj opened this issue May 21, 2024 · 1 comment
Closed

Issue with value remain same in internal constant of same blocks #305

BkPankaj opened this issue May 21, 2024 · 1 comment
Labels

Comments

@BkPankaj
Copy link
Collaborator

Summary:

In VisualCircuit, there is an issue: when there are multiple identical blocks, changing the internal constant value in one block affects all other identical blocks.

Steps to Reproduce:

  1. Set up the VisualCircuit frontend and backend for setup refer this.
  2. Run both frontend and backend.
  3. Create a simple example containing same blocks (example CameraROS, LaserROS2,etc ) in the canvas.
  4. Change the internal contant value of one block and notice that change in other same block.

Expected Behavior:

The change in internal constant value of the each block should not replicate in other same block.

Screenshots:

One block's internal constant value

Two same blocks in canvas

Other same type block internal constant value

@BkPankaj BkPankaj added the good first issue Good for newcomers label Oct 19, 2024
@BkPankaj BkPankaj added v3.6 and removed good first issue Good for newcomers labels Oct 20, 2024
@BkPankaj
Copy link
Collaborator Author

Issue resolved in #325 PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant