@Dominus Thanks for your post. The current state of the software stack on the RAE is definitely not final. For most of our developers, RAE was their first encounter with ROS and it allowed us to test how DepthAI integrates with ROS and how it can be used with SLAM. We realized that it is too complicated, and therefore we are now working on integrating ROS support directly into the DepthAI library, as well as SLAM/VIO. Once that is done, we will release sample applications showing how to use it. This should significantly simplify writing applications for the RAE and at the same time the use of ROS and SLAM with OAK cameras.
RobotHub anomalies and rae firmware update
MartinMotycka Once again, I much appreciate the help. I do have some followup questions, as I still have many points of confusion.
Before I get to the followup questions, I tried something new today, creating an app. I was moderately successful, but it was yet another rather painful experience. I thought it would be helpful for me, and perhaps others, to document what I did, discovered, failed at, etc. I humbly suggest that the level of detail I've tried to include could be helpful to those, like myself, that are just getting started. The document includes some more questions/mysteries, and also includes some helpful info (an appendix) on resetting and reconnection to the hub. I'd be willing to update/polish that if it would help "the cause". Sadly it is too big to attach; this is the Google drive link.
gregflurry
Please set sharing of the document to "everyone with link". Thanks, M.
- Edited
MartinMotycka I madÄ™ a few changes and created a more portable PDF. Still too big, but I think I get this unrestricted access.
MartinMotycka 1. What is the proper version of the Default app to install; the candidates are 1.2.1 and 2.0.0; I have had 1.2.1 work, but I think I've tried twice to download 2.0.0 and it has failed both times
I need a lot more help with the USB-C cable stuff. I connected the RAE to my macBook via USB-C and used ssh root@192.168.197.55 with no password and that worked. I can look at the file system But now what? How would I download an app? How would I run an app? I can see various processes running, but I would not know which to kill if the need arose.
Regarding downloads, I have zero experience with Docker. How do I know if I have to download it? Would it be possible for the Hub to tell the user how big the download is going to be? Also, the Hub indicates my RAE only has 0.4 GB of "disk" available. There appears to be no way I could install an app several GB in size. Am I missing something? One thing I have found with RAE is patience is a must; everything seems to take a lot longer than one might expect.
Regarding the RAE agent, if you notice in the document I posted, you will find that I again experienced the Hub trying to update the agent. Why is that happening?
Regarding lag time, I started informally timing the lag, and it seems to be less than 2 seconds, so I guess my experience is expected.
And finally, the Default app. I have spent the last 2 hours trying to achieve what you suggest is possible and so far I am not even close. I first had to install the Default app; I had to use 1.2.1 because I could not ever get 2.0.0 to install or even download. Using the Hub, I was able to assign the device to the Default app, and was able to successfully run the app. I noticed in your post that the app was stopped, so I stopped the app; I think, anyway, because the LEDs stayed on. I fired up the agent to https://192.168.1.69:9010 (the WIFI IP address of my RAE) and when I clicked "Perception Apps" I saw something similar to you image, though my Test app was on the left and the Default app was on the right. I clicked "Open Frontend" and got a black page; I waited for a few minutes and concluded it did not work. I shutdown the device and started again and the Default app started. I tried the agent again, with the app running, and got the same results -- a blank page for a few minutes. I tried again and again, but something changed and all I got was a "twirly circle pair". This happened over several power cycles, so I gave up. Can you give me the magic incantation to get to point where I can use the Default app to manipulate the motors, LEDs, etc?
Thanks for the help.
Luxonis-Vlad Thanks for the information. Reading between the lines, perhaps over-pessimistically, I see large changes in architecture, significant development, significant testing, and a significant documentation effort. Based on what I've experienced in my career as a SW and HW developer (tho I'm long retired), it could be many months before "the new RAE" is ready for those of us who want an underlying platform that is stable, works reliably with reasonable performance, facilitates fast iterative development, and is well-documented, so we can do what we want to do. Luxonis, in my opinion, achieved that quite well with the original OAK-D, which is why I was excited to get a RAE. Unfortunately, my experience with RAE so far has been quite frustrating. It is unstable, not well documented, and doing the simplest, mundane things is like paddling through molasses.
I first started trying to use RAE 5 months ago, and managed to get it into a state from which I recently found could be fixed only with a factory reset. Other tasks caused me to put RAE on the shelf. Now, 5 months later, I've spent over a week and have made almost no progress in terms of actually developing my own application. It seems to me I might be better off putting RAE back on the shelf for another 5 months, hoping the new architecture will be usable at that time. Does that make sense?
gregflurry
I'll review the document you provided and will get back to you shortly. Thank you for your patience. M.
gregflurry Hi Greg, I'm following closely your journey as I'm going through similar experiences. Can you share the document? I could not download it with either of the two links you provided. Thanks.
IvoGermann I thought I made the second link public. I am traveling with limited access so it could be Tuesday before I can investigate.
IvoGermann By some miracle I could get to Google Drive and check. I think the file is as public as I ca make it. Here is the like Let me know what happens.
gregflurry Thanks a lot for sharing this. And you are right - the 2nd link works now.
Hi.
Firstly, we would like to express our gratitude for your comprehensive feedback. It holds immense value for us and we truly appreciate it. We acknowledge that the user experience with RAE has room for improvement, and we want to assure you that the development of RAE is an ongoing process. As Luxonis-Vlad mentioned, there are significant enhancements planned for the future.
I will attempt to clarify some questions from your document and previous post.
I need a lot more help with the USB-C cable stuff
Apologies for any confusion. Only the firmware can be updated via USB-C. Hub applications, on the other hand, can only be installed through the Hub.
my RAE only has 0.4 GB of "disk" available
The Hub interface currently displays the system partition. We are aware of this issue and it will be addressed in a future firmware update. If you want to check free space it should be possible via SSH -df
command should work.
App size
The current display shows the size of the Python script. However, when the application is downloaded, it includes much more data - the entire runtime environment. We acknowledge that this can be confusing and may lead to a poor user experience. Rest assured, this issue will be addressed in a future firmware update.
Apps development
App development in Hub involves two steps. Initially, you create an app and deploy it to the robot/device in development mode. This mode requires working on your local network, necessitating direct access to the device. All development can be done in the Robothub Studio through the web interface.
Once you've completed your work, you can publish the app to the Robothub cloud. Upon publishing, the app is built and will appear in the "Run" menu during installation. You can modify the app's name and description in the "robothub.toml" file within the Studio. It's recommended to change the name to distinguish between the development app and the launchable app.
This two-step approach offers a significant advantage when you have a fleet of devices. After you've finished development and published the app, anyone on your team can easily download and use the app. This makes deploying apps to the devices very easy. The same applies when you need to update the app. You make your changes in the code, publish a new version to the Hub, and anyone can then download the updated version.
Updating Agent
I honestly don't know why this is happen. In RAE is agent part of the firmware and it should updates only with firmware. I have to try to reproduce this behavior.
Default app
Version 1.2 requires firmware version 1.13 or earlier. Version 2.0 requires firmware version 1.14. This information should be in the installation dialog. Version 2.0 is much more bigger. So it took some time to download and install. When I have some free unit at hand, i will test how long it takes in mine environment.
Regards, M.