ros in matlab -凯发k8网页登录
access ros networks and messages using matlab®
ros shares information using messages. messages are a simple data structure for sharing data. to receive or subscribe to a message, use . to send or publish a message use . see for more information on sending messages.
ros services and actions enable users to perform tasks. services use request-response communication to gather information and trigger callback functions in the ros network. actions can be used to trigger tasks or goals and receive feedback during operation of these tasks.
functions
blocks
topics
ros publishers and subscribers
create, explore, and populate ros messages in matlab, that are commonly encountered in robotics applications.
list of supported ros message types in matlab.
publish and subscribe to topics in a ros network.- work with specialized ros messages
handle message types for laser scans, uncompressed and compressed images, point clouds, camera info, occcupancy grid, and octomap messages.
work with complex ros messages in matlab, such as messages with nested submessages and variable-length arrays.
demonstrates the use of ros message structures, and their benefits and differences from message objects.
ros services and actions
set up service servers to advertise a service to the ros network.
ros action workflow and communication protocols
this example shows how to use the/turtlebot_move
action with a turtlebot robot.