Change Release Notes
You've been asking for AR Parrot Drone v2 support - so here it is!
- AR Parrot Drone v2 Support, including Video
- Performance and reliability additions to AR Parrot Drone v1
- Memory enhancements to ARC
- Joystick performance enhancements
- EZ-B v4 scanner improvements to remove false positives
ARC Downloads
ARC
FREE
$0
always free
- 1 third-party plugin skill per project
- Trial cloud services
- Personal, DIY & education use
- Updated every 6–12 months
Recommended
ARC
PRO
$8.99
per month
- Use on 2+ PCs simultaneously
- Unlimited robot skills
- Cloud backup & revision history
- Weekly features & bug fixes
- Business use permitted
ARC
RUNTIME
$0
always free
- Load & run any ARC project
- Read-only mode
- Unlimited robot skills
- Includes early access fixes & features
- Minimum requirements: Windows 10 or higher, 2 GB RAM, 500 MB free disk space.
- Recommended: Windows 10 or higher, 8 GB RAM, 1 GB free disk space.
- Prices are in USD.
- More about each edition: Download & install guide.
- Latest changes: Release notes.
Compare Editions
| Feature |
ARC
FREE
|
ARC
PRO
|
|---|---|---|
| Get ARC Free | View Plans | |
| Usage | Personal · DIY · Education | Personal · DIY · Education · Business |
| Early access to new features & fixes | — | ✓ |
| Simultaneous microcontroller connections * | 1 | 255 |
| Robot skills * | 20 | Unlimited |
| Skill Store plugins * | 1 | Unlimited |
| Cognitive services usage ** | 10 / day | 6,000 / day |
| Auto-positions gait actions * | 40 | Unlimited |
| Speech recognition phrases * | 10 | Unlimited |
| Camera devices * | 1 | Unlimited |
| Vision resolution | max 320×240 | Unlimited |
| Interface builder * | 2 | Unlimited |
| Cloud project size | — | 128 MB |
| Cloud project revision history | — | ✓ |
| Create Exosphere requests | — | 50 / month |
| Exosphere API access | — | Contact Us |
| Volume license discounts | — | Contact Us |
| Get ARC Free | View Plans |
* Per robot project
** 1,000 per cognitive type: vision recognition, speech recognition, face detection, sentiment, text recognition, emotion detection, azure text to speech
Upgrade to ARC Pro
ARC Pro is your gateway to a community of like-minded robot enthusiasts and professionals, all united by a passion for advanced robot programming.

Thank you ).. And Yes, that is what this update is for.
Perhaps watching the video will help.
Software hang and memory leak?
I was gingerly messing with some functions on my robot (camera motion specifically), when I noticed noise starting to appear in the processed feed. I know that means my battery is about to drop out. So I unplugged the battery from the board.
Now the software has locked up, and according to the Task Manager, its slowly consuming more and more RAM.
The app doesn't say "Not Responding", but it IS frozen.
That wouldn't be so bad had I not messed with a bunch of changes I would have liked to save : (
Any thoughts on how to "unfreeze" the app?
P.S.
Latest build and Firmware (5/29/14).
I learned the hard way to periodically save my projects.... Lost an hours work once when my computer locked up.... Sorry I don't have anything more constructive to say....
@cyberdude can you post your project so I can examine to see what could have caused that?
Also, by "memory leak"... how much more RAM was being used and how much was it climbing? I will take a look and see...
I run extensive tests before releases, which is why ARC is so amazingly efficient even on slow low memory computers.
Will post project this evening. As for Mem. It was gaining quickly initially, about 4K every couple seconds. After half an hour, 2K every 15 sec. Or so.
App unresponsive the whole time. It didn't indicate "unresponsive", just frozen.
What I did to unfreeze (though it killed the app) was to kill Bluetooth. (Pulled it out), that forced the app to die.
The memory increase is too small of increments to be a memory leak due to the camera feed - because the memory for the camera is much larger and would increase in megabytes not kilobytes, which is good news. The reason for the increase is most likely due to the debug log filling with internal error messages. I believe the debug log window was not able to become visible due to the GUI freezing from the error. So the log was filling with messages, but you were unable to see that because the GUI was frozen.
I will review your project and hopefully recreate the situation and fix it, like I do
My V3s would occasionally freeze up ARC if they disconnected (i.e. if my robot run away during testing). No "Not Responding" messages just totally unresponsive to anything.
I found that if I went to task manager and ended the application it would prompt ARC to ask if I wanted to exit and if I wanted to save, these were both operational which meant saving of work could be made. It didn't fix ARC being unresponsive though but after a save and restarting ARC all was fine.
Interesting, thanks Rich! I'll need to see projects - preferable minimum number of controls that causes it to happen. The less controls the better for identifying what can cause it.