linuxcnc 2.9.0~pre0+git20220402.2500863908-4build1 source package in Ubuntu

Changelog

linuxcnc (2.9.0~pre0+git20220402.2500863908-4build1) kinetic; urgency=medium

  * No-change rebuild to pick up fixed libboost-python dependencies

 -- Graham Inggs <email address hidden>  Sat, 03 Sep 2022 13:13:35 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Kinetic
Original maintainer:
LinuxCNC Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
linuxcnc_2.9.0~pre0+git20220402.2500863908.orig.tar.xz 44.6 MiB 85fa3b137e181b38e222c8eb323b5049eb319a06bc0f18ca889b80f1e25bce07
linuxcnc_2.9.0~pre0+git20220402.2500863908-4build1.debian.tar.xz 78.2 KiB e05ee91e33afa6a80663f329ddc54bde548ef19c779895cb2f7ca3331d2e25e9
linuxcnc_2.9.0~pre0+git20220402.2500863908-4build1.dsc 3.2 KiB a9172cf489279228429adc98c883742afbe621dcd79d16da2b7b7f31e47bf778

View changes file

Binary packages built by this source

linuxcnc-doc-en: No summary available for linuxcnc-doc-en in ubuntu kinetic.

No description available for linuxcnc-doc-en in ubuntu kinetic.

linuxcnc-doc-es: No summary available for linuxcnc-doc-es in ubuntu kinetic.

No description available for linuxcnc-doc-es in ubuntu kinetic.

linuxcnc-doc-fr: No summary available for linuxcnc-doc-fr in ubuntu kinetic.

No description available for linuxcnc-doc-fr in ubuntu kinetic.

linuxcnc-doc-zh-cn: No summary available for linuxcnc-doc-zh-cn in ubuntu kinetic.

No description available for linuxcnc-doc-zh-cn in ubuntu kinetic.

linuxcnc-uspace: No summary available for linuxcnc-uspace in ubuntu kinetic.

No description available for linuxcnc-uspace in ubuntu kinetic.

linuxcnc-uspace-dbgsym: No summary available for linuxcnc-uspace-dbgsym in ubuntu kinetic.

No description available for linuxcnc-uspace-dbgsym in ubuntu kinetic.

linuxcnc-uspace-dev: PC based motion controller for real-time Linux

 LinuxCNC is a fully-realised CNC machine controller that can interpret
 machine-control programs (such as G-code), plan trajectories and finally
 output low-level signals to machine control hardware
 .
 LinuxCNC is modular and in principle the HAL (hardware abstraction layer),
 pluggable interpreters and variety of hardware drivers mean that it can
 control almost any software-defined physical system.
 .
 LinuxCNC relies on a realtime kernel to support real-time motion control,
 typically updating the position waypoints every 1mS and reacting to
 input within tens of microseconds.
 .
 Modules exist to use the low-level parts of LinuxCNC as a motion-control
 client for OpenPnP. Interfaces exist for ROS (the Robot Operating System)
 with which LinuxCNC has considerable overlap.
 .
 LinuxCNC supports arbitrary kinematics (the mapping between coordinate
 space and actuator space) and can control both parallel (eg Stewart
 platform) and serial (eg robot arm) systems in addition to conventional
 cartesian machine tools.
 .
 LinuxCNC supports 9 cartesian axes and 16 "Joints" (individual actuators)
 though the joint limit is build-time configurable.
 .
 A variety of interface hardware is supported including Modbus, EtherCAT,
 analogue +/-10V velocity control and Step/Dir. Step/Dir is supported by
 several hardware interfaces, including, but not limited to, the legacy
 Parallel Port.
 .
 A Hardware Abstraction Layer allows for great flexibility in signal
 mapping between the controller and the driver hardware. An extensive
 library of modules allow for complex signal processing within the HAL
 layer. For specialised tasks custom HAL components can be created using
 a C-like syntax and installed with the supplied tools.
 .
 By default LinuxCNC supports RS274 G-code but is extendable to parse
 other grammars such as STEP-NC or Gerber through support for pluggable
 interpreters.
 .
 If you want a computer to control things in the real world
 then LinuxCNC can do it. It is especially applicable to systems that
 are required to follow accurate paths described in cartesian space but
 has been used for numerous other applications.
 .
 This package provides all files that you need to embed parts of LinuxCNC
 in your developments.