Skip to content

Commit cd3abf1

Browse files
committed
Merge branch 'master' into feature/more_planningmethods
2 parents 788d1d5 + 2df0118 commit cd3abf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/prpy/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def CopyTrajectory(traj, env=None):
291291
copy_traj = openravepy.RaveCreateTrajectory(env or traj.GetEnv(),
292292
traj.GetXMLId())
293293
copy_traj.Clone(traj, 0)
294+
copy_traj.SetDescription(traj.GetDescription())
294295
return copy_traj
295296

296297

0 commit comments

Comments
 (0)