RoboJackets / software-training-old

RoboJackets Software Training
MIT License
151 stars 189 forks source link

Get rwm qos profile #203

Closed thecharlesjenkins closed 2 years ago

thecharlesjenkins commented 2 years ago

Should rclcpp::SensorDataQoS() be rclcpp::SensorDataQoS().get_rmw_qos_profile()? create_camera_subscription seems to want a rmw_qos_profile_t struct instead of a QOS object.

thecharlesjenkins commented 2 years ago

I updated the solution as well.