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
Describe the Bug
I am having an issue with webots. When I try writing the following I get an error: gps=robot.getDevice(‘gps’) The error is webots can’t find gps. I’m trying this on epuck robot on the simulator.
Steps to Reproduce
Try compiling a controller that has the following line gps=robot.getDevice(‘gps’) obviosuly after including the relevant libraries and creating instance of Robot class
Expected behavior
Error: Device "gps" was not found on robot "e-puck"
Screenshots
System
Operating System: [e.g., Windows 10]
Graphics Card: [NVIDIA GeForce MX 230]
Processor: [AMD Ryzen 5 3500U]
The text was updated successfully, but these errors were encountered:
Describe the Bug
I am having an issue with webots. When I try writing the following I get an error: gps=robot.getDevice(‘gps’) The error is webots can’t find gps. I’m trying this on epuck robot on the simulator.
Steps to Reproduce
Expected behavior
Error: Device "gps" was not found on robot "e-puck"
Screenshots
System
The text was updated successfully, but these errors were encountered: