p5-kuka-dual-arm
This is a fifth semester project, which proposes an integration of a Large Language Model to make automation more intuitive for operators.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.7%) to scientific vocabulary
Repository
This is a fifth semester project, which proposes an integration of a Large Language Model to make automation more intuitive for operators.
Basic Info
- Host: GitHub
- Owner: thor2643
- License: apache-2.0
- Language: C++
- Default Branch: main
- Size: 347 MB
Statistics
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
- Releases: 2
Metadata Files
README.md
P5-Kuka-Dual-Arm
This project, developed during our fifth semester at AAU, explores the integration of a large language model (LLM) to make automation more intuitive for operators. The GitHub contains all the code produced throughout the project period, from September 1st to December 20th, and allows for the use of an LLM to control two Kuka LBR iiwa 7 R800 robots.
The LLM is capable of the following: - Detecting LEGO bricks using a RealSense D435i camera, with either traditional computer vision or YOLO-World. - Planning and executing trajectories to any point defined by Cartesian coordinates and roll-pitch-yaw parameters [,,,,z,]. - Performing pick-and-place tasks using the attached grippers. NOTE: The code is built for a RobotIQ 3-F Gripper and a RobotIQ 2-F 85 Gripper. - Informing operators about its capabilities. - Providing insights into errors encountered during operation.
Quick Start
This quick-start guide assumes a clean installation of Ubuntu 22.04 LTS (Jammy Jellyfish) along with ROS 2 Humble. If either is not yet set up, you can refer to the following resources: - Ubuntu 22.04 LTS - ROS2 - Humble
If your system crashes or you need to switch terminals at any point, ensure you re-run the following command:
source /opt/ros/humble/setup.bash
Before starting the installation of this project, we recommend grabbing a snack and a beverage. The process will take at least 30 minutes.
Install ROS 2 development tools
shell sudo apt install ros-dev-toolsCreate a workspace, clone, and install dependencies
shell cd ~ source /opt/ros/humble/setup.bash git clone https://github.com/thor2643/P5-Kuka-Dual-Arm.git cd P5-Kuka-Dual-Arm/p5_ws sudo rosdep init rosdep update rosdep install --from-paths src -i -r -yInstalling colcon mixin and pip (Needed for Moveit2)
shell sudo apt install python3-colcon-common-extensions sudo apt install python3-colcon-mixin sudo apt install python3-pip sudo apt-get install portaudio19-dev python-all-dev colcon mixin add default https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml colcon mixin update default sudo apt install python3-vcstoolInstalling python libraries
shell cd ~/P5-Kuka-Dual-Arm pip install -r requirements.txtAdding an API key for Janise
shell
cd ~/P5-Kuka-Dual-Arm/p5_ws/src/robutler/janise
nano API_KEY.json
# Added your API Key for GPT following the format
# {
# "API_KEY": "Insert your API Key here"
# }
# Remember to write the file, ctrl + s then ctrl + x
Colcon build - Re-run if any packages timeout during compile
shell cd ~/P5-Kuka-Dual-Arm/p5_ws export MAKEFLAGS="-j3" colcon build --mixin releaseNOTE: If you are running on our setup, remember to set your IP to 172.31.1.148 and Netmask to 255.255.255.0, also ensure that you are correctly connected to the setup (2 USB's 1 Ethernet). (Static IP configuration)
Running the system
shell cd ~/P5-Kuka-Dual-Arm/p5_ws source install/setup.bash ros2 launch robutler_bringup robutler.launch.pyRecommendations - Don't do this, if you run multiple ROS Distros
shell echo "source /opt/ros/humble/setup.bash" >> ~/.bashrc echo "source ~/P5-Kuka-Dual-Arm/p5_ws/install/setup.bash" >> ~/.bashrc
Contributors
This project was developed by group 565 at Aalborg University, during the 5th semester of Robot Technology. Every member of the group can be found listed below, alongside their GitHub pages:
Gustav Bay Baastrup
Thor Iversen
Kasper Lauritsen
Silas Jensen
Marcus Friis
Signe Mller-Skuldbl
Owner
- Name: Thor Iversen
- Login: thor2643
- Kind: user
- Repositories: 1
- Profile: https://github.com/thor2643
GitHub Events
Total
- Release event: 1
- Watch event: 1
- Public event: 1
- Push event: 5
- Fork event: 4
- Create event: 3
Last Year
- Release event: 1
- Watch event: 1
- Public event: 1
- Push event: 5
- Fork event: 4
- Create event: 3
Dependencies
- ros humble-ros-base-jammy build
- jinja2 *
- pyyaml *
- setuptools *
- typeguard *
- setuptools *
- setuptools *
- setuptools *
- setuptools *
- setuptools *
- setuptools *
- Babel ==2.8.0
- Brlapi ==0.8.3
- CFFI ==1.17.1
- PyQt5 ==5.15.6
- PyQt5-sip ==12.9.1
- SpeechRecognition ==3.12.0
- ackermann-msgs ==2.0.2
- anyio ==4.6.2.post1
- appdirs ==1.4.4
- argcomplete ==1.8.1
- attrs ==21.2.0
- bcrypt ==3.2.0
- beautifulsoup4 ==4.10.0
- beniget ==0.4.1
- bloom ==0.12.0
- breezy ==3.2.1
- click ==8.0.3
- colorama ==0.4.4
- coverage ==6.2
- cryptography ==3.4.8
- customtkinter ==5.2.2
- darkdetect ==0.8.0
- dbus-python ==1.2.18
- decorator ==4.4.2
- defer ==1.0.6
- distlib ==0.3.4
- distro ==1.7.0
- distro-info ==1.1
- exceptiongroup ==1.2.2
- fastbencode ==0.0.5
- fasteners ==0.14.1
- fsspec ==2024.10.0
- gTTS ==2.5.4
- httplib2 ==0.20.2
- httpx ==0.27.2
- matplotlib ==3.5.1
- minimalmodbus ==2.1.1
- numpy ==1.26.4
- oauthlib ==3.2.0
- ollama ==0.4.4
- openai ==1.55.2
- pcl-msgs ==1.0.0
- playsound ==1.3.0
- pycparser ==2.22
- pymodbus ==3.8.0
- pyserial ==3.5
- python-apt ==2.4.0
- python-gitlab ==2.10.1
- requests-toolbelt ==0.9.1
- sounddevice ==0.5.1
- sros2 ==0.10.5
- torch ==2.5.1
- torchvision ==0.20.1
- triton ==3.1.0
- ultralytics ==8.3.38
- ultralytics-thop ==2.0.12
- unattended-upgrades ==0.1
- visualization-msgs ==4.2.4