Skip to content

Commit 68d6196

Browse files
Description and diagnostic message enhancements
1 parent a78ba45 commit 68d6196

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
266 Bytes
Binary file not shown.

MotionPlanning/generateMEXForPlanner.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
obs = coder.typeof(1, [20, 4], [1, 0]);
1212
objYaw = coder.typeof(1);
1313
GripperType = coder.typeof(uint8(1));
14+
disp("Creating MEX for exampleHelperCHOMPMotionPlanner function. This might take few minutes.")
1415
codegen exampleHelperCHOMPMotionPlanner.m -args {tf, bl, bw, bh, bcp, br, no, obs, cnfgs, GripperType, objYaw}
16+
disp("MEX creation complete.")
17+
1518
%#codegen

0 commit comments

Comments
 (0)