Skip to content

Commit

Permalink
node_from_nodelet: Fixed error message
Browse files Browse the repository at this point in the history
  • Loading branch information
peci1 authored Jun 15, 2024
1 parent 9da9384 commit de505da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cras_cpp_common/cmake/node_from_nodelet.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ int main(int argc, char** argv)
#endif
if (nodelet == nullptr)
{
ROS_FATAL("Could not create node for nodelet cras_laser_geometry::ScanToPointCloud, factory failed.");
ROS_FATAL("Could not create node for nodelet @NODELET_CLASS@, factory failed.");
return 1;
}
auto paramHelper = boost::dynamic_pointer_cast<cras::ParamHelper>(nodelet);
Expand Down

0 comments on commit de505da

Please sign in to comment.