Drone Collision icon Drone Collision Add HC-SR04 ultrasonic sensors with an EZ-B to AR Parrot Drone v1/v2 for collision detection and avoidance Try it →

ARC Pro

Upgrade to ARC Pro

Elevate your robot's capabilities to the next level with Synthiam ARC Pro, unlocking a world of possibilities in robot programming.

Author Avatar
United Kingdom
LinkedIn Twitter Google+ YouTube
#1  

Going to need more info than that dude.

What are the issues? What controls? Post the project file?

If you are talking about the script (that I just noticed as I closed the image) then you need to check the syntax of the script. EZ-Script syntax changed a few updates ago and it looks like you have text that is not enclosed in quotes (which is now a requirement for all text) on line 12. The debug of the script should tell you everything you need to know on that one.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#2  

A few months ago the EZ-Script was changed to require proper use of strings. This means surrounding commands in quotes "like this"


Roomba( "init" )

Roomba( "MainBrushOn" )
Author Avatar
Canada
#3  

Thats what I needed. Thanks DJ been a while since I got a chance to sit down with this again. And just moved everything to my new pc. Ok a few mods to my script all good.

Author Avatar
United Kingdom
LinkedIn Twitter Google+ YouTube
#4  

Don't forget to mark as answered if it has been:)