Replies: 1 comment 8 replies
-
Hello, the API indeed changed a little bit. But you were on the right track initially.
And regarding your second question: |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am having trouble activating the vehicle distance sensors. It seems like there has been a MOSAIC update and my previous code doesn't run anymore. I was doing something like this in my vehicle application:
getOs().activateVehicleDistanceSensors(4, DistanceSensors.REAR).
From the documentation it looks like I have to use VehicleDistanceSensorActivation but I don't understand how. Should it be used in the onStartup() section of the vehicle application?
I also do not have too much java experience so I may be missing something simple.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions