error in task 6 of robotic vacuum stateflow

Risposte (2)

Hi @andre,
I understand that you are going through the ‘Stateflow Onramp’ course and facing this issue.
I went through this section of the course and found that your transition from ‘Vacuum’ state to ‘SeekDock’ state is incorrect as you have used the AND operator (&&) instead of the OR operator (||) for the transition condition.
Srinivasan
Srinivasan il 13 Gen 2025
Hello, I'm also facing the same issue even though, I used the OR (||) operator.

2 Commenti

I faced the similar issue while completing this course. Check if the condition defined is [requestMode == 1 || complete == 1]. Make sure the brackets and the OR (||) are used/placed correctly.
Srinivasan
Srinivasan il 17 Feb 2025
Modificato: Srinivasan il 17 Feb 2025
Yes, My isssue has been resolved now, need to connect [SOC >=97] from the Charge state not the SeekDock state.

Accedi per commentare.

Categorie

Richiesto:

il 24 Ago 2024

Modificato:

il 17 Feb 2025

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by