Unable to find required ROS packages. during Add-On Manager setup of Robotics System Toolbox Support Package for UR Series Manipulators?
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Wess Gates
il 23 Mar 2023
Modificato: MathWorks Support Team
il 5 Ott 2023
Hello, I am setting up MATLAB/Simulink 2023a workflow to work with a UR10e, URSim, and ROS Noetic. The current install base is on a single Ubuntu 20.04 native host.
I am working through the Robotics System Toolbox Support Package for Universal Robotics UR Series Manipulators Add-On Manager Setup. I cant seem to get passed pointing the Setup to the catkin workspace. I have already completed the steps as documented here MathWorks ROS UR Documentation. Both the UR Sim and UR Workspace are installed and the ROS driver communicates with URSim AOK.
I am unclear what the error is intended to guide here? My Ubuntu install is 20.04 and my ROS install is ROS Noetic installed from package per ROS Noetic Wiki and I also followed the MathWork Offline UR Simulation documentation. It would be helpful to understand or perhaps get error feedback on the missing "required ROS packages" is there a way to get this info? Or perhaps there is an order/sequen
ce of steps that is unclear jumping across the difference document links?
2 Commenti
Björn
il 5 Apr 2023
Hello,
have you already found a solution or does it work now in any way?
I have exactly the same problem and couldn't solve it yet.
I've also tried it in Ubuntu 18.04 and ROS melodic but it didn't help.
Thank you!
Risposta accettata
Milan Padhiyar
il 3 Ott 2023
Modificato: MathWorks Support Team
il 5 Ott 2023
To bypass the hardware setup please refer to the following steps:
- Go to MATLAB command window.
- Run following command to add the custom ROS messages in the path,
Status = codertarget.manipROSInterface.addCustomROSmsg('ur')
- Note that Status should return true if it execute correctly. This command will add all the required "ur_dashboard_msg" in the MATLAB path.
After this you can directly go through the example and "universalrobot" command should work fine.
3 Commenti
Mariam Abed
il 25 Mag 2023
Modificato: Mariam Abed
il 30 Mag 2023
Thank you so much! I was genuinely about to lose my mind over this bug
@Milan Padhiyar I just posted a new question on an issue that followed this one, could you maybe assist with this?
Milan Padhiyar
il 31 Mag 2023
Hi Mariam,
Can you please check the link as I am not able to see your question ?
Thanks.
Più risposte (1)
Wess Gates
il 6 Apr 2023
Modificato: Wess Gates
il 6 Apr 2023
2 Commenti
Edwin Díaz
il 8 Mag 2023
Hi @Wess Gates
I am having the same error in the Add-On Manager Setup. I'm usign Matlab R2022b and I am trying to control a real UR3 robot. I already install the required ROS packages from the official repository in GitHub Universal_Robots_ROS_Driver, but I keep getting this error message:
Also when I'm trying to run the example script with all connected (The robot conected to the ros driver and the ROS host conected to the Matlab host) I am getting this:
Please let me know if you get solve this problem. I will also continue trying to solve it. If I can solve the problem I will post the solution here.
Milan Padhiyar
il 26 Mag 2023
Hi, Please find here the workaround for this issue.
https://in.mathworks.com/matlabcentral/answers/1934225-unable-to-find-required-ros-packages-during-add-on-manager-setup-of-robotics-system-toolbox-support#answer_1231944
Vedere anche
Categorie
Scopri di più su Publishers and Subscribers in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!