JdeRobot / VisualCircuit

Visual programming of robots using hardware blocks composition and Python
https://jderobot.github.io/VisualCircuit/
12 stars 14 forks source link

Issue with '!=' when compared with None #278

Closed BkPankaj closed 4 months ago

BkPankaj commented 4 months ago

Summary: In VisualCircuit, particularly in MotorDriverRos2, there is an issue when velocities are compared to None using '!=' which throws an error.

Steps to Reproduce: Set up the VisualCircuit frontend and backend for setup refer this. Run both frontend and backend with RADI. Create a simple example in the canvas with MotorDriverRos2 block. Build your example and run it on your local machine.

Screenshots: Error at 'velocities != None' screenshot