Skip to content

Commit

Permalink
dummy test
Browse files Browse the repository at this point in the history
Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda committed Jun 4, 2024
1 parent 7923ce9 commit 7a02961
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perception/lidar_centerpoint/lib/centerpoint_trt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ void CenterPointTRT::initPtr()
// host
points_.resize(CAPACITY_POINT * config_.point_feature_size_);

int hoge = 1;

Check warning on line 89 in perception/lidar_centerpoint/lib/centerpoint_trt.cpp

View workflow job for this annotation

GitHub Actions / spell-check-partial

Unknown word (hoge)

// device
voxels_d_ = cuda::make_unique<float[]>(voxels_size_);
coordinates_d_ = cuda::make_unique<int[]>(coordinates_size_);
Expand Down

0 comments on commit 7a02961

Please sign in to comment.