Skip to content

Commit

Permalink
Initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoodsawyer committed Feb 27, 2024
1 parent 05bbb8e commit 7621d1c
Show file tree
Hide file tree
Showing 7 changed files with 629 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "ruckig"]
path = ruckig
url = https://github.com/iwoodsawyer/ruckig
13 changes: 13 additions & 0 deletions make_motiongen.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
mex -v -compatibleArrayDims -O -D_USE_MATH_DEFINES COMPFLAGS='$COMPFLAGS /std:c++17'...
-I"ruckig\include" sfun_motiongen.cpp ...
ruckig/src/ruckig/brake.cpp ...
ruckig/src/ruckig/position_first_step1.cpp ...
ruckig/src/ruckig/position_first_step2.cpp ...
ruckig/src/ruckig/position_second_step1.cpp ...
ruckig/src/ruckig/position_second_step2.cpp ...
ruckig/src/ruckig/position_third_step1.cpp ...
ruckig/src/ruckig/position_third_step2.cpp ...
ruckig/src/ruckig/velocity_second_step1.cpp ...
ruckig/src/ruckig/velocity_second_step2.cpp ...
ruckig/src/ruckig/velocity_third_step1.cpp ...
ruckig/src/ruckig/velocity_third_step2.cpp
Binary file added motiongen_pos.slx
Binary file not shown.
Binary file added motiongen_vel.slx
Binary file not shown.
1 change: 1 addition & 0 deletions ruckig
Submodule ruckig added at 901be2
Loading

0 comments on commit 7621d1c

Please sign in to comment.