Repository Summary
Description | cnc and robot realtime controller. runs on a hal kernel module. |
Checkout URI | https://github.com/grotius-cnc/hal-core.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2022-02-04 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | linux robotics kernel-module hal cnc cnc-controller realtime-framework |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
ruckig | 0.4.0 |
README
Hal_core is a lightweight cnc and robot controller in progress. It uses mature kernel technologies based on hal. It makes advanched usage of high end c++ libraries to do advanched calculations in realtime.
Hal-core is written as a universal program where all kind of kinematic models are welcome.
Multiple machines can be controlled at the same time. Every machine may load a gcode file.
Matrix project examples: https://github.com/grotius-cnc/hal-core/blob/main/src/hal/components/matrix/readme.md
3d Printing a model of 30.000 gcode lines, used strategy opencascade linewire :
https://user-images.githubusercontent.com/44880102/150698778-b65a6f5a-653b-49ad-9368-a46931bd0c28.mp4
Skynet project examples: https://github.com/grotius-cnc/hal-core/blob/main/src/hal/components/skynet/readme.md
To get the latest source code just download the latest release tar.gz archive. This archives are pre-compiled for linux amd64. To recompile yourself: After the installation as discribed below, you can overwrite the /opt/hal-core directory with latest archive files and eventually you can perform a recompile fron the /opt/hal-core top dir, requesting the make file.
A hal environment can be used as platform to run realtime applications like:
motion controllers
robots
cnc-machines
parport, ethercat applications
research and development
scientific projects
building control systems
Included hardware drivers:
beckhoff, rpi4 ethercat compatible
mesa ethernet compatible
parport compatible
Hal-core can interact with high end software packages like “qt”, “kdl kinematics”, “opencascade cad”, “ruckig trajectory”, “hal view”, “cam” etc. Therefore consider to install these software packages before installing hal-core.
Hal-Core install including subprogram “ethercat bus, qt, kdl, opencascade, halview, cam” :
$ wget https://raw.githubusercontent.com/grotius-cnc/hal-core/main/install_guide
$ chmod +x install_guide
$ sudo ./install_guide
# Set user permissions /opt dir.
sudo chmod -R -f 777 /opt
# Change owner /opt dir
sudo chown -R $USER /opt
# Change group /opt dir
sudo chown -R $USER:$USER /opt
Run / test hal-core in terminal :
$ /opt/hal-core/./runtest
Run / test hal-core with halview :
$ /opt/hal-core/./runtest_halview