You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, there is insufficient scoping policy to prevent, say, something targeting components of module Foraging from picking up the constant Foraging::ObstacleAvoidance::Avoid::turnSpeed. This constant may well be available in the CSP semantics as generated by the current RoboChart generator, but it should be hidden by the scoping rules as it is below Foraging in the component model.
The text was updated successfully, but these errors were encountered:
Right now, there is insufficient scoping policy to prevent, say, something targeting
components of module Foraging
from picking up the constantForaging::ObstacleAvoidance::Avoid::turnSpeed
. This constant may well be available in the CSP semantics as generated by the current RoboChart generator, but it should be hidden by the scoping rules as it is belowForaging
in the component model.The text was updated successfully, but these errors were encountered: