What are the ROS versions compatible with the robotics toolbox?

4 ビュー (過去 30 日間)
Trevor Moon
Trevor Moon 2017 年 6 月 16 日
回答済み: Jayaram Theegala 2017 年 6 月 20 日
What are the ROS versions compatible with the robotics toolbox? I am looking to use the toolbox for a research project with the robot Baxter.

回答 (1 件)

Jayaram Theegala
Jayaram Theegala 2017 年 6 月 20 日
In general, different ROS distributions (Groovy, Hydro, Indigo) can communicate with each other, as long as they agree on the definition of the message type that they are interchanging. Message type definitions do not change very often and a set of definitions is included for ROS Hydro in Robotics System Toolbox.
If you need support for message types that are not included in Robotics System Toolbox(or that changed between ROS distributions), you can use the custom message support package present at the following URL to add the new message type to MATLAB and Simulink:
If you want to re-define shipping message types to a different version, then you can follow the instructions described in the following MATLAB Answers post:
Through this mechanism, MATLAB should be able to communicate to any version of ROS.
In terms of Baxter support, there are several demos of using Baxter with the toolbox, for example at the MATLAB Expo in 2015: http://www.matlabexpo.com/uk/2015/demo-stations.html

カテゴリ

Help Center および File ExchangeNetwork Connection and Exploration についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by