NVIDIA-AI-IOT / ros2_tao_pointpillars

ROS2 node for 3D object detection using TAO-PointPillars.
Apache License 2.0
70 stars 22 forks source link

colcon build error, message_filters/subscriber.h not found but package installed #10

Open skykavin opened 4 months ago

skykavin commented 4 months ago

Iam trying to build the pp_infer package, i downloaded the code i used colcon build, then i got this error fatal error: message_filters/subscriber.h: No such file or directory. But i added message_filters in package.xml and in find_package(message_filters REQUIRED) in CMakelists.txt is there thinks i want to do. This also happens for sensor_msgs headers