You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cause by unintilized shared ptr ln apollo_ros_bridge\cyber_ros_bridge\core\cyber_ros_bridge_core.cpp:line 281
std::shared_ptrapollo::drivers::PointCloud pc_apollo
maybe should be
auto pc_apollo = std::make_sharedapollo::drivers::PointCloud();
The text was updated successfully, but these errors were encountered:
Cause by unintilized shared ptr ln apollo_ros_bridge\cyber_ros_bridge\core\cyber_ros_bridge_core.cpp:line 281
std::shared_ptrapollo::drivers::PointCloud pc_apollo
maybe should be
auto pc_apollo = std::make_sharedapollo::drivers::PointCloud();
The text was updated successfully, but these errors were encountered: