Skip to content

Commit b05e913

Browse files
committed
Update cbirrt.py
1 parent 75e28f4 commit b05e913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prpy/planning/cbirrt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def Plan(self, robot, smoothingitrs=None, timelimit=None, allowlimadj=0,
245245

246246
if tsr_chains is not None:
247247
for tsr_chain in tsr_chains:
248-
args += ['TSRChain', _SerializeTSRChain(tsr_chain)]
248+
args += ['TSRChain', SerializeTSRChain(tsr_chain)]
249249

250250
# FIXME: Why can't we write to anything other than cmovetraj.txt or
251251
# /tmp/cmovetraj.txt with CBiRRT?

0 commit comments

Comments
 (0)