Skip to content

Commit bcfff3e

Browse files
committed
G64 first draft
1 parent 165571e commit bcfff3e

16 files changed

Lines changed: 2896 additions & 30 deletions

src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,6 +1273,7 @@ tpmod-objs += emc/nml_intf/emcpose.o
12731273
tpmod-objs += libnml/posemath/_posemath.o
12741274
tpmod-objs += emc/tp/sp_scurve.o
12751275
tpmod-objs += emc/tp/ruckig_wrapper.o
1276+
tpmod-objs += emc/tp/bezier9_rt.o
12761277
tpmod-objs += emc/tp/ruckig/src/ruckig/brake.o
12771278
tpmod-objs += emc/tp/ruckig/src/ruckig/position_first_step1.o
12781279
tpmod-objs += emc/tp/ruckig/src/ruckig/position_first_step2.o

src/emc/motion_planning/Submakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ LIBMOTION_PLANNING_9D_SRCS := $(addprefix emc/motion_planning/, \
1010
jacobian.cc \
1111
joint_limits.cc \
1212
userspace_kinematics.cc \
13+
bezier9.cc \
14+
blend_sizing.cc \
1315
)
1416

1517
# Userspace kinematics sources (with HAL pin reader for runtime parameters)

0 commit comments

Comments
 (0)