Skip to content

Commit

Permalink
Remove incorrect validation check in Ros2PublishPointVelocityMarkersNode
Browse files Browse the repository at this point in the history
  • Loading branch information
msz-rai committed Mar 15, 2024
1 parent a1299a9 commit c70a573
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ void Ros2PublishPointVelocityMarkersNode::ros2ValidateImpl()
if (!input->isDense()) {
throw InvalidPipeline(fmt::format("{} requires a compacted point cloud (dense)", getName()));
}

if (!input->hasField(RGL_FIELD_DYNAMIC_FORMAT)) {
auto msg = fmt::format("{} requires a formatted point cloud", getName());
throw InvalidPipeline(msg);
}
}
void Ros2PublishPointVelocityMarkersNode::ros2EnqueueExecImpl()
{
Expand Down

0 comments on commit c70a573

Please sign in to comment.