[{
“resource”: “/c:/Users/57583/Desktop/VEX/Phoenix/vex-controller/src/Macros/actions.cpp”,
“owner”: “generated_diagnostic_collection_name#3”,
“code”: “no_member”,
“severity”: 8,
“message”: “No member named ‘is_stopped’ in ‘pros::Motor’”,
“source”: “clang”,
“startLineNumber”: 48,
“startColumn”: 21,
“endLineNumber”: 48,
“endColumn”: 31,
“modelVersionId”: 1,
“origin”: “extHost1”
}]
Hello everyone,
I am running into a version mismatch issue with the is_stopped() motor function in my PROS project.
Here is my current environment:
-
PROS CLI Version: 3.5.6
-
PROS Kernel Version: 4.2.2
-
Editor: VS Code with PROS extension
The Issue:
My project uses the PROS 4.2.2 kernel, which should support the is_stopped() function for motors. However, VS Code IntelliSense keeps throwing a compilation/syntax error:
No member named 'is_stopped' in 'pros::Motor'
Since my CLI is version 3.5.6 and the Kernel is 4.2.2, how can I resolve this version conflict so that the project recognizes is_stopped() correctly?
Thank you for your help!
