Skip to content

Commit

Permalink
succesfully spawn both predicted objs and pointcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
brkay54 committed Dec 20, 2023
1 parent 8d62908 commit 555bce4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/reaction_analyzer/src/reaction_analyzer_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ void ReactionAnalyzerNode::onTimer()
node_params_.spawn_distance_threshold;
if (!spawn) {
// send empty
pcl::PointCloud<pcl::PointXYZ> pcl_empty;
PointCloud2 empty_pointcloud;
pcl::toROSMsg(pcl_empty, empty_pointcloud);
empty_pointcloud.header.frame_id = "base_link";
PredictedObjects empty_predicted_objects;
empty_predicted_objects.header.frame_id = "map";
Expand Down

0 comments on commit 555bce4

Please sign in to comment.