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
src/ros2_socketcan/src/socket_can_receiver_node.cpp:137:15: error: ‘using Frame = struct can_msgs::msg::Frame_<std::allocator<void> >’ {aka ‘struct can_msgs::msg::Frame_<std::allocator<void> >’} has no member named ‘is_rtr’
137 | frame_msg.is_rtr = (receive_id.frame_type() == FrameType::REMOTE);
| ^~~~~~
src/ros2_socketcan/src/socket_can_receiver_node.cpp:138:15: error: ‘using Frame = struct can_msgs::msg::Frame_<std::allocator<void> >’ {aka ‘struct can_msgs::msg::Frame_<std::allocator<void> >’} has no member named ‘is_extended’
138 | frame_msg.is_extended = receive_id.is_extended();
| ^~~~~~~~~~~
src/ros2_socketcan/src/socket_can_receiver_node.cpp:139:15: error: ‘using Frame = struct can_msgs::msg::Frame_<std::allocator<void> >’ {aka ‘struct can_msgs::msg::Frame_<std::allocator<void> >’} has no member named ‘is_error’
139 | frame_msg.is_error = (receive_id.frame_type() == FrameType::ERROR);
When i build the package, i get the above response. I checked can_msgs and i dont see a problem there.
I have just cloned the repo and built it, No changes to the code yet
The text was updated successfully, but these errors were encountered:
When i build the package, i get the above response. I checked can_msgs and i dont see a problem there.
I have just cloned the repo and built it, No changes to the code yet
The text was updated successfully, but these errors were encountered: