Skip to content

Commit

Permalink
comment simple_test_header and pointcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmeijer committed Jan 23, 2018
1 parent 268301b commit 042a190
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions laserchicken/test_utils.py
Expand Up @@ -4,6 +4,7 @@


def generate_simple_test_point_cloud():
# This simple_test_point cloud and the simple_test_header should be in sync. Some tests depend on it.
pc = {point: {'x': {'type': 'float', 'data': np.array([1, 2, 3])},
'y': {'type': 'float', 'data': np.array([20, 30, 40])},
'z': {'type': 'float', 'data': np.array([300, 400, 500])}}}
Expand All @@ -22,6 +23,7 @@ def generate_complex_test_point_cloud():
return pc

def generate_simple_test_header():
# This simple_test_header cloud and the simple_test_point should be in sync. Some tests depend on it.
header = """ply
format ascii 1.0
element vertex 3
Expand Down

0 comments on commit 042a190

Please sign in to comment.