Skip to content

Commit 66745ee

Browse files
k-okadajslee02
authored andcommitted
Fixing missing assignment in Convex class (#222)
1 parent 4fd0ae7 commit 66745ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/fcl/shape/geometric_shapes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ class Convex : public ShapeBase
277277
plane_dis = plane_dis_;
278278
num_planes = num_planes_;
279279
points = points_;
280+
num_points = num_points_;
280281
polygons = polygons_;
281282
edges = NULL;
282283

0 commit comments

Comments
 (0)