Skip to content

Ruckig broke RTAI #3875

@BsAtHome

Description

@BsAtHome

The inclusion of the type 1 jerk limited trajectory planner, with inclusion of the ruckig code, completely break compiling RTAI. The problem is that ruckig is C++ code and that you cannot have in the kernel. Also, the code uses libc calls not available in kernel land.

The solution is one of:

  1. remove the ruckig code for RTAI (removing this TP)
  2. rewrite the ruckig code as plain C
  3. take the trajectory planner out of the kernel and RT

Option 3 would be best, but either way, RTAI remains broken until this issue is solved.

[edit]
Or option 4: remove RTAI before the bitrot infects other parts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions