Skip to content

Commit 8973241

Browse files
committed
Added SMOOTH and removed comment.
1 parent ddd399a commit 8973241

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/prpy/planning/vectorfield.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,11 @@ def fn_callback(t, q):
361361
path.Sample(t_cache), cspec)
362362

363363
# Flag this trajectory as constrained.
364-
# TODO: Flag this trajectory as timed.
365-
util.SetTrajectoryTags(output_path, {Tags.CONSTRAINED: 'true'}, append=True)
364+
util.SetTrajectoryTags(
365+
output_path, {
366+
Tags.CONSTRAINED: 'true',
367+
Tags.SMOOTH: 'true'
368+
}, append=True
369+
)
366370
return output_path
367371

0 commit comments

Comments
 (0)