catkin command passes with non-existent ROS package "pcl"
In pcl tutorial,
catkin_create_pkg my_pcl_tutorial pcl pcl_ros roscpp sensor_msgs
AFAIK there's no package called pcl
in hydro
, and catkin_create_pkg
only takes catkin packages
as an argument, but this command passes without errors and creates a package. Why is it?