Hello everyone,
I am working with an ABB IRB 6700 and have decided to handle path planning using COMPAS RRC within Rhino and Grasshopper. As you can imagine, this is quite a complex task, and there are no comprehensive, “one-size-fits-all” tutorials available online that cover the entire process.
My First Questions:
- Is it possible and feasible to build a setup in Grasshopper/Rhino to run this system?
- What would be the simplest or most basic setup for controlling the ABB IRB 6700 arm?
Installation Issues:
I followed these steps for installation:
- Created a Conda environment and installed:
- Python (3.13)
- COMPAS (2.10)
- COMPAS FAB (1.0.2)
- COMPAS RRC (2.0.0)
(I verified all installations.)
- Installed the required COMPAS modules for Rhino 8 using:
C:\Users\your_user_name\.rhinocode\py39-rh8\python.exe -m pip install compas_fab
This appeared to work, but Grasshopper does not seem to recognize the correct COMPAS modules. Instead, they appear labeled as “old”, and example Grasshopper files from the web do not function correctly.
Resources Used So Far (Without Success), among others:
Next Steps:
I am now planning to work through this course in hopes of making progress:
Any insights or advice would be greatly appreciated!
Thank you!