>>rostopic echo /tag_detections
ERROR: Cannot load message class for [apriltag_ros/AprilTagDetectionArray]. Are your messages built?
原因在与没有在bash
中source
source devel_isolated/setup.zsh
正常运行
若想要在rviz
里也看到/tag_detection
的数据也要在启动前source
>>rostopic echo /tag_detections
ERROR: Cannot load message class for [apriltag_ros/AprilTagDetectionArray]. Are your messages built?
原因在与没有在bash
中source
source devel_isolated/setup.zsh
正常运行
若想要在rviz
里也看到/tag_detection
的数据也要在启动前source