Skip to content

Commit d0027e9

Browse files
committed
bump models.robotConfigPath to 2
1 parent e559671 commit d0027e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Motion Planning generator.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function generate()
155155
end
156156
appendLine("sim = require 'sim'")
157157
appendLine("simOMPL = require 'simOMPL'")
158-
appendLine("robotConfigPath = require 'models.robotConfigPath'")
158+
appendLine("robotConfigPath = require 'models.robotConfigPath-2'")
159159
appendLine("")
160160
appendLine("function sysCall_init()")
161161
appendLine(" model = sim.getObject '::'")

0 commit comments

Comments
 (0)