I’m working with the SensorWalkSkill starting from the tutorial chapter.
Everything seems to work fine except the Hexa doesn’t register the distance.
The tutorial has you output the registered distance and it never changes from the 1500mm it defaults to whether I put my hand in front of it or it walks into something.
On the chance it was a data entry error on my part I also tried running the fully written SensorWalkSkill example skill with the same result.
I also tried outputting the error messages from distance.Start() and distance.Value() but they were empty.
Any guidance on how to troubleshoot from a code perspective or to confirm there isn’t a hardware issue is appreciated!