This project implements a simulation for robot station for automated 3D printing in a production environment.
The see the current open Issues please look at the issues tab Open Issues
move to the repo and compile
cd ROS_Printing_Station
catkin_make -j16
source /devel/setup.sh
to start the simulation run the following:
./scripts/start.sh
This Porject requires ROS Noetic to be install on your system. For a detailed guide on how to install ROS please use the ROS Wiki. ROS-Wiki
The GUI is written in Python, to include all neccesarry python packages please use the requirements.txt file.
pip install -r requirments.txt
-
ROS Environment: Ensure you have a ROS environment set up with the required ROS distribution
-
Dependencies: Install the necessary ROS packages using
rosdep
:sudo apt-get update # Update package list rosdep install --from-paths src --ignore-src -r -y sudo apt-get install ros-noetic-joint-trajectory-controller sudo apt-get install ros-noetic-robot-state-publisher sudo apt-get install ros-noetic-moveit
https://github.com/DavidSeyserGit/ROS_Printing_Station
To read the full documentation, please open the documentation.pdf
file located in this repository.
The documentation for this project was partially written with the assistance of AI tools to ensure clarity and completeness.