Hi everyone,
We’re working on an R&D project integrating a UR10e, ROS2, Humble, BT’s, SQLite, and so on (sorry I can’t tell too much about or share any source since it’s a company project… maybe in the future, but now, it’s impossible). Big thanks to UR for all the tools they provide; it helps a lot with our integration!
We’re doing CI/CD dev, and I’ve spent some days (too much) trying to find a way to integrate Polyscope (fake, not real robot) into it.
To control the bot with ROS2, we’re using the externalcontrol.urcaps, but for now, the only way we manage to work with it is manually (start the bot, start ROS2 node, and then start externalcontrol urcaps). However, we want to do it automatically.
I found some info here:
- https://s3-eu-west-1.amazonaws.com/ur-support-site/42728/DashboardServer_e-Series_2022.pdf
- PolyScope program in UR Control Box can be started by remote from another PC ?
- Switch back to Remote Control from another operational mode without Teach Pendant
But I’m stuck now because, as I understand, in local mode, you can’t power on the bot, load, and start a program with the dashboard. You can do it in remote control, but before, you had to start Polyscope in this mode, and I don’t find how I can do it with ursim (docker or vm).
Maybe there is a way using RTDE (It seems that PLC can control the bot), but before spending a week to do it, I’m asking you if you find an easier way (in a docker or in a VM) to:
1 - Power on
2 - Load the program (and installation)
3 - Start the program
Without any manual interaction with the GUI.
I hope that maybe in polyscope 6 there will be more contorl available but I don’t find any info on it.
Thanks a lot for your interest in this!
Quentin