micro_ros_raspberrypi_pico_sdk icon indicating copy to clipboard operation
micro_ros_raspberrypi_pico_sdk copied to clipboard

terminate called after throwing an instance of 'std::bad_array_new_length' what(): std::bad_array_new_length

Open Thongtdextra opened this issue 1 year ago • 1 comments

when i try to connect Pico microros Client to Agent Ros2, i meet error: terminate called after throwing an instance of 'std::bad_array_new_length' what(): std::bad_array_new_length [ros2run]: Aborted . msg in Pico still int32. i guest when it runto func rcl_ret_t ret = rcl_publish(&publisher, &msg, NULL); msg not int32 or become sth else.

Thongtdextra avatar Mar 22 '24 08:03 Thongtdextra