pub unsafe extern "C" fn rcl_publish(
    publisher: *const rcl_publisher_t,
    ros_message: *const c_void,
    allocation: *mut rmw_publisher_allocation_t
) -> rcl_ret_t
Expand description

Publish a ROS message on a topic using a publisher.