User Tools

Site Tools


ros:matlab_custom_msgs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ros:matlab_custom_msgs [2019/10/03 14:40] typosros:matlab_custom_msgs [2024/08/20 21:38] (current) – external edit 127.0.0.1
Line 4: Line 4:
 This tutorial will guide the reader through the steps needed to generate the artifacts necessary for Matlab to import and use custom-defined ROS messages (e.g. defined within packages in a catkin workspace). This tutorial will guide the reader through the steps needed to generate the artifacts necessary for Matlab to import and use custom-defined ROS messages (e.g. defined within packages in a catkin workspace).
  
 +**Note**: Instructions on this page apply for Matlab R2017b through Matlab R2020a. For R2020b onward, the ''rosgenmsg'' command and custom message support have been incorporated into ROS Toolbox; use [[https://www.mathworks.com/help/ros/ug/create-custom-messages-from-ros-package.html | these]] instructions instead.
 ===== Pre-requisite(s):  ===== ===== Pre-requisite(s):  =====
  
Line 88: Line 89:
 </code> </code>
  
-Here, ''<CATKIN_WS> = ~/catkin_ws'' and ''<TOP_LEVEL_DIR> = custom_robo_msgs'' ''custom_robo_msgs/snake_gait_msgs'' is ROS package and contains ROS custom messages we would like Matlab to support. It contains definitions for the following message types:+Here, ''<CATKIN_WS> = ~/catkin_ws'' and ''<TOP_LEVEL_DIR> = custom_robo_msgs'' ''custom_robo_msgs/snake_gait_msgs'' is ROS package and contains ROS custom messages we would like Matlab to support. It contains definitions for the following message types:
 - GaitCntrlCmd - GaitCntrlCmd
 - HeadScanGaitParams - HeadScanGaitParams
Line 103: Line 104:
 </code> </code>
 where ''<MATLAB_VERSION>'' is the version of Matlab which will be run and requires custom message support. where ''<MATLAB_VERSION>'' is the version of Matlab which will be run and requires custom message support.
- 
-Then 
-<code> 
-cd ~/.matlab/<MATLAB_VERSION> 
-</code> 
  
 If re-compiling and no NEW message types have been created (i.e. no new .jar files need to be added to ''javaclasspath.txt''), you may restore the back-up from Step **#1**.  If re-compiling and no NEW message types have been created (i.e. no new .jar files need to be added to ''javaclasspath.txt''), you may restore the back-up from Step **#1**. 
ros/matlab_custom_msgs.1570128021.txt.gz · Last modified: 2024/08/20 21:38 (external edit)